.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;
}
.scroll_to_top2{display: none;}
/*----- 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: 70px;
}

.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%)
}

@media screen and (min-width: 1921px) {
  .pc-navbar > li > a{padding-right: 1.6vw;}
}


.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/ytmenghebc/2025/12/f2257e98f8utlv3p.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 {
    max-width: 100vw;
    width: 100vw;
    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/ytmenghebc/2025/12/48840086eapkpj6c.png) no-repeat center center;
    border: 1px solid #fff;
    border-radius: 50%;
}

.banjt .next1 {
    width: 53px;
    height: 53px;
    background: url(//wm.cdn.cn86.cn/ytmenghebc/2025/12/ce418e8ec2ikhhta.png) no-repeat center center;
    border: 1px solid #fff;
    border-radius: 50%;
}

.banjt .prev1:hover {
    background: url(//wm.cdn.cn86.cn/ytmenghebc/2025/12/48840086eapkpj6c.png) no-repeat center center #e30713;
    border: 1px solid #e30713;
}

.banjt .next1:hover {
    background: url(//wm.cdn.cn86.cn/ytmenghebc/2025/12/ce418e8ec2ikhhta.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 5.4vw;overflow: hidden;
}

.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;
}
.mySwiper2 .img{overflow: hidden;border-radius: 15px;width: 70.2%;
    position: absolute;
    right: -10px;
    bottom: -10px;}

.sywhy .swiper-slide {
   
}

.sywhy .swiper-slide .det {
    position: relative;background-color: #f3f4f8;
	border-radius: 15px;
}

.sywhy .swiper-slide .nr {
    width: 100%;
    /* position: absolute; */
    position: relative;
    left: 0;
    padding: 60px 0 111px 1vw;
   
    z-index: 999;
}

.sywhy .swiper-slide .wz {
    color: #222222;
    font-size: 20px;
}

.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.7vw;
    display: inline-block;
}

.sywhy .swiper-slide .whymo2 span {
    color: #e30713;
    font-size: 16px;
    line-height: 28px;
    border-radius: 25px;
    border: 2px solid #e30713;
    padding: 0 1.4vw;
    display: inline-block;
}

.sywhy .swiper-slide .tu {
    width: 55%;
}

.sywhy .swiper-slide .img img {
    width: 100%;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.sywhy .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.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/ytmenghebc/2025/12/4990f6273baefor3.png) no-repeat center center;
    border: 1px solid #9f9f9f;
    border-radius: 50%;
}

.whyjt .next2 {
    width: 40px;
    height: 40px;
    background: url(//wm.cdn.cn86.cn/ytmenghebc/2025/12/c990f47a02ub7swn.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: 10px;
    overflow: hidden;
    padding: 20px 15px 42px;
}
.po11 li .img{
    border-radius: 8px;
    overflow: hidden;
}
.po11 li .img img {
    width: 100%;
    display: block;
}

.po11 li .wz {
    color: #222222;
    font-size: 20px;
    margin: 20px 0;
}

.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;overflow: hidden;
}

.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;font-weight: bold;
    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 .img .img2{display: none;}
.chooselist li:hover .img .img1 {display: none;}
.chooselist li:hover .img .img2 {display: inline-block;}

.chooselist li:nth-child(2n) {
    float: right;
}

.chooselist li:nth-child(n + 3) {
    margin-top: 20px;
}

.box4 {
    padding: 5.21vw 0 4%;overflow: hidden;
}

.aboutz {
    width: 49.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: 2.5vw 0 1vw;
}

.abwz {
    color: #555555;
    font-size: 18px;
    line-height: 36px;
}
.aboutz .sybt{text-align: left;font-weight: bold;}

.sysj {
    margin: 3.2vw 0;
    width: 88%;
    max-width: 532px;
}


.sysj li .wz {
    color: #999999;
    font-size: 28px;
}

.sysj li .wz strong {
    color: #e30713;
    font-size: 56px;
    margin-right: 10px;
}

.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: 38.6%;
}

.aby:before {
    content: "";
    position: absolute;
    background: #e0e0e0;
    z-index: 1;
    right: 0;
    top: 0;
    left:90px;
    bottom:93px;
}

.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/ytmenghebc/2025/12/aec30afcc9sulos5.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: 46px 0 26px;
}

.fota {
    max-width: 180px;
}
.flogo img{max-width: 106px;}
.dao{margin-top: 2.1vw;}
.dao a{display: block;color: #ffffff;font-size: 17px;line-height: 44px;}
.dao a:first-child,.dao a:last-child{display: none;}
.dao a:hover{color: #e01f26;}
.lx2{width: 341px;margin-top: 20px;}
.lx2 p{color: #999999;font-size: 16px;padding: 5px 0;margin-bottom: 16px; padding-left: 43px;line-height: 26px;}
.lx2 p:first-child{background: url(//wm.cdn.cn86.cn/ytmenghebc/2025/12/62fd7532a0tm4jjs.png) no-repeat left 3px;}
.lx2 p:nth-child(2){background: url(//wm.cdn.cn86.cn/ytmenghebc/2025/12/be5fd2cc06mtiv09.png) no-repeat left 3px;}
.lx2 p:nth-child(3){background: url(//wm.cdn.cn86.cn/ytmenghebc/2025/12/5e6993bc282xsmmn.png) no-repeat left 3px;}
.lx2 p:nth-child(4){background: url(//wm.cdn.cn86.cn/ytmenghebc/2025/12/709b657870xq68hc.png) no-repeat left 10px;}
.yan1{width: 46%;}
.yan1 .form-input{
    background-color: #ffffff;
    
}
.yan1 .form-submit .form-control{border: solid 1px #dddddd;}
.yan1 .form-submit .btn{
    background: #e01f26!important;color: #fff;border:none!important;padding: .9rem 5rem
}



.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: 1600px){
    .po11 li .wz{font-size: 23px;margin: 15px 0 20px;}
}

@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: 20px;
    }

    .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;
    }

   

    .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;
    }
    .po11 li .wz{font-size: 18px;}
}

@media (max-width: 768px) {
    .sywhy .swiper-slide .wz {
        font-size:16px;
    }
     .po11 li {
        width: calc(100% / 3 - 24px);
    }

    .po11 li:last-child {
        display: none;
    }
    .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;height: 60px;
    }

    .chooselist li .img img {
        width: 100%;
        display: block;
    }

    .chooselist li .wz {
        font-size: 16px;
        line-height: 22px;
        height: 44px;
        margin: 10px 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 .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%;max-width: 100%;
    }
    .flogo img{max-width: 80px;}

    .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 20px;
    }

    .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: 2.7vw;
    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/ytmenghebc/2025/12/776ac6bf2amfxicc.png) no-repeat right 10px top 10px;
}

@media (max-width: 1440px) {
 

    .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/ytmenghebc/2025/12/a5a48cc4f0e1xy15.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/ytmenghebc/2025/12/4fd8e736b6gkxtrv.png) no-repeat;
    background-size: 100% 100%;
}

.ry .prevny:hover {
    background: url(//wm.cdn.cn86.cn/ytmenghebc/2025/12/6d44c82448mxswrr.png) no-repeat;
    background-size: 100% 100%;
}

.ry .nextny:hover {
    background: url(//wm.cdn.cn86.cn/ytmenghebc/2025/12/0f90f7347bcaanuq.png) no-repeat;
    background-size: 100% 100%;
}

.nbox3 {
    background: #f3f4f8;
    padding: 5vw 0;
    margin-top: 5vw;
}
.nbox3 .flex2{flex-wrap: wrap;justify-content: space-between;}
.abox11 .img{width: 49.9%;overflow: hidden;}
.abox22 .img{width: 49.9%;overflow: hidden;}

.abox11 .img img{transition:all 0.5s;}
.abox11 .img:hover img{transform:scale(1.1);}
.abox22 .img:hover img{transform:scale(1.1);}
.aright1{width: 45%;}
.aright1 .nybt{text-align: left;margin: 2.4vw 0 15px;}
.abox22{margin-top: 4.9vw;}
.abox22 .aright1{width: 47%;}


.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: 15px;
        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-bottom: 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;font-size: 0;
}

.po12 li {
    width: calc(100% / 4 - 24px);
    display: inline-block;
    background: #fff;
    margin: 0 12px 12px;
}

#page-wrap .right {
    margin-top: 0!important;
}

.left11 {
    width: 275px;
    float: left;
}

.right11 {
    width: calc(100% - 322px);
    float: right;
}

.left-title {
    font-size: 30px;
    text-transform: uppercase;
}

@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;
    }
}





/* application-con */

.application-con {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.application-con .z_school_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.application-con .z_school_bg li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: ease 1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.application-con .z_school_bg li.on {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.application-con .z_school_bg li .imgbg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease 1s
}

.about-photo-list32 {
    display: flex; justify-content: space-between;flex-wrap:wrap;
    height: 100%;
    width: 100%;
}

.about-photo-list32 li {
    position: relative;
    height: 100%;
    width:20%;
    border-right: 1px solid rgba(255, 255, 255, .3);
    padding: 20px 10px 20px 15px;
    padding-bottom: 3.8vw;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}

.about-photo-list32 li a {
    display: block;
    width: 100%;
}

.about-photo-list32 li .img {
    margin-bottom: 2.083vw;
}

.about-photo-list32 li .img img {
    max-width: 60px;
}

.about-photo-list32 li .txt {
    position: relative;
    transition: height .5s;
    height: 135px;
    overflow: hidden;
}

.about-photo-list32 li .txt h3 {
    color: #fff;
    font-size: 1.35416vw;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 2vw;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.about-photo-list32 li:hover .txt h3{
    margin-bottom: 2.1vw;
}
.about-photo-list32 li .txt .pp {
    color: #ffffff;
    font-size: 0.9375vw;
    line-height: 1.666;
    word-break: break-all;
}

.about-photo-list32 li .mox {
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    margin-top: 34px;
}

.about-photo-list32 li:hover .txt {
    height: 15.3125vw;
}

.about-photo-list32 li:hover:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(227, 7, 19, .75));
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.plist2{font-size: 0;margin: 0 -0.66%;}
.plist2 li{display: inline-block;border-radius: 15px;width: 32%;margin: 0 0.66% 2.6vw 0.66%;position: relative;}
.plist2 li .det{
        position: relative;
    background-color: #f3f4f8;
    border-radius: 15px;
}
.plist2 li .img{
    overflow: hidden;border-radius: 15px;width: 70.2%;
    position: absolute;
    right: -10px;
    bottom: -10px;
}
.plist2 li .img img{width: 100%;}
.plist2 li .nr {
    width: 100%;
    /* position: absolute; */
    position: relative;
    left: 0;
    padding: 60px 0 110px 1vw;
    z-index: 999;
}

.plist2 li .wz {
    color: #222222;
    font-size: 20px;
}

.plist2 li .whymo1 {
    margin: 2.21vw 0 1.4vw;
}

.plist2 li .whymo1 span {
    color: #fff;
    font-size: 16px;
    background-color: rgb(227, 7, 19);
    line-height: 32px;
    border-radius: 25px;
    padding: 0 1.7vw;
    display: inline-block;
}

.plist2 li .whymo2 span {
    color: #e30713;
    font-size: 16px;
    line-height: 28px;
    border-radius: 25px;
    border: 2px solid #e30713;
    padding: 0 1.4vw;
    display: inline-block;
}
.acon2{color: #777777;line-height: 30px;font-size: 16px;}

@media(max-width: 1850px){
    .header-ss{margin-left: 0;}
    .pc-navbar>li>a{padding-right: 2vw;}
    /* .sywhy .swiper-slide .nr{top:3vw;} */
}

@media(max-width: 1600px){
    .pc-navbar>li>a{font-size: 15px;}
}

@media(max-width: 1440px){
    .plist2 li .whymo1 span,.plist2 li .whymo2 span {
        font-size: 14px;
    }
}


@media(max-width: 1400px){
    .header-ss{margin-left: 0;}
    .acon2{font-size: 14px;line-height: 26px;}
}

@media(max-width: 1200px){
    .about-photo-list32 li .txt{height: 113px;}
    .about-photo-list32 li .txt h3{margin-bottom: 20px;}
    .about-photo-list32 li .txt .pp{font-size: 14px;}
    .about-photo-list32 li:hover .txt {
        height:240px;
    }
    .dao a{font-size: 15px;}
    a.topmo{display: none;}
    .lx2{width: 320px;}
    .lx2 p{font-size: 14px;line-height: 22px;}
    .plist2{margin: 0 -1%;}
    .plist2 li{width: 48%;margin: 0 1% 2.6vw 1%;}
}

@media(max-width: 992px){
     .about-photo-list32 li .img img {
        max-width: 35px;
    }
    .about-photo-list32 li .txt {
        height: 40px;
    }
    .about-photo-list32 li .txt h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .about-photo-list32 li .txt .pp {
        font-size: 14px;
        line-height: 22px;
    }
    .about-photo-list32 li:hover .txt {
        height: 145px;
    }
    .yan1{width: 100%;}
    .yan1 .col-md-6{float: left;}
}

@media(max-width: 768px){
     .about-photo-list32 {
        flex-wrap: wrap;
    }
    .about-photo-list32 li {
        height: 33.33%;
        width: 50%;
    }
    .about-photo-list32 li .txt h3 {
        font-size: 16px;
    }
    .about-photo-list32 li .txt .pp {
        display: none;
    }
    .about-photo-list32 li .txt {
        height: 30px;
    }
    .about-photo-list32 li:hover .txt {
        height: 77px;
    }
    .abox11 .img,.aright1,.abox22 .aright1,.abox22 .img{width: 100%;}
    .abox22 .img{margin-top: 25px;}
    .abox11{flex-direction: column-reverse;}
    .abox11 .img{margin-top: 30px;}
      .sywhy .swiper-slide .wz {
        font-size:16px;
    }
    .plist2 li{width: 98%;margin-bottom: 20px;}
    .plist2 li .wz {
        font-size:16px;
    }
      .plist2 li .whymo1 span,  .plist2 li.whymo2 span {
        font-size: 13px;
        padding: 0 18px;
        line-height: 28px;
    }

      .plist2 li .whymo1 {
        margin: 10px 0;
    }
    .plist2 li .nr{padding-left: 15px;padding-top: 30px;}

}

@media(max-width: 640px){
    .dao{display: none;}
    .flogo{text-align: center;width: 100%;}
    .lx2{width: 100%;}
    .yan1 textarea.form-control{height: 120px;}
    .yan1 .form-submit .btn{padding: .6rem 3rem;}
    .sywhy .swiper-slide .nr{padding-left: 15px;padding-top: 30px;}
    #page-wrap{padding-top: 20px;}
    #anchor{font-size: 14px;padding: 10px 0;}
    .poorder{margin-bottom: 10px;}
    .acon2{font-size: 15px;line-height: 26px;}
}



.picBox {
    position: relative;
}
.jdufngfhg{
    position: absolute;
    top: 30px;
    right: 24px;
    z-index: 999;
    background: url(//wm.cdn.cn86.cn/ytmenghebc/2025/12/c2a135c8a6p1g9lf.png) no-repeat;
    width: 18px!important;
    height: 18px!important;
    text-align: center;
    display: block!important;
}

.jdufngfhg a img{
    opacity: 0;
    text-align: center;
    margin: 0 auto;
    max-width: 35%;
    height: auto;
}
.fancybox-active .jdufngfhg a img{
    opacity: 1;
}