.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;
    }
}

/*  */
div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img, dl,dt,dd,ol,ul,li,fieldset,form,label,footer, header,hgroup,navs,section {
    margin: 0;
    padding: 0;
    border: 0;
}

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;
}

.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;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.of {
    overflow: hidden;
}

.wh {
    max-width: 1580px;
    width: 94%;
    margin: 0 auto;
}

.flexf {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.bold {
    font-weight: bold;
}

.oh {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bcg {
    background-size: 100% 100%;
}

/*头部样式*/
.top1 {
    background: #f3f4f8;
    color: #4c4c4c;
    height: 40px;
    font-size: 16px;
}

.top1 a {
    color: #4c4c4c;
}

.topadd {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.topadd li {
    margin-right: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.topadd li .wz {
    margin-left: 8px;
}

.top1 .language-group .btn {
    color: #333;
}

.top1 .language-group .btn a {
    color: #333;
}

.top2 {
    width: 100%;
    background: #fff;
    ;}

.logos img {
    width: 100%;
}

.top2.scroll {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    transition: all 0.5s;
}

.header-ss {
    position: relative;
    width: 24px;
    cursor: pointer;
    margin: 0 1.9vw;
}

.header-ss .ss_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    cursor: pointer;
}

.search-box {
    position: absolute;
    top: 57px;
    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(//wm.cdn.cn86.cn/xinyuanfanaaa/2025/09/9434be93c79ipvpk.png)
}

a.topmo {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 153px;
    font-size: 18px;
    border-radius: 25px;
    background-color: #e30713;
    color: #fff !important;
    line-height: 42px;
}

a.topmo span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden;
}

a.topmo::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

a.topmo:hover::after {
    opacity: 1
}

a.topmo:hover {
    color: #fff !important;
    border-color: #e30713!important;
}

a.topmo:before {
    border-radius: 50%;
}

.s_button1:before {
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%)
}

.s_button1:hover:before {
    animation: style1 .75s;
    z-index: 1
}

@keyframes style1 {
    0% {
        background: rgba(0,0,0,.25);
        transform: translateX(-50%) translateY(-50%) scale(0)
    }

    to {
        background: 0 0;
        transform: translateX(-50%) translateY(-50%) scale(1)
    }
}

/* banner */
.bann {
    position: relative;
}

.bann .mySwiper1 {
    overflow: hidden;
}

.bann .swiper-slide img {
    width: 100%;
    display: block;
}

.baa {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    z-index: 9;
}

.banjt {
    width: 150px;
}

.banjt .prev1 {
    width: 53px;
    height: 53px;
    background: url(//wm.cdn.cn86.cn/xinyuanfanaaa/2025/09/63e6d8d6ffqboylc.png) no-repeat center center;
    border: 1px solid #fff;
    border-radius: 50%;
}

.banjt .next1 {
    width: 53px;
    height: 53px;
    background: url(//wm.cdn.cn86.cn/xinyuanfanaaa/2025/09/52a4868108tjuas7.png) no-repeat center center;
    border: 1px solid #fff;
    border-radius: 50%;
}

.banjt .prev1:hover {
    background: url(//wm.cdn.cn86.cn/xinyuanfanaaa/2025/09/63e6d8d6ffqboylc.png) no-repeat center center #e30713;
    border: 1px solid #e30713;
}

.banjt .next1:hover {
    background: url(//wm.cdn.cn86.cn/xinyuanfanaaa/2025/09/52a4868108tjuas7.png) no-repeat center center #e30713;
    border: 1px solid #e30713;
}

.banmo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 99;
}

/* 主体样式 */
.box1 {
    padding: 4.69vw 0 3.65vw;
}

.sybt {
    text-align: center;
}

.sybt .wz {
    color: #888888;
    font-size: 24px;
    margin-bottom: 0.668vw;
}

.sybt .wz2 {
    color: #222222;
    font-size: 3.65vw;
    line-height: 1;
}

.bthx {
    background-color: rgb(227, 7, 19);
    width: 60px;
    height: 3px;
    margin: 0 auto;
    margin-top: 0.88vw;
}

.sywhy {
    position: relative;
    margin-top: 2.08vw;
}

.sywhy .mySwiper2 {
    overflow: hidden;
}

.sywhy .swiper-slide {
    background: #f3f4f8;
}

.sywhy .swiper-slide .det {
    margin: 4.31vw 25px;
    position: relative;
}

.sywhy .swiper-slide .nr {
    width: 50%;
    position: absolute;
    left: 0;
    top: 8%;
}

.sywhy .swiper-slide .wz {
    color: #222222;
    font-size: 24px;
}

.sywhy .swiper-slide .whymo1 {
    margin: 2.21vw 0 1.4vw;
}

.sywhy .swiper-slide .whymo1 span {
    color: #fff;
    font-size: 16px;
    background-color: rgb(227, 7, 19);
    line-height: 32px;
    border-radius: 25px;
    padding: 0 1.8vw;
    display: inline-block;
}

.sywhy .swiper-slide .whymo2 span {
    color: #e30713;
    font-size: 16px;
    line-height: 32px;
    border-radius: 25px;
    border: 2px solid #e30713;
    padding: 0 1.8vw;
    display: inline-block;
}

.sywhy .swiper-slide .tu {
    width: 55%;
}

.sywhy .swiper-slide .img img {
    width: 100%;
    display: block;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.sywhy .swiper-slide:hover .img 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);
}

.sywhy .swiper-slide:hover .wz {
    color: #e30713;
}

.whyjt {
    width: 178px;
    margin: 0 auto;
    margin-top: 2.97vw;
}

.whyjt .prev2 {
    width: 40px;
    height: 40px;
    background: url(//wm.cdn.cn86.cn/xinyuanfanaaa/2025/09/834d25e59d8xxiqv.png) no-repeat center center;
    border: 1px solid #9f9f9f;
    border-radius: 50%;
}

.whyjt .next2 {
    width: 40px;
    height: 40px;
    background: url(//wm.cdn.cn86.cn/xinyuanfanaaa/2025/09/0f87b0a2258kdabu.png) no-repeat center center;
    border: 1px solid #9f9f9f;
    border-radius: 50%;
}

.whyjt .swiper-pagination2 {
    width: 50px;
    text-align: center;
    position: static;
    color: #222222;
    font-size: 18px;
    font-weight: bold;
}

.whyjt .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 8px;
    display: inline-block;
    border-radius: 50%;
    background: #999999;
    opacity: 1;
    cursor: pointer;
}

.whyjt .swiper-pagination-bullet-active {
    background: #333333;
    opacity: 1;
}

.po11 {
    margin: 0 -12px;
    margin-top: 3.54vw;
}

.po11 li {
    width: calc(100% / 5 - 24px);
    float: left;
    margin: 12px;
    border: 1px solid #d5d5d5;
    border-radius: 30px;
    overflow: hidden;
    padding: 20px 15px 42px;
}

.po11 li .img img {
    width: 100%;
    display: block;
}

.po11 li .wz {
    color: #222222;
    font-size: 26px;
    margin: 15px 0 34px;
}

.po11 li .mo {
    color: #fff;
    background: #e30713;
    text-align: center;
    width: 135px;
    line-height: 34px;
    border-radius: 25px;
    font-size: 15px;
}

.po11 li:hover {
    border-color: #e30713;
}

.po11 li:hover {
    border-color: #e30713;
}

.po11 li:hover .wz {
    color: #e30713;
}

.sycpwz {
    text-align: center;
    color: #888888;
    font-size: 24px;
    margin-top: 2.21vw;
}

a.pmo {
    background-color: #e30713;
    width: 234px;
    line-height: 54px;
    border-radius: 32px;
    border: 1px solid #e30713;
    margin: 0 auto;
    display: block;
    margin-top: 28px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

a.pmo:hover {
    background: none;
    color: #e30713;
}

.box3 {
    background: #f3f4f8;
    padding: 3.12vw 0;
    margin-top: 5.2vw;
}

.choosez {
    width: 38.48%;
}

.sybt3 {
    text-align: left;
}

.sybt3 .wz {
    color: #e30713;
}

.choosewz {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 1.994vw;
}

.chooselist {
    width: 52.03%;
}

.chooselist li {
    width: 48.66%;
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    float: left;
}

.chooselist li .det {
    padding: 40px 25px 56px;
}

.chooselist li .wz {
    color: #444444;
    font-size: 24px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 30px 0 35px;
}

.chooselist li .nmb {
    color: #dadada;
    font-size: 38px;
}

.chooselist li:hover {
    background: #e30713;
}

.chooselist li:hover .wz {
    color: #fff;
}

.chooselist li:hover .nmb {
    color: #fff;
}

.chooselist li:hover .img img {
    filter: brightness(0) invert(100%);
}

.chooselist li:nth-child(2n) {
    float: right;
}

.chooselist li+li {
    margin-top: 20px;
}

.box4 {
    padding: 5.21vw 0;
}

.aboutz {
    width: 59.49%;
    margin-top: 48px;
}

.abtt {
    color: #333333;
    font-size: 40px;
    line-height: 46px;
    width: 71%;
}

.abhx {
    width: 53px;
    height: 3px;
    background-color: rgb(227, 7, 19);
    margin: 1.7vw 0 1.5vw;
}

.abwz {
    color: #555555;
    font-size: 18px;
    line-height: 36px;
}

.sysj {
    margin: 3.2vw 0;
    width: 88%;
}

.sysj li {
    width: 33%;
    text-align: center;
}

.sysj li .wz {
    color: #999999;
    font-size: 28px;
}

.sysj li .wz strong {
    color: #e30713;
    font-size: 56px;
}

.sysj li .wz2 {
    color: #999999;
    font-size: 18px;
    margin-top: 1.1vw;
}

a.amo {
    background-color: #e30713;
    width: 160px;
    line-height: 45px;
    border-radius: 32px;
    border: 1px solid #e30713;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 17px;
}

a.amo:hover {
    background: none;
    color: #e30713;
}

.aby {
    position: relative;
    width: 36.33%;
}

.aby:before {
    content: "";
    position: absolute;
    background: #ececec;
    z-index: 1;
    right: 0;
    top: 0;
    left: 48px;
    bottom: 48px;
}

.abimg {
    margin-top: 48px;
    margin-right: 48px;
    position: relative;
    z-index: 2;
}

.abimg img {
    width: 100%;
    display: block;
}

.box5 {
    background: #f3f4f8;
    padding: 3.65vw 0 4.69vw;
}

.xw1 {
    margin-top: 3.12vw;
}

.xw1 li {
    width: 23.48%;
}

.xw1 li .img img {
    width: 100%;
    display: block;
}

.xw1 li .det {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    margin-top: -40px;
    position: relative;
    z-index: 99;
}

.xw1 li .nr {
    padding: 26px 17px;
}

.xw1 li .wz {
    color: #111111;
    font-size: 22px;
}

.xw1 li .xhx {
    width: 39px;
    height: 2px;
    background-color: rgb(227, 7, 19);
    margin: 16px 0;
    transition: all 0.8s
}

.xw1 li .wz2 {
    color: #999999;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}

.xw1 li .xhx2 {
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
}

.xw1 li .aa {
    padding: 0 17px;
    height: 62px;
}

.xw1 li .tm {
    color: #111111;
    font-size: 16px;
}

.xw1 li .mo {
    width: 22px;
    height: 22px;
    background: url(//wm.cdn.cn86.cn/xinyuanfanaaa/2025/09/4f0a7665d65lh3wu.png) no-repeat center center #e30713;
    border-radius: 50%;
}

.xw1 li:hover .wz {
    color: #e30713;
}

.xw1 li:hover .xhx {
    width: 70px;
}

/*页面底部*/
.foot {
    background: #2c2c2c;
    padding: 40px 0 66px;
}

.fota {
    width: 35.51%;
}

.flx .wz {
    color: #fff;
    font-size: 32px;
    margin: 41px 0 28px;
}

.flx .wz2 {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    opacity: .5;
}

.f_nav {
    width: 25.82%;
    margin-top: 46px;
}

.f_nav dl {
}

.f_nav dt {
    font-size: 20px;
    margin-bottom: 28px;
    color: #fff;
}

.f_nav dd {
    font-size: 16px;
    line-height: 30px;
}

.f_nav dd a {
    color: #fff;
    opacity: .5;
}

.f_nav dd a:hover {
    color: #fff!important;
    opacity: 1;
}

.fotc {
    width: 21.84%;
    margin-top: 46px;
}

.flx2 .wz {
    font-size: 20px;
    margin-bottom: 28px;
    color: #fff;
}

.flx2 .wz2 {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255,255,255,.5);
}

.flx2 .wz2 a {
    color: rgba(255,255,255,.5);
}

.flx2 .wz2 a:hover {
    color: #fff!important;
}

.fotc .social-share {
    margin-top: 23px;
}

.fotc .social-share .social-share-icon {
    border-radius: 0;
    border: none;
}

.fotc .social-share .icon-facebook {
    color: #fff!important;
    background: #4a66a0!important;
}

.fotc .social-share .icon-twitter {
    color: #fff!important;
    background: #31a9f3!important;
}

.fotc .social-share .icon-linkedin {
    color: #fff!important;
    background: #0077b5!important;
}

.fotc .social-share a {
    margin: 0;
    margin-right: 17px;
}

.bq {
    background: #161616;
    font-size: 15px;
    text-align: center;
    padding: 15px 0;
    color: rgba(255,255,255,.3);
}

.bq a {
    color: rgba(255,255,255,.3);
}

.bq a:hover {
    color: #fff!important;
}

/*内页左侧样式*/
.page-product-inquiry a {
    color: #fff;
}

@media (max-width: 1440px) {
    .top1 {
        font-size:15px;
    }

    .pc-navbar > li > a {
        font-size: 16px;
    }

    a.topmo {
        font-size: 17px;
    }

    .sybt .wz {
        font-size: 21px;
    }

    .sywhy .swiper-slide .wz {
        font-size: 21px;
    }

    .sywhy .swiper-slide .whymo1 span,.sywhy .swiper-slide .whymo2 span {
        font-size: 14px;
    }

    .po11 li .wz {
        font-size: 23px;
    }

    .sycpwz {
        font-size: 21px;
    }

    a.pmo {
        font-size: 17px;
    }

    .choosewz {
        font-size: 15px;
        line-height: 26px;
    }

    .chooselist li .wz {
        font-size: 21px;
    }

    .chooselist li .nmb {
        font-size: 32px;
    }

    .abtt {
        font-size: 36px;
        line-height: 42px;
        width: 78%;
    }

    .abwz {
        font-size: 16px;
        line-height: 31px;
    }

    .sysj li .wz strong {
        font-size: 49px;
    }

    .sysj li .wz {
        font-size: 24px;
    }

    .sysj li .wz2 {
        font-size: 16px;
    }

    a.amo {
        width: 148px;
        line-height: 42px;
        font-size: 15px;
    }

    .xw1 li .wz {
        font-size: 20px;
    }

    .xw1 li .tm {
        font-size: 15px;
    }

    .xw1 li .wz2 {
        font-size: 15px;
        line-height: 23px;
        height: 46px;
    }

    .flx .wz {
        font-size: 28px;
    }

    .flx .wz2 {
        font-size: 15px;
    }

    .f_nav dd,.flx2 .wz2 {
        font-size: 15px;
    }

    .f_nav dt,.flx2 .wz {
        font-size: 18px;
    }
}

@media (max-width: 1280px) {
    .pc-navbar > li > a {
        font-size:15px;
        padding-right: 2.1vw;
    }

    .banjt {
        width: 120px;
    }

    .banjt .prev1,.banjt .next1 {
        width: 46px;
        height: 46px;
    }

    .po11 li {
        width: calc(100% / 3 - 24px);
    }

    .po11 li:last-child {
        display: none;
    }

    .sywhy .swiper-slide .wz {
        font-size: 20px;
    }

    .po11 li .wz {
        font-size: 21px;
    }

    a.pmo {
        width: 226px;
        line-height: 46px;
        font-size: 16px;
    }

    .chooselist li .wz {
        font-size: 18px;
        line-height: 26px;
        height: 52px;
    }

    .chooselist li .nmb {
        font-size: 30px;
    }

    .abtt {
        font-size: 31px;
        line-height: 34px;
        width: 91%;
    }

    .abwz {
        font-size: 15px;
        line-height: 26px;
    }

    .sysj li .wz strong {
        font-size: 44px;
    }

    .sysj li .wz {
        font-size: 21px;
    }

    .sysj li .wz2 {
        font-size: 14px;
    }

    .aby:before {
        left: 22px;
        bottom: 22px;
    }

    .abimg {
        margin-top: 22px;
        margin-right: 22px;
    }

    .aboutz {
        margin-top: 22px;
    }

    .xw1 li {
        width: 49%;
    }

    .xw1 li:nth-child(n+3) {
        margin-top: 25px;
    }

    .f_nav {
        display: none;
    }

    .fota {
        width: 65%;
    }

    .fotc {
        width: 30%;
    }

    .flx .wz {
        font-size: 26px;
        margin: 35px 0 18px;
    }

    .f_nav dt, .flx2 .wz {
        margin-bottom: 13px;
    }

    .f_nav dd, .flx2 .wz2 {
        line-height: 25px;
    }

    .sybt .wz {
        font-size: 20px;
    }

    .sycpwz {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .sywhy .swiper-slide .wz {
        font-size:16px;
    }

    .sybt .wz {
        font-size: 18px;
    }

    .po11 li .wz {
        font-size: 18px;
    }

    .sycpwz {
        font-size: 19px;
    }

    .chooselist li .det {
        padding: 25px 20px;
    }

    .chooselist li .img {
        width: 50px;
    }

    .chooselist li .img img {
        width: 100%;
        display: block;
    }

    .chooselist li .wz {
        font-size: 16px;
        line-height: 22px;
        height: 44px;
        margin: 20px 0;
    }

    .chooselist li .nmb {
        font-size: 27px;
    }

    .chooselist li+li {
        margin-top: 11px;
    }

    .aboutz {
        width: 100%;
        margin-top: 0;
    }

    .aby {
        width: 100%;
        margin-top: 25px;
    }

    .fotc {
        width: 45%;
    }

    .fota {
        width: 51%;
    }
}

@media (max-width: 640px) {
    .banjt {
        width:90px;
    }

    .banjt .prev1,.banjt .next1 {
        width: 36px;
        height: 36px;
    }

    .box1,.box3,.box4,.box5 {
        padding: 35px 0;
    }

    .sybt .wz {
        font-size: 16px;
    }

    .sybt .wz2 {
        font-size: 25px;
        margin: 8px 0;
    }

    .bthx {
        width: 40px;
        height: 2px;
    }

    .sywhy {
        margin-top: 20px;
    }

    .sywhy .swiper-slide .det {
        padding: 40px 15px;
    }

    .sywhy .swiper-slide .nr {
        width: 60%;
    }

    .sywhy .swiper-slide .whymo1 span,.sywhy .swiper-slide .whymo2 span {
        font-size: 13px;
        padding: 0 18px;
        line-height: 28px;
    }

    .sywhy .swiper-slide .whymo1 {
        margin: 10px 0;
    }

    .whyjt {
        margin-top: 20px;
        width: 138px;
    }

    .whyjt .swiper-pagination2 {
        font-size: 16px;
    }

    .whyjt .prev2,.whyjt .next2 {
        width: 36px;
        height: 36px;
    }

    .po11 {
        margin: 0 -6px;
        margin-top: 20px;
    }

    .po11 li {
        width: calc(100% / 2 - 12px);
        margin: 6px;
        border-radius: 18px;
        padding: 20px 15px 30px;
    }

    .po11 li .wz {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .po11 li .mo {
        width: 116px;
        line-height: 30px;
        font-size: 14px;
    }

    .po11 li:last-child {
        display: block;
    }

    .sycpwz {
        font-size: 17px;
        margin-top: 20px;
    }

    a.pmo {
        width: 206px;
        line-height: 40px;
        font-size: 15px;
        margin-top: 15px;
    }

    .box3 {
        margin-top: 35px;
    }

    .choosez {
        width: 100%;
    }

    .chooselist {
        width: 100%;
        margin-top: 10px;
    }

    .chooselist li {
        margin-top: 15px;
    }

    .chooselist li+li {
        margin-top: 15px;
    }

    .chooselist li .wz {
        font-size: 14px;
    }

    .chooselist li .nmb {
        font-size: 24px;
    }

    .abtt {
        font-size: 22px;
        width: 100%;
        line-height: 25px;
    }

    .abhx {
        width: 36px;
        margin: 10px 0;
    }

    .sysj {
        width: 100%;
    }

    .sysj li {
        text-align: left;
        margin: 10px 0;
    }

    .sysj li .wz strong {
        font-size: 30px;
    }

    .sysj li .wz {
        font-size: 15px;
    }

    .sysj li .wz2 {
        font-size: 14px;
        line-height: 18px;
    }

    a.amo {
        width: 137px;
        line-height: 36px;
        font-size: 14px;
    }

    .xw1 {
        margin-top: 20px;
    }

    .xw1 li {
        width: 100%;
    }

    .xw1 li:nth-child(n+2) {
        margin-top: 25px;
    }

    .xw1 li .wz {
        font-size: 18px;
    }

    .xw1 li .aa {
        height: 50px;
    }

    .fota {
        width: 100%;
    }

    .flx .wz {
        font-size: 24px;
        margin: 15px 0 10px;
    }

    .flx .wz2 {
        font-size: 15px;
        line-height: 24px;
    }

    .fotc {
        width: 100%;
        margin-top: 20px;
    }

    .foot {
        padding: 30px 0;
    }

    .bq {
        font-size: 14px;
    }

    body {
        padding-bottom: 70px;
    }
}

/* 联系我们页面 */
.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;
}

/* page-banner */
.page-banner {
    position: relative;
}

.page-banner>img {
    display: block;
    width: 100%;
}

.banner-fix {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.banner-fix .fll-con {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.banner-fix h4 {
    font-size: 52px;
    line-height: 1;
    font-family: "Arial";
    text-transform: uppercase;
    font-weight: bold;
    color: #fff
}

/* contact */
.contact1 {
    position: relative;
    padding: 3.12vw 0 4.17vw;
}

.contact-left {
    position: relative;
    width: 39.3%;
}

.nei-contact-list {
    position: relative;
    margin-bottom: 60px;
}

.nei-contact-list li {
    position: relative;
    padding: 25px 0;
    border-bottom: 1px solid #e7e7e7;
}

.nei-contact-list li .flex2 {
    align-items: center;
}

.nei-contact-list li .img {
    width: 30px;
    margin-left: 30px;
}

.nei-contact-list li .img img {
    max-width: 100%;
}

.nei-contact-list li .txt {
    width: calc(100% - 70px);
}

.nei-contact-list li .txt h3 {
    font-size: 21px;
    color: #777777;
    font-weight: 600;
}

.nei-contact-list li .txt .pu {
    font-size: 16px;
    color: #111111;
    margin-top: 5px;
}

.nei-contact-list li .txt .pu p {
    margin-bottom: 0px;
}

.contact-right {
    position: relative;
    width: 56.33%;
}

.contact-right img {
    width: 100%;
    display: block;
}

.contact2 {
    position: relative;
    background: #f3f4f8;
    padding: 70px 0 4.21vw;
}

.contact2-con {
    position: relative;
    padding: 0 2.60416vw 0;
}

.nylytt {
    color: #111111;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.contact2 .captcha .form-control {
    background: #f3f4f8;
}

.contact2 .form-submit .btn {
    background: #f3f4f8!important;
    border-color: #ced4da !important;
    color: #495057;
}

.contact2 .form-submit .btn:hover {
    background: #e30713!important;
}

.contact2 .form-submit .form-control.subject {
    background: url(//wm.cdn.cn86.cn/xinyuanfanaaa/2025/09/191cbc557blemjxr.png) no-repeat right 10px top 10px;
}

@media (max-width: 1440px) {
    .banner-fix h4 {
        font-size:47px;
    }

    .nei-contact-list li .txt h3 {
        font-size: 18px;
    }

    .nei-contact-list li .txt .pu {
        font-size: 15px;
    }

    .nylytt {
        font-size: 27px;
    }
}

@media (max-width: 992px) {
    .contact-left {
        width: 100%;
    }

    .contact-right {
        width: 100%;
    }

    .contact2 {
        padding: 40px 0 28px;
    }

    .banner-fix h4 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .banner-fix h4 {
        font-size: 25px;
    }

    .nylytt {
        font-size: 23px;
        margin-bottom: 25px;
    }

    .nei-contact-list {
        margin-bottom: 30px;
    }

    .contact1 {
        padding-bottom: 30px;
    }
}

@media (max-width: 640px) {
    .banner-fix h4 {
        font-size:22px;
    }
}

/* 关于我们 */
.nybox1 {
    padding: 2.86vw 0;
}

.nysj {
    width: 25.32%;
    margin: 0;
}

.nysj li {
    width: 100%;
    text-align: left;
    padding: 2.4vw 0 1.97vw;
}

.nysj li+li {
    border-top: 1px solid #d4d4d4;
}

.nyabout {
    width: 69.75%;
}

.nyabout .wz {
    color: #111111;
    font-size: 38px;
    line-height: 1;
}

.nyabout .wz2 {
    color: #e30713;
    font-size: 32px;
    line-height: 1;
    margin: 0.96vw 0 3.101vw;
}

.nyabout .wz3 {
    color: #777777;
    font-size: 16px;
    line-height: 30px;
}

.nyabout .wz3 p+p {
    margin-top: 1.1vw;
}

.nybt {
    color: #111111;
    font-size: 38px;
    text-align: center;
    line-height: 1;
}

.ry {
    position: relative;
    margin-top: 2.4vw;
}

.ry .mySwiperry {
    overflow: hidden;
    margin: 0 95px;
}

.ry .swiper-slide img {
    width: 100%;
    display: block;
}

.ry .prevny {
    position: absolute;
    top: 50%;
    margin-top: -33.5px;
    left: 0;
    width: 47px;
    height: 47px;
    opacity: 1;
    z-index: 999;
    background: url(//wm.cdn.cn86.cn/xinyuanfanaaa/2025/09/7182fdf0199s3jvo.png) no-repeat;
    background-size: 100% 100%;
}

.ry .nextny {
    position: absolute;
    top: 50%;
    margin-top: -33.5px;
    right: 0;
    width: 47px;
    height: 47px;
    opacity: 1;
    z-index: 999;
    background: url(//wm.cdn.cn86.cn/xinyuanfanaaa/2025/09/1fb9903bfcbaq3qk.png) no-repeat;
    background-size: 100% 100%;
}

.ry .prevny:hover {
    background: url(//wm.cdn.cn86.cn/xinyuanfanaaa/2025/09/370bd83c75endf4j.png) no-repeat;
    background-size: 100% 100%;
}

.ry .nextny:hover {
    background: url(//wm.cdn.cn86.cn/xinyuanfanaaa/2025/09/12c4796dc8jdiqkb.png) no-repeat;
    background-size: 100% 100%;
}

.nbox3 {
    background: #f3f4f8;
    padding-top: 4.06vw;
    margin-top: 5vw;
}

.mySwiper {
    position: relative;
    margin-top: 2.5vw;
}

.mySwiper .swiper-slide {
    position: relative;
}

.mySwiper .swiper-slide a {
    display: block;
}

.mySwiper .swiper-slide .img img {
    display: block;
    width: 100%;
}

.mySwiper .swiper-pagination1 {
    bottom: 0px;
    text-align: center;
    margin: 3.23vw 0 2.45vw;
}

.mySwiper .swiper-pagination-bullet {
    display: inline-block;
    border-radius: 50%;
    background: #c4c2c2;
    width: 11px;
    height: 11px;
    margin: 0 0.6rem!important;
    opacity: 1;
}

.mySwiper .swiper-pagination-bullet-active {
    background: #e30713;
    width: 20px;
}

@media (max-width: 1440px) {
    .nyabout .wz {
        font-size:32px;
    }

    .nyabout .wz2 {
        font-size: 26px;
    }

    .nybt {
        font-size: 32px;
    }

    .nyabout .wz3 {
        font-size: 15px;
        line-height: 27px;
    }
}

@media (max-width: 1280px) {
    .nyabout .wz {
        font-size:27px;
        line-height: 1.3;
    }

    .nyabout .wz2 {
        font-size: 23px;
        line-height: 1.3;
    }

    .nybt {
        font-size: 27px;
    }

    .nyabout .wz3 {
        font-size: 14px;
        line-height: 24px;
    }

    .ry .prevny,.ry .nextny {
        width: 38px;
        height: 38px;
        margin-top: -19px;
    }

    .ry .mySwiperry {
        margin: 0 58px;
    }
}

@media (max-width: 768px) {
    .nysj {
        width:100%;
    }

    .nysj li {
        width: 32%;
        padding: 0;
    }

    .nysj li+li {
        border-top: none;
    }

    .nyabout {
        width: 100%;
        margin-top: 25px;
    }
}

@media (max-width: 640px) {
    .nyabout .wz {
        font-size:22px;
        line-height: 1.3;
    }

    .nyabout .wz2 {
        font-size: 19px;
        line-height: 1.3;
        margin-top: 10px;
    }

    .nybt {
        font-size: 22px;
    }

    .nybox1 {
        padding-bottom: 35px;
    }

    .ry {
        margin-top: 23px;
    }

    .nbox3 {
        margin-top: 35px;
        padding-top: 35px;
    }

    .mySwiper {
        margin-top: 23px;
    }

    .mySwiper .swiper-pagination1 {
        margin: 25px 0;
    }

    .mySwiper .swiper-pagination-bullet {
        margin: 0 0.3rem!important;
    }
}

/* 内页产品 */
.po12 {
    margin-top: 0;
}

.po12 li {
    width: calc(100% / 4 - 24px);
    float: left;
    background: #fff;
    margin: 0 12px 24px;
}

#page-wrap .right {
    margin-top: 0!important;
}

.left11 {
    width: 275px;
    float: left;
}

.right11 {
    width: calc(100% - 322px);
    float: right;
}

.left-title {
    font-size: 30px;
}

@media (max-width: 1280px) {
    .po12 li {
        width: calc(100% / 2 - 24px);
    }

    .left-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .po12 {
        margin:0 -6px;
        margin-top: 0;
    }

    .po12 li {
        width: calc(100% / 2 - 12px);
        margin: 0 6px 12px;
    }

    .right11 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .col-md-10 {
        -ms-flex: 0 0 0%!important;
        flex: 0 0 0%!important;
        max-width: 100%!important;
        width: 100%;
    }

    #page-wrap {
        padding-top: 30px;
    }
}
