html {
    font-size: calc(100vw / 375 + 0px);
}
#wtRightBox{
    display: none;
}
/* Nav */
nav>section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52rem;
    padding: 0 16rem;
    background: var(--nav-bg, #fff);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#wtNavLogo {
    flex: 0 0 50%;
    /* 宽度由内容决定，也可写死 200px 等 */
    display: flex;
    align-items: center;
    gap: 12rem;
    padding: 0;
}

#wtNavLogoYy {
    margin-top: 0rem;
    margin-left: 0px;
}

#wtNavLogoYy img {
    width: 85rem;
    aspect-ratio: 153 / 44;
}

#wtNavLogoHbc {
    margin-top: 6rem;
    margin-left: 0px;
}

#wtNavLogoHbc img {
    height: 17rem;
}

#wtNavMenu {
    flex: 0 0 auto;
    /* 固定宽度，按需改 */
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#wtNavMenu>div {
    display: none;
}

#wtNavMenuX {
    flex: 0 0 auto;
    justify-content: flex-end;
    align-items: center;
}

#wtNavMenuX i {
    font-size: 24rem;
    margin-right: 0;
    color: #686868;
}

#wtNavMenu i {
    font-size: 24rem;
    margin-right: 0px;
    color: #686868;
}

#wtNavMenu .wt-an-red {
    width: 122px;
    height: 45px;
    line-height: 45px;
}

#wtNavRight {
    display: none;
}


#wtNavBody {
    display: none;
    position: absolute;
    top: 52rem;
    background-color: #fff;
    left: 0;
    right: 0;
}
.wt-nav-list{
    background-image: url(/static/css/../img/gywm-bg.png);
    background-repeat: no-repeat;
    background-size: auto 68%;
    background-position: left calc(50% - 28% + 80rem) center;
}
.wt-nav-list li {
    width: 80rem;
    background-color: #FEF1F1;
}

.wt-nav-nav1 {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    height: 36rem;
}

.wt-nav-nav1-this .wt-nav-tit {
    color: var(--primary);
    background-color: #fff;
}

.wt-nav-tit {
    font-size: 14rem;
    line-height: 36rem;
    padding-left: 16rem;
    position: relative;
}

.wt-nav-nav1-this .wt-nav-nav2 {
    display: flex;
}

.wt-nav-nav2 {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 80rem;
    flex-wrap: wrap;
    padding: 8rem 20rem 16rem;
    border: 1px solid rgba(0, 0, 0, .1);
}

.wt-nav-nav2>div {
    flex: 0 0 100%;
    min-height: 30rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.wt-nav-tit2 {
    font-size: 12rem;
    line-height: 30rem;
    padding-left: 8rem;
    position: relative;
}

.wt-nav-tit2-show .wt-nav-tit2 {
    color: var(--primary);
    display: flex;
}

.wt-nav-tit2-show .wt-nav-tit2>div {
    flex: 0 0 auto;
    position: relative;
}

.wt-nav-tit2-show .wt-nav-tit2>div::after {
    content: '';
    position: absolute;
    left: 6rem;
    right: 6rem;
    height: 2rem;
    bottom: 0;
    background-color: var(--primary);
}

.wt-nav-nav2b {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 80rem;
    flex-wrap: wrap;
    padding: 8rem 20rem 16rem;
}

.wt-nav-tit2b>div {
    flex: 0 0 100%;
    min-height: 30rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-size: 12rem;
    line-height: 30rem;
    padding-left: 8rem;
}

.wt-nav-nav1-this .wt-nav-nav2b {
    display: block;
}

.wt-nav-nav3 {
    display: none;
    grid-template-columns: repeat(1, 1fr);
    padding: 12rem 0;
}

.wt-nav-tit2 i {
    display: inline-block;
    position: absolute;
    right: 0;
    font-size: 14rem;
    bottom: 0;
    transition: transform .3s;
}

.wt-nav-tit2-show .wt-nav-tit2 .layui-icon-right {
    transform: rotate(90deg);
}

.wt-nav-nav3>div {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 4rem;
    padding: 8rem 8rem;
    font-size: 12rem;
    white-space: nowrap;
}

.wt-nav-nav3>div>img {
    height: 12rem;
}
.wt-nav-nav3>div>a>img {
    height: 12rem;
}

.wt-nav-tit2-show .wt-nav-nav3 {
    display: grid;
}

.wt-nav-nav-dot {
    position: absolute;
    top: -2rem;
    right: 2.5rem;
}

.wt-nav-nav-dot .layui-badge-dot {
    height: 4rem;
    width: 4rem;
}

.wt-banner .layui-carousel {
    height: 410rem !important;
}

.wt-banner .layui-carousel img {
    height: 100%;
    margin-left: -68rem;
}

.wt-main-section {
    padding: 36rem 16rem !important;
}

.wt-main-tit {
    font-size: 16rem;
}

.wt-main-tit-ms {
    font-size: 12rem;
}

.wt-main-tit::after {
    height: 3rem;
}

.wt-zujian-huadong {
    width: 100%;
}

#wtChanpinZhongxin .wt-zujian-huadong {
    font-size: 12rem;
    height: 36rem;
    margin-top: 16rem;
    line-height: 36rem;
}
.wt-zujian-huadong-box::after{
    top: 4rem;
    bottom: 4rem;
    left: 5rem;
}
.wt-zujian-huadong-box-to1.wt-zujian-huadong-box::after{
    left: 5rem;
}
.wt-zujian-huadong-box-to2.wt-zujian-huadong-box::after{
    left: calc(100% / 3 + 5rem);
}
.wt-zujian-huadong-box-to3.wt-zujian-huadong-box::after{
    left: calc(100% / 3 * 2 + 5rem);
}
.wt-main-list-fang {}

/* 整体变滑动容器 */
#slideCard {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

/* 每张卡片宽度 = 视口宽，并开启吸附 */
#slideCard .wt-main-itme {
    width: 100%;
    flex: none;
    scroll-snap-align: start;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
#wtCpzxYddHd{
    position: relative;
}
#wtCpzxYddHd .fas{
    display: block;
    position: absolute;
    font-size: 20rem;
    z-index: 998;
    color: rgba(0, 0, 0, .36);
    top: 40%;
}
#wtCpzxYddHd .fas.fa-chevron-circle-right{
    right: -6rem;
}
#wtCpzxYddHd .fas.fa-chevron-circle-left{
    left: -6rem;
}
.wt-main-itme>div {
    padding: 6rem 24rem;
    width: 100%;
}
.wt-main-itme-tit{
    font-size: 14rem;
}
.wt-main-itme-tag{
    height: 12rem;
}
.wt-main-itme-tag img{
    height: 12rem;
}
.wt-main-itme-jj{
    font-size: 12rem;
}
.wt-main-itme-pic {
    /* width: calc((100vw - 64px - 24px) / 2 - 40px - 20px ); */
    width: 100%;
    aspect-ratio: 336 / 215;
}
.wt-main-list-fang .wt-main-itme-an a{
    height: 30rem;
    font-size: 12rem;
    line-height: 30rem;
}

.wt-main-bg-hui{
    overflow: hidden;
}
#wtDzhSzhJjfa .wt-main-tit-ms{
    width: 100vw;
    margin-left: -16rem;
    font-size: 11.5rem;
}
.wt-dzhfab {
    margin-top: 16rem;
}

.wt-dzhfab-zhu {
    border-radius: 8rem 8rem 0 0;
    overflow: hidden;
    height: 83rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    background-color: #ECECED;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12rem;
}

.wt-dzhfab-bg-1 {
    background-image: url(/static/css/../img/dzh1gb-t.png);
}

.wt-dzhfab-bg-2 {
    background-image: url(/static/css/../img/dzh2gb-t.png);
}

.wt-dzhfab-bg-3 {
    background-image: url(/static/css/../img/dzh3gb-t.png);
}

.wt-dzhfab-zhu-tit {
    font-size: 14rem;
    color: var(--primary);
    font-weight: 600;
    line-height: 20rem;
}

.wt-dzhfab-zhu-txt {
    margin-top: 6rem;
    font-size: 12rem;
    color: #727272;
    line-height: 16rem;
}

.wt-dzhfab-zhu-an {
    background-color: #fff;
    border-radius: 999px;
    border: 1px solid #ddd;
    height: 26rem;
    width: 93rem;
    font-size: 12rem;
    margin-top: 37rem;
}

.wt-main-list-fang .wt-main-itme-an a{
    height: 36px;
    font-size: 14px;
    line-height: 36px;
}

.wt-dzhfab-zhu-an>div {
    display: flex;
    /* 横向排列 */
    align-items: center;
    /* 垂直居中 */
    gap: 16px;
    justify-content: center;
    height: 100%;
}

.wt-dzhfab-zhu-an i {
    color: #333;
}

.wt-dzhfab-ci {
    padding: 12rem 8rem;
    background-color: #fff;
    border-radius: 0 0 16px 16px;
}

.wt-dzhfab-ci-list-m {
    border-bottom: 1px solid transparent;
    /* 占位置 */
    background:
        repeating-linear-gradient(90deg,
            rgba(0, 0, 0, .1) 0 2px,
            /* 黑点 */
            transparent 2px 6px
            /* 空白 */
        ) left bottom / 100% 1px no-repeat;
}
.wt-dzh-box > div{
    margin-top: -2rem;
}
.layui-row.wt-dzh-box>div>div {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 12rem;
    color: #333;
    height: 45rem;
}

.layui-row.wt-dzh-box>div>div img{
    height: 16rem;
}
.sb-sheji-1-1,.sb-sheji-1-2{
    width: 35%;
}
.sb-sheji-1-3{
    width: 30%;
}
.sb-sheji-1-5{
    width: 35%;
}
.sb-sheji-1-6{
    width: 30%;
}
.sb-sheji-2-1{
    width: 47%;
}
.sb-sheji-2-2{
    width: 53%;
}
.sb-sheji-2-3,.sb-sheji-2-7{
    width: 38%;
}
.sb-sheji-2-4,.sb-sheji-2-5,.sb-sheji-2-6,.sb-sheji-2-8{
    width: 31%;
}
.sb-sheji-2-9{
    width: 26%;
}
.sb-sheji-3-2,.sb-sheji-3-3{
    width: 36%;
}
.sb-sheji-3-1{
    width: 28%;
}

.wt-fwzc {
    box-shadow: inset -3px 0px 4px 0px #fdf6f7;
    border: 1px solid #fdf6f7;
    position: relative;
    /* 给伪元素当包含块 */
    padding: 36px 24px 28px;
    /* overflow: hidden;    */
    /* margin-top: 16px; */
    z-index: 8;
}

.wt-fwzc-box {
    width: calc(100% - 28rem * 2);
    margin: 32px auto;
}

.wt-fwzc-ico div {
    background-color: #FFE6E8;
    height: 80rem;
    width: 80rem;
    border-radius: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.wt-fwzc-ico img {
    height: 32rem;
    width: 32rem;
}

.wt-fwzc-tit {
    font-size: 14rem;
    line-height: 20rem;
    text-align: center;
    margin-top: 16rem;
}

.wt-fwzc-txt {
    margin-top: 4rem;
    color: #727272;
    font-size: 12rem;
    line-height: 20rem;
    margin-bottom: 24px;
}

.wt-fwzc-an a {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.wt-fwzc::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 3px;
    background-color: var(--primary);
    left: calc(50% - 10px);
}

.wt-kehuanli {
    background-image: url(/static/css/../img/khal-gb.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.wt-zujian-huadong {
    height: 36rem;
    font-size: 12rem;
    margin-top: 22rem;
    margin-bottom: 16rem;
    overflow: hidden;
    overflow-x: auto;
    line-height: 36rem;
}

.wt-khal-item {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 205rem;
}

.wt-khal-item-pic {
    flex: 0 0 128rem;
    height: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.wt-khal-item-txt {
    flex: 1 1 auto;
    font-size: calc(100vw / 750);
    height: 100%;
    padding: 16rem 8rem;
}

.wt-khal-item-tag img {
    height: 12rem;
    width: auto;
}

.wt-khal-item-tit {
    margin-top: 12rem;
    font-size: 12rem;
    font-weight: 600;
    line-height: 16rem;
}

.wt-khal-item-text {
    margin-top: 5rem;
    font-size: 12rem;
    line-height: 17rem;
    color: #727272;
    height: 85rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.wt-khal-item-an {
    background-color: #fff;
    border-radius: 999px;
    border: 1px solid #FFE6E8;
    height: 26rem;
    width: 93rem;
    font-size: 12rem;
    margin-top: 16rem;
    cursor: pointer;
    line-height: 26rem;
}

.wt-khal-item-an>div {
    display: flex;
    /* 横向排列 */
    align-items: center;
    /* 垂直居中 */
    gap: 8rem;
    justify-content: center;
    height: 100%;
    color: var(--primary);
}

.wt-khal-item1 .wt-khal-item-pic {
    background-image: url(/static/css/../img/khal01.png);
}

.wt-khal-item2 .wt-khal-item-pic {
    background-image: url(/static/css/../img/khal02.png);
}

.wt-khal-item3 .wt-khal-item-pic {
    background-image: url(/static/css/../img/khal03.png);
}

.wt-khal-item4 .wt-khal-item-pic {
    background-image: url(/static/css/../img/khal04.png);
}
.wt-zujian-huadong-box-5::after{
    width: calc(100% / 5 - 8rem);
}
.wt-zujian-huadong-box-6 {
    padding-left: 8rem;
    padding-right: 8rem;
}
#wtKehuAnli .wt-zujian-huadong-box-to1.wt-zujian-huadong-box::after{
    left: 4rem;
}
#wtKehuAnli .wt-zujian-huadong-box-to2.wt-zujian-huadong-box::after{
    left: calc(100% / 5 );
    width: calc(100% / 5 + 2rem);
}
#wtKehuAnli .wt-zujian-huadong-box-to3.wt-zujian-huadong-box::after{
    left: calc(100% / 5 * 2 - 2rem);
    width: calc(100% / 5 + 4rem);
}
#wtKehuAnli .wt-zujian-huadong-box-to4.wt-zujian-huadong-box::after{
    left: calc(100% / 5 * 3 - 4rem);
    width: calc(100% / 5 + 8rem);
}
#wtKehuAnli .wt-zujian-huadong-box-to5.wt-zujian-huadong-box::after{
    left: calc(100% / 5 * 4 - 1rem);
    width: calc(100% / 5);
}
#wtKehuAnli .wt-zujian-huadong-box-to6.wt-zujian-huadong-box::after{
    left: calc(100% / 6 * 5 - 4rem);
}
.wt-anlilunbo {
    background-color: #F5F7FA;
    font-size: 12rem;
    color: var(--primary);
    position: relative;
}
#wtLunboAnli{
    overflow: hidden;
    padding-left: 8rem !important;
    padding-right: 8rem !important;
}
.wt-lbal-l{
    position: absolute;
    top: 0;
    left: 8rem;
    bottom: 0;
    width: 36rem;
    background: linear-gradient(to right, #F5F7FA 16%, rgba(255, 255, 255, 0) 100%);
}
.wt-lbal-r{
    position: absolute;
    top: 0;
    right: 8rem;
    bottom: 0;
    width: 36rem;
    background: linear-gradient(to left, #F5F7FA 16%, rgba(255, 255, 255, 0) 100%);
}
.wt-lbal-an{
    font-size: 12px;
    padding-top: 16px;
}
.wt-lunbo-track{
    gap:16px;
    margin-bottom: 16px;
}
.wt-lunbo-track-tit{
    font-size: 16px;
}
.wt-lunbo-track > div{
    height: 56px;
    width: 108px;
}
.wt-lunbo-track-310{
  width: 160px !important;
}
.wt-lunbo-track img {
  transform: scale(0.5);
  transform-origin: center center; 
}
.wt-huodongzixun {}

.wt-hdzx {
    max-width: 800px;
    width: calc(100% - 0);
    padding-top: 36px;
}

.wt-hdzx-item {
    display: flex;
    height: 144rem;
}

.wt-hdzx-item-pic {
    flex: 0 0 105rem;
    border-radius: 4rem;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.wt-hdzx-item-pic img {
    height: 100%;
}

.wt-hdzx-item-txt {
    padding: 0 12rem;
}

.wt-hdzx-item-tag {
    display: flex;
}

.wt-hdzx-item-tag div {
    line-height: 14rem;
    font-size: 12rem;
    color: var(--primary);
    background-color: #FFE6E8;
    padding: 4rem 8rem;
    border-radius: 4rem;
}

.wt-hdzx-item-tit {
    font-size: 12rem;
    font-weight: 600;
    margin-top: 4rem;
    line-height: 17rem;
    height: 34rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wt-hdzx-item-text {
    font-size: 12rem;
    line-height: 20rem;
    color: #727272;
    margin-top: 8rem;
    height: 80rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.wt-hdzx-more {
    width: 100%;
    display: flex;
    /* 弹性容器 */
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中（可选） */
}

.wt-hdzx-more .wt-khal-item-an {
    border-color: #DDDDDD;
}

.wt-hdzx-more .wt-khal-item-an>div {
    color: #121212;
}

.wt-hdzx-more .wt-khal-item-an i {
    color: #727272;
}

.wt-guanyuwomen {
    background-color: #F5F7FA;
    background-image: url(/static/css/../img/gywm-bg.png);
    background-position: center top 112rem;
    background-repeat: no-repeat;
    background-size: 278rem;
}
.wt-gywm-box {
    /* height: 540px; */
    margin-top: 0px;
    max-width: 800px;
    width: calc(100% - 32rem);
}

.wt-gywm-text {}

.wt-gywm-text-ico {
    margin-top: 30rem;
    text-align: center;
}

.wt-gywm-text-name {
    margin-top: 4rem;
    font-size: 14rem;
    line-height: 20rem;
    font-weight: 600;
    text-align: center;
}

.wt-gywm-text-txt {
    margin-top: 16rem;
    font-size: 12rem;
    color: #727272;
    line-height: 20rem;
}

.wt-gywm-text-an {
    margin-top: 24px;
    display: none;
}

.wt-gywm-text-an .wt-main-itme-an {
    text-align: center;
}

.wt-gywm-text-an .wt-main-itme-an a {
    width: 112px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
}

.wt-gywm-text-an .wt-main-itme-an i {
    margin-left: 16px;
}

.wt-gywm-iocs {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 13rem;
    margin-top: 16rem;
    /* padding-left: 68px; */
}

.wt-gywm-iocs-item {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    text-align: left;
    width: calc(25% - 10rem);
}

.wt-gywm-iocs-ico img {
    height: 29rem;
}

.wt-gywm-iocs-num {
    font-size: 16rem;
    font-weight: 500;
    color: var(--primary);
    margin-top: 4rem;
}

.wt-gywm-iocs-txt {
    font-size: 12rem;
    margin-top: 4rem;
    display: flex;
  flex-direction: column; 
}
.wt-gywm-iocs-txt span {
  width: 100%;
}

.wt-gywm-iocs-num span {
    font-size: 10rem;
    margin-left: 2px;
}
.wt-gywm-iocs-f{
    padding: 0;
    padding-left: 12rem;
    width: calc(100% + 12rem);
}
.sb-sheji-gywm-an{
    display: block !important;
    /* height: 68rem; */
}
.sb-sheji-gywm-an .wt-gywm-text-an{
    display: block !important;
}
.wt-lianxiwomen {
    background-image: url(/static/css/../img/bg002.png);
    height: 118rem;
    background-size: 100% 100%;
    padding-top: 16rem !important;
}

.wt-lxwm {
    text-align: center;
}

.wt-lxwm-tit {
    font-size: 16rem;
    font-weight: 600;
    color: var(--primary);
    line-height: 22rem;
}

.wt-lxwm-an {
    display: flex;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中（可选） */
    margin-top: 12rem;
}

.wt-lxwm-an>div {
    display: inline-flex;
    /* 让宽度由内容决定 */
    align-items: center;
    gap: 6rem;
    /* 文字与图标间距 */
    padding: 6rem 32rem;
    background: var(--font-liang);
    /* 红色 */
    color: #fff;
    border-radius: 24rem;
    /* 圆角（≥半高即可） */
    font-size: 12rem;
    cursor: pointer;
    transition: background .3s;
}

.wt-lxwm-an>div:hover {
    background: #c00010;
}

.wt-lxwm-an i {
    margin-left: 6px;
    margin-right: 5px;
}


.wt-footer {
    padding-bottom: 26rem !important;
    padding-top: 16rem !important;
}



.wt-footer-copy {
    color: #999999;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 10rem;
}

.wt-footer-box {
    border-bottom: 1px solid #E5E5E5;
    max-width: 800px;
    width: 100%;
    position: relative;
    padding-bottom: 86rem;
}

.wt-footer-txt {
    display: flex;
    flex-wrap: wrap;
}

.wt-footer-tit {
    flex: 0 0 100%;
    display: flex;
    border-bottom: 1px solid #E5E5E5;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding-bottom: 8rem;
}
.wt-footer-tit .wt-footer-name img{
    height: 22rem;
}
.wt-footer-tit .wt-footer-name{
    font-size: 12rem;
}
.wt-footer-tit .wt-footer-tag{
    height: 20rem;
}
.wt-footer-tit .wt-footer-tag img{ 
    margin-top: 2rem;
}
.wt-footer-dh,
.wt-footer-dz {
    flex: 0 0 50%;
    margin-top: 10rem;
}
.wt-footer-dh{
    padding-left: 16rem;
}

.wt-footer-dh-tit {
    font-size: 12rem;
}

.wt-footer-dh-tel {
    font-size: 16rem;
    color: var(--primary);
    margin-top: 6px;
}

.wt-footer-dh-tel i {
    font-size: 14rem;
    margin-right: 6rem;
}

.wt-footer-dz-tit {
    font-size: 12rem;
}

.wt-footer-dz-txt {
    font-size: 12rem;
    font-weight: 600;
    margin-top: 9rem;
}


.wt-footer-fud {
    position: absolute;
    bottom: 12rem;
    left: 16rem;
    display: flex;
    justify-content: space-between;
    /* 两端对齐，中间等距 */
    align-items: center;
    /* 垂直居中（可选） */
    gap: 24px;
    width: 68%;
}

.wt-footer-fud>div {
    flex: 1 1 0;
    /* 三等分 */
    display: flex;
    flex-direction: column;
    text-align: left;
}

.wt-footer-fud-tit {
    font-size: 12rem;
    color: #999999;
}

.wt-footer-fud-ico {
    background-color: #ddd;
    width: 28rem;
    height: 28rem;
    border-radius: 6rem;
    text-align: center;
    margin-top: 8rem;
}

.wt-footer-fud-ico img {
    width: 20rem;
    height: auto;
    margin-top: 5rem;
}
.wt-footer-nav{
    display: none;
}
#wtRightBox {
    display: block;
  right: 1px;
  font-size: 12px;
  font-weight: 200;
  top: 142rem;
  z-index: 999;
}
.wt-rb1 {
  width: 56px;
  height: 56px;
}
.wt-rb1 .wt-rb-img{
  padding-top: 3px;
  width: 36px;
  height: 36px;
  margin-left: 10px;
}
.wt-rb1 .wt-rb-img img{
  width: 36px;
  height: 36px;
}
.wt-rb1 .wt-rb-txt{
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}

.wt-rb2{
  width: 56px;
  margin-top: 6px;
}
.wt-rb2 > div{
  padding-top: 2px;
  padding-bottom: 12px;
}
.wt-rb2 .wt-rb-img{
  padding-top: 6px;
}
.wt-rb2 .wt-rb-txt{
  padding-top: 4px;
}

.wt-rb-qr{
  width: 128px;
  right: 66px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.wt-rb-qr img{
  width: 100px;
  height: 100px;
}
.wt-rb-qr p{ 
  font-size: 14px;
  line-height: 20px;
  margin-top: 12px;
}
.wt-rb-qr i{
  top: 16px;
  left: 123px;
}

.wt-rb3{
  width: 56px;
  margin-top: 6px;
  height: 56px;
  padding-top: calc(56px / 2 - 13px);
}


/* 产品中心 */
.wt-cpzx-top{
    padding: 72rem 24rem 24rem !important;
    background: linear-gradient(to bottom, #F58A91 0%, #FFE5E7 100%);
}
.wt-cpzx-top-box{
    display: block;
}
.wt-cpzx-top-txt{
    padding-right: 56rem;
}
.wt-cpzx-top-tit h1{
    font-size: 36rem;
    line-height: 40rem;
    font-weight: 600;
}
.wt-cpzx-top-text{
    margin-top: 16rem;
    font-size: 12rem;
    line-height: 20rem;
    color: #727272;
}
.wt-cpzx-top-an{
    margin-top: 16rem;
    display: flex;
    gap: 16rem;
}
.wt-cpzx-top-an > div{
    flex: 0 0 auto;
    height: 40rem;
    width: 129rem;
    line-height: 40rem;
    font-size: 16rem;
}
.wt-cpzx-top-an-b{
    flex: 0 0 auto;
    background-color: #fff;
    color: var(--font-liang);
    border: 1px solid var(--font-liang);
    text-align: center;
    border-radius: 32rem;
    cursor: pointer;
    transition: background 1.6s;
}
.wt-cpzx-top-an-b:hover{
    background: linear-gradient(to right, var(--primary) 0%, #F07D86 100%);
    background-color: #F07D86;
    color: #fff;
    border-color: #fff;
}
.wt-cpzx-top-pic{
    margin-top: 16rem;
    background-color: #F5F7FA;
    width: 100%;
    aspect-ratio: 327 / 190;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8rem;
    overflow: hidden;
}
.wt-cpzx-top-pic > div{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.wt-cpzx-top-pic img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.wt-main-sjdh{
    height: 55rem;
    padding-left: 0rem;
    padding-right: 0rem;
    position: relative;
}
.wt-main-sjdh > .wt-main-box > div {
    width: 100%;
    height: 55rem;
}

.wt-main-sjdh ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding:0 46rem;
    list-style: none;
    height: 100%;
    gap: 26rem;
    overflow-x: auto;
}

.wt-main-sjdh li {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    /* padding-right: 28rem; */
    position: relative;
}

.wt-main-sjdh li h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wt-main-sjdh li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    text-decoration: none;
    color: #333;
    font-size: 12rem;
    font-weight: normal;
    transition: all 0.16s ease;
    cursor: pointer;
}
.wt-main-sjdh li b {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    text-decoration: none;
    color: #333;
    font-size: 12rem;
    font-weight: normal;
    transition: all 0.16s ease;
    cursor: pointer;
}

.wt-main-sjdh li.wt-this b {
    color: var(--primary);
    font-weight: bold;
    position: relative;
}
.wt-main-sjdh li::after { 
    content: "";
    position: absolute;
    width: 60%;
    height: 3px;
    background-color: var(--primary);   
    bottom: 0;
    left: 20%;
    display: none;
}
.wt-main-sjdh li.wt-this::after{
    display: block;
}

.wt-main-sjdh li:not(.wt-this):hover a {
    color: var(--primary);
    /* border-bottom: 3px solid var(--primary); */
}

.wt-chanpinjianjie{
    padding-bottom: 36rem !important;
    padding-top: 36rem !important;
}
.wt-cpzx-tit h3{
    font-size: 16rem;
    line-height: 22rem;
    color: #121212;
    text-align: center;
}
.wt-cpzx-txt{
    margin-top: 8rem;
    font-size: 12rem;
    line-height: 17rem;
    text-align: center;
}
.wt-cpzx-text{
    font-size: 12rem;
    color: #727272;
    line-height: 20rem;
    text-align: center;
    width: calc(100% - 40rem);
    margin: 24rem auto 0;
}
.wt-cpzx-pic{
    margin-top: 24rem;
    text-align: center;
}
.wt-cpzx-pic img{ 
    width: calc(100% - 64rem);
    aspect-ratio: 608 / 296;
    border-radius: 8rem;
    background-color: #ddd;
}
.wt-cpzx-an{
    margin-top: 24rem;
    text-align: center;
}
.wt-cpzx-an .wt-an-red{
    display: inline-block;
    height: 30rem;
    width: 107rem;
    line-height: 30rem;
    font-size: 12rem;
}

.wt-lingxianjishu{
    background-color: #F5F7FA;
    padding: 36rem 0 !important;
}
.wt-lingxianjishu .wt-cpzx-text{
    margin-top: 16rem;
}
.wt-cpzx-tab{
    width: calc(100% - 32rem);
    display: block;
    margin: 16rem auto 0;
}
.wt-cpzx-tab > div{
    /* flex: 0 0 50%; */
}
.wt-cpzx-tab > div > div{ 
    width: 100%;
    /* height: 74px; */
    background: #FFFFFF;
    box-shadow: inset -2px 0px 3px 0px #FFE6E8;
    border: 1px solid #F5F7FA;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 10rem 24rem;
}
.wt-cpzx-tab > div > div > div{ 
    display: flex;
}
.wt-cpzx-tab-ioc{
    flex: 0 0 42rem;
}
.wt-cpzx-tab-ioc img{
    height: 16rem;
    width: 16rem;
}
.wt-cpzx-tab-text{
    flex: 0 0 calc(100% - 42rem);
}
.wt-cpzx-tab-tit h4{
    font-size: 14rem;
    line-height: 20rem;
}
.wt-cpzx-tab-txt{
    font-size: 12rem;
    line-height: 16rem;
    color: #727272;
}

.wt-hexinjiazhi{
    background-image: url(/static/css/../img/cpzx/hxjz-bg-m.png);
    background-position: top 0 left 0;
    background-repeat: no-repeat;
    height: 723rem;
    background-size: auto 723rem;
    padding: 0 !important;
}
.wt-cpzx-hxjz-box{
    position: relative;
    height: 100%;
}
.wt-cpzx-hxjz-box .wt-cpzx-tit{
    padding-top: 36rem;
}
.wt-cpzx-hxjz-text{

}
.wt-cpzx-hxjz-text > div{
    position: absolute;
    left: 96rem;
    text-align: left;
}
.wt-cpzx-hxjz-tit h4{
    font-size: 14rem;
    line-height: 20rem;
}
.wt-cpzx-hxjz-ttt{
    font-size: 12rem;
    line-height: 16rem;
}
.wt-cpzx-hxjz-txt{
    margin-top: 8rem;
    font-size: 12rem;
    line-height: 16rem;
    color: #727272;
    width: 253rem;
}
.wt-cpzx-hxjz-text .wt-cpzx-hxjz-tit,
.wt-cpzx-hxjz-text .wt-cpzx-hxjz-ttt{
    text-align: left;
    padding-left: 26rem;
    position: relative;
}
.wt-cpzx-hxjz-text .wt-cpzx-hxjz-tit::after {
    content: "";
    position: absolute;
    display: inline-block;  
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6rem 0 6rem 8rem; 
    border-color: transparent transparent transparent var(--primary);
    /* border-width: 6px 8px 6px 0px; 
    border-color: transparent var(--primary) transparent transparent ; */
    top: 8rem;
    left: 2rem;
}
.wt-cpzx-hxjz-text1{
    top: 84rem;
}
.wt-cpzx-hxjz-text2{
    top:194rem;
}

.wt-cpzx-hxjz-text3{
    top:306rem;
}
.wt-cpzx-hxjz-text4{
    top:416rem;
}
.wt-cpzx-hxjz-text5{
    top:526rem;
}
.wt-cpzx-hxjz-an{
    position: absolute;
    bottom: 48rem;
    width: 100%;
}
#wtSjdhBox .wt-main-sjdh-an-zuo{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, 
              #fff 36%,
              rgba(255,255,255,0.36) 100%); 
              width: 46rem;
              text-align: center;
              padding-top: 16rem;
}
#wtSjdhBox .wt-main-sjdh-an-you{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to left, 
              #fff 36%,
              rgba(255,255,255,0.36) 100%); 
              width: 46rem;
              text-align: center;
              padding-top: 16rem;
}


/* 解决方案 #F5F7FA */
.wt-jiejuefangan #wtSjdhBox ul{
    padding-left: 28rem;
}
.wt-jiejuefangan.wt-main-section{
    padding: 36rem 16rem !important;
    background-color: #F5F7FA;
}
.wt-jjfa-li{
    /* background: linear-gradient(to top, #F07D86 0%, #F5F7FA 100%); */
    background: linear-gradient(to left, #f7b4b9 0%, #f4f4f4 1.6%);
    border-radius: 8rem;
    overflow: hidden;
    padding: 4rem;
    cursor: pointer;
}
.wt-jjfa-li > div{ 
    background-color: #fff;
    border-radius: 8rem;
    padding: 16rem 12rem; 
    display: flex;
    align-items: center;
    gap: 8rem;
    height: 140rem;
    overflow: hidden;
}
.wt-jjfa-li-pic{ 
    flex: 0 0 56rem;
}
.wt-jjfa-li-pic > div{ 
    background-color: #FFE6E8;
    width: 56rem;
    height: 56rem;
    border-radius: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wt-jjfa-li:hover {
    background: linear-gradient(to top, #F07D86 0%, #f4f4f4 100%);
}
.wt-jjfa-li:hover > div {
    background-color: #F5F5F5;
}
.wt-jjfa-li:hover .wt-jjfa-li-pic > div {
    background-color: #fff;
}
.wt-jjfa-li:hover .wt-jjfa-li-an > div{
    display: flex;
}
.wt-jjfa-li-pic img{ 
    width: 26rem;
    height: 26rem;
}
.wt-jjfa-li-txt{
    flex: 0 0 calc(100% - 56rem - 8rem);
}
.wt-jjfa-li-tit{
    font-size: 16rem;
    line-height: 22rem;
    font-weight: 500;
}
.wt-jjfa-li-text{
    height: 60rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-size: 12rem;
    line-height: 20rem;
    color: #727272;
    margin-top: 4rem;
}
.wt-jjfa-li-an{
    font-size: 12rem;
    color: var(--primary);
    display: flex;
    align-items: center;
    margin-top: 12rem;
}
.wt-jjfa-li-an > div{
    /* display: none; */
    align-items: center;
}
.wt-jjfa-li-an span{ 
    margin-right: 12rem;
}

/* 解决方案详情 */
.wt-jiejuefangan-detail{

}
.wt-jiejuefangan-detail .wt-main-sjdh-an{
    display:block;
}
#wtSwiperDh{
    position: relative;
}
#wtSwiperDh a{
    font-size: 12rem;
    line-height: 22rem;
    color: #999;
}
#wtSwiperDh .swiper-slide{
    justify-content:left;
    width: auto !important;
    padding-left: 16rem;
    padding-right: 16rem;
}
.wt-jiejuefangan-detail.wt-main-section{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.wt-jiejuefangan-detail.wt-main-section > section{
    padding-top: 36rem;
    padding-bottom: 36rem;
}
.wt-jiejuefangan-detail.wt-main-section > section:nth-child(2n) {
    background-color: #F5F7FA;
}
.wt-jiejuefangan-detail.wt-main-section .wt-main-box{
    width: calc(100% - 72rem);
    text-align: center;
}
.wt-jjfa-detail{}
.wt-jjfa-detail-tit{
    font-size: 16rem;
    line-height: 22rem;
    font-weight: 500;
    color: #121212;
} 
.wt-jjfa-detail-txt{
    font-size: 12rem;
    line-height: 20rem;
    color: #727272;
    margin-top: 16rem;
}
.wt-jjfa-detail-pic{
    width: calc(100% - 24rem);
    min-height: 68rem;
    background-color: #DDDDDD;
    border-radius: 8rem;
    overflow: hidden;
    margin: 24rem auto 0;
}
.wt-jjfa-detail-pic img{
    width: 100%;
}
.wt-jjfa-detail-an{
    margin-top: 24rem;
    display: flex;
    justify-content: center;
}
.wt-jjfa-detail-an > div{
    width: 108rem;
    height: 30rem;
    line-height: 30rem;
    font-size: 12rem;
}
#wtSwiperDh .swiper-button-next{
    top: 0;
    bottom: 1px;
    right: 0;
    height: calc(100% - 1px);
    margin-top: 0;
    width: 56rem;
    background: linear-gradient(to left, 
              #fff 36%,
              rgba(255,255,255,0.36) 100%); 
}
#wtSwiperDh .swiper-button-prev{
    top: 0;
    bottom: 1px;
    left: 0;
    height: calc(100% - 1px);
    margin-top: 0;
    width: 56rem;
    background: linear-gradient(to right, 
              #fff 36%,
              rgba(255,255,255,0.36) 100%); 
}
nav.wt-jiejuefangan-detail{
    padding-left: 0;
    padding-right: 0;
}
#wtSwiperDh .swiper-wrapper{
    padding-left: 36rem;
    padding-right: 36rem;
    width: calc(100% - 72rem);
}
#wtSwiperDh .swiper-wrapper .swiper-slide:last-child {
    /* width: 300rem !important; */
}

/* 服务支持 */
.wt-fuwuzhichi-z{
    padding: 36rem 0 !important;
}
.wt-fuwuzhichi-z .wt-fwzc-box1{ 
    width: calc(100% - 96rem);
    margin: 0 auto;
}
.wt-fuwuzhichi-z .wt-fwzc-box1 {
    display: block;
}
.wt-fuwuzhichi-z .wt-fwzc-pic {
    width: 100%;
    height: 144rem;
    border-radius: 6rem;
    background-color: #ddd;
    overflow: hidden;
    margin-top: 16rem;
}
.wt-fuwuzhichi-z .wt-fwzc-pic img {
    display: block;
    width: 100%;
    height: auto;
}
.wt-fuwuzhichi-z .wt-fwzc-txt,
.wt-fuwuzhichi-z .wt-fwzc-tit {
    
}
.wt-fuwuzhichi-z .wt-fwzc-tit {
    height: 22rem;
    margin: 0 !important;
    font-size: 16rem;
    line-height: 22rem;
    text-align: center;
}
.wt-fuwuzhichi-z .wt-fwzc-tit h3{
    font-size: 16rem;
}
.wt-fuwuzhichi-z .wt-fwzc-txt {
    margin: 24rem 0 0 !important;
    font-size: 12rem;
    line-height: 20rem;
}
.wt-fuwuzhichi-z .wt-fwzc-text{
    margin-left: -12rem;
    margin-right: -12rem;
    text-align: center;
}
.wt-fuwuzhichi-z .wt-fwzc-an{
    display: flex;
    margin-top: 24rem;
    justify-content: center;
}
.wt-fuwuzhichi-z .wt-fwzc-an > div{ 
    width: 108rem;
    height: 30rem;
    line-height: 30rem;
    font-size: 12rem;
}
.wt-fuwuzhichi-z2{
    background-color: #F5F7FA;
    padding: 36rem 0 !important;
}
.wt-fuwuzhichi-z2 .wt-main-box{
    width: calc(100% - 96rem);
    margin: 0 auto;
}
.wt-fuwuzhichi-z2 .wt-fwzc-tit {
    height: 22rem;
    margin: 0 !important;
    font-size: 16rem;
    line-height: 22rem;
}
.wt-fuwuzhichi-z2 .wt-fwzc-tit h3{
    font-size: 16rem;
}
.wt-fuwuzhichi-z2 .wt-fwzc-txt {
    margin: 0 -12rem !important;
    margin-top: 16rem !important;
    font-size: 12rem;
    line-height: 20rem;
    text-align: center;
    /* font-family: Helvetica Neue; */
    /* font-weight: 100; */
}
.wt-fuwuzhichi-z2 .wt-fwzc-pic{
    width: 100%;
    height: 196rem;
    background-color: #ddd;
    margin: 24rem auto 0;
    border-radius: 6rem;
    overflow: hidden;
}
.wt-fuwuzhichi-z2 .wt-fwzc-pic img {
    display: block;
    width: 100%;
    height: auto;
}
.wt-fuwuzhichi-z2 .wt-fwzc-an{
    display: flex;
    margin-top: 24rem;
    justify-content: center;
}
.wt-fuwuzhichi-z2 .wt-fwzc-an > div{ 
    width: 108rem;
    height: 30rem;
    line-height: 30rem;
    font-size: 12rem;
}
.wt-fuwuzhichi-z3 .wt-main-box{
    width: calc(100% - 96rem);
    margin: 0 auto;
}
.wt-fuwuzhichi-z3 .wt-fwzc-tit{
    height: 22rem;
    margin: 0 !important;
    font-size: 16rem;
    line-height: 22rem;
}
.wt-fuwuzhichi-z3 .wt-fwzc-tit h3{
    font-size: 16rem;
}
.wt-fuwuzhichi-z3 .wt-fwzc-txt{
    margin-top: 16rem;
    margin-bottom: 0;
}
.wt-fuwuzhichi-z3 .wt-fwzc-pic{
    width: 100%;
    height: 196rem;
    border-radius: 6rem;
    background-color: #ddd;
    overflow: hidden;
}
.wt-fuwuzhichi-z3 .wt-fwzc-pic img{ 
    display: block;
    width: 100%;
    height: auto;
}
.wt-fuwuzhichi-z3 .wt-fwzc-text{
   padding-top: 8rem;
}
.wt-fuwuzhichi-z3 .wt-fwzc-text > div{ 
    margin-top: 16rem;
}
.wt-fuwuzhichi-z3{
    padding: 36rem 0 !important;
}
.wt-fuwuzhichi-z3 .wt-fwzc-text-tit{}
.wt-fuwuzhichi-z3 .wt-fwzc-text-tit h4{
    font-size: 12rem;
    line-height: 18rem;
    color: #333;
    font-weight: 600;
}
.wt-fuwuzhichi-z3 .wt-fwzc-text-txt{
    font-size: 12rem;
    line-height: 20rem;
    margin-top: 8rem;
}
.wt-fuwuzhichi-z3 .wt-fwzc-an{
    display: flex;
    justify-content: center;
}
.wt-fuwuzhichi-z3 .wt-fwzc-an > div{ 
    width: 108rem;
    height: 30rem;
    line-height: 30rem;
    font-size: 12rem;
}

.wt-fuwuzhichi-z4 .wt-main-box{
    width: calc(100% - 32rem);
    margin: 0 auto;
}
.wt-fuwuzhichi-z4 .wt-fwzc-tit{
    height: 22rem;
    margin: 0 !important;
    font-size: 16rem;
    line-height: 22rem;
}
.wt-fuwuzhichi-z4 .wt-fwzc-tit h3{
    font-size: 16rem;
}
.wt-fuwuzhichi-z4 .wt-fwzc-txt{
    margin-top: 16rem;
    margin-bottom: 0;
}
.wt-fuwuzhichi-z4 .wt-fwzc-ul{
    
}
.wt-fuwuzhichi-z4 .wt-fwzc-li{
    background-color: #fff;
    border-radius: 8rem;
    padding: 12rem;
    box-shadow: inset -3px 0px 4px 0px #FFE6E8;
}
.wt-fuwuzhichi-z4 .wt-fwzc-li3{
    /* padding: 12px 24px; */
}
.wt-fuwuzhichi-z4 .wt-fwzc-li+.wt-fwzc-li{
    margin-top: 12rem;
}
.wt-fuwuzhichi-z4 .wt-fwzc-li-tit{
    display: flex;
    align-items: center;
    gap: 16rem;
    padding-left: 12rem;
}
.wt-fuwuzhichi-z4 .wt-fwzc-li-tit-ico{
    flex: 0 1 32rem;
    border-radius: 25rem;
    width: 32rem;
    height: 32rem;
    background: linear-gradient(to bottom, var(--primary) 0%, #F07D86 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.wt-fuwuzhichi-z4 .wt-fwzc-li-tit-ico img{
    width: 18rem;
}
.wt-fuwuzhichi-z4 .wt-fwzc-li-tit-txt{
    font-size: 16rem;
    line-height: 22rem;
    font-weight: 500;
    color: #333;
}
.wt-fuwuzhichi-z4 .wt-fwzc-li-text{
    font-size: 12rem;
    line-height: 20rem;
    margin-top: 4rem;
}
.wt-fuwuzhichi-z4 .wt-fwzc-text{
    background-image: url(/static/css/../img/fwzc/bg3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom right;
    padding: 12rem 24rem;
    margin-top: 12rem;
}
.wt-fuwuzhichi-z4 .wt-fwzc-text > div{ 
    /* margin-top: 24px; */
}
.wt-fuwuzhichi-z4{
    padding: 36rem 0 !important;
    background-color: #F5F7FA;
}
.wt-fuwuzhichi-z4 .wt-fwzc-an{
    display: flex;
    justify-content: left;
}
.wt-fuwuzhichi-z4 .wt-fwzc-an > div{ 
    width: 108rem;
    height: 30rem;
    line-height: 30rem;
    font-size: 12rem;
}
.wt-fuwuzhichi-z4 .wt-fwzc-text-tit{
    font-size: 16rem;
    line-height: 22rem;
    color: var(--primary);
    font-weight: bold;
    margin-top: 0 !important;
}
.wt-fuwuzhichi-z4 .wt-fwzc-text-txt{
    margin-top: 0 !important;
    font-size: 12rem;
    line-height: 16rem;
    color: var(--primary);
}
.wt-fuwuzhichi-z4 .wt-fwzc-text-ul{
    margin-top: 10rem !important;
}
.wt-fuwuzhichi-z4 .wt-fwzc-text-li+.wt-fwzc-text-li{
    margin-top: 6rem;
}
.wt-fuwuzhichi-z4 .wt-fwzc-text-li{
    width: 234rem;
    height: 32rem;
    border-radius: 16rem;
    background-color: #FFE6E8;
    display: flex;
    align-items: center;
    gap: 8rem;
    padding-left: 16rem;
}
.wt-fuwuzhichi-z4 .wt-fwzc-text-li-txt{
    font-size: 14rem;
    line-height: 20rem;
    color: #333;
    font-weight: 500;
}
.wt-fuwuzhichi-z4 .wt-fwzc-text-li-ico img{
    width: 16rem;
    height: 16rem;
}
.wt-fuwuzhichi-z4 .wt-fwzc-an{
    margin-top: 24rem !important;
}

/* 客户案例 */
.wt-khal-top.wt-main-section{
    padding: 0 !important;
    width: 100%;
    aspect-ratio: 375 / 494;
    height: auto;
}
.wt-khal-top-box{
    height: 100%;
}
.wt-khal-top-box > div{
    height: 100%;
}
.wt-khal-top-banner{
    height: 100%;
    background-position: top 0px center;
    background-size: 400% auto;
}
.wt-khal-top-banner > div{
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #97000aa9 0%, #ffe5e718 100%);
    text-align: center;
    position: relative;
}
.wt-khal-top-banner-name{
    font-size: 36rem;
    line-height: 40rem;
    font-weight: 500;
    color: #fff;
    padding-top: 72rem;
    width: calc(100% - 70rem);
}
.wt-khal-top-banner-txt{
    font-size: 12rem;
    line-height: 20rem;
    color: #fff;
    margin-top: 16rem;
    font-weight: 300;
    width: calc(100% - 70rem);
}
.wt-khal-top-banner-an{
    position: absolute;
    width: 100%;
    bottom: 72rem;
}
.wt-khal-top-banner-an > div{ 
    display: inline-block;
    width: 129rem;
    height: 40rem;
    border-radius: 20rem;
    line-height: 40rem;
    font-size: 16rem;
}
.wt-khal-top-banner-an-b{
    background-color: #fff;
    border: 1px solid var(--primary);
    color: var(--primary);
    margin-left: 16rem;
}
.wt-khal-top-banner-an-b:hover{
    /* background: linear-gradient(to top, #e93f4d 0%, #F07D86 100%); */
    background: linear-gradient(to top, var(--primary) 36%, #F07D86 100%);
    border: 1px solid #fff;
    /* border: 0px; */
    color: #fff;
}
#wtKhalBanner .swiper-button-next{
    display: none;
}
#wtKhalBanner .swiper-button-prev{ 
    display: none;
}
#wtKhalBanner .swiper-pagination{
    /* display: none; */
    bottom: 24rem;
}
.wt-kehuanli-list{
    background-color: #F5F7FA;
    padding: 36rem 16rem !important;
}
.wt-khal-ul{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16rem;
}
.wt-khal-li{
    background-color: #fff;
    border-radius: 8rem;
    box-shadow: inset -3px 0px 4px 0px #FFE6E8;
    overflow: hidden;
}
.wt-khal-ul .wt-khal-li-pic{
    width: 100%;
    /* aspect-ratio: 410 / 234; */
    aspect-ratio: 608 / 240;
    overflow: hidden;
    height: auto;
}
.wt-khal-ul .wt-khal-li-pic img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.wt-khal-ul .wt-khal-li-txt{
    padding: 20rem;
}
.wt-khal-ul .wt-khal-li-txt-tit{
    font-size: 16rem;
    line-height: 22rem;
}
.wt-khal-ul .wt-khal-li-txt-jj{
    font-size: 12rem;
    line-height: 20rem;
    margin-top: 4rem;
    color: #727272;
    height: 60rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
    word-wrap: break-word;
}
.wt-khal-ul .wt-khal-li-txt-an{ 
    margin-top: 16rem;
}
.wt-khal-ul .wt-khal-li-txt-an a{
    font-size: 12rem;
    color: var(--font-liang);
}
.wt-khal-ul .wt-khal-li-txt-an i{
    margin-left: 16rem;
}

/* 客户案例 详情 */
#wtKhalXx{}
#wtKhalXx .wt-main-box{
    position: relative;
}
#wtKhalXx .wt-cpzx-top-text{
    
}
.wt-kehuanli-detail{
    background-color: #F5F7FA;
    padding: 36rem 24rem !important;
}
.wt-khal-detail{
    width: 100%;
}
.wt-khal-detail+.wt-khal-detail{
    margin-top: 36rem;
}
.wt-khal-detail-tit{
    font-size: 18rem;
    line-height: 22rem;
    font-weight: 500;
    color: #121212;
}
.wt-khal-detail-html{
    margin-top: 16rem;
    font-size: 14rem;
    line-height: 20rem;
}
.wt-khal-detail-html ol{
    padding-left: 14rem;
}
.wt-khal-detail-html ol li{
    list-style: decimal;
}
.wt-khal-detail-html img{
    width: 100%;
    margin-top: 24rem;
    border-radius: 8rem;
}
.wt-khal-detail-pj{
    background-color: #FFE6E8;
    border-radius: 2rem;
    padding: 24rem 12rem;
    font-size: 16rem;
    margin-top: 24rem;
}
.wt-khal-detail-nav{
    display: none;
}

/* 活动资讯 list */
section.wt-main-section.wt-huodongzixun-z{
    background-color: #F5F7FA;
    padding-top: 56rem;
    padding-bottom: 64rem;
}
.wt-huodongzixun-z > div{ 
    position: relative;
    min-height: 560rem;
    padding-bottom: 68px;
}
.wt-hdzx-tj{
    /* position: absolute;
    top: 0;
    right: 16px; */
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 36rem 30rem 10rem;
}
.wt-hdzx-tj-tit{
    font-size: 18rem;
    line-height: 24rem;
    font-weight: 600;
}
.wt-hdzx-tj-ul{
    margin-top: 16rem;
}
.wt-hdzx-tj-li{
    padding: 20rem 0;
}
.wt-hdzx-tj-li > a{
    font-size: 14rem;
    color: #727272;
}
.wt-hdzx-tj-li+.wt-hdzx-tj-li{
    border-top: 1px solid #ddd;
}
.wt-hdzx-list{
    width: 100%;
    padding-bottom: 36rem;
}
.wt-hdzx-list .wt-hdzx-item{
    border-radius: 8rem;
    background-color: #fff;
    padding: 16rem 12rem;
    margin-bottom: 16rem;
    box-shadow: inset -3px 0px 4px 0px #FFE6E8;
    border: 1px solid #F5F7FA;
    display: block;
    height: auto;
}
.wt-hdzx-list .wt-hdzx-item > div{
    
}
.wt-hdzx-list .wt-hdzx-item .wt-hdzx-item-pic{
    width: 100%;
    aspect-ratio: 320 / 140;
    overflow: hidden;
    border-radius: 0;
}
.wt-hdzx-list .wt-hdzx-item .wt-hdzx-item-pic img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.wt-hdzx-list .wt-hdzx-item .wt-hdzx-item-txt{
    padding: 0;
}
.wt-hdzx-list .wt-hdzx-item-date{
    font-size: 12rem;
    line-height: 18rem;
    color: #999;
    margin-top: 16rem;
}
.wt-hdzx-list .wt-hdzx-item-tit{
    font-size: 14rem;
    line-height: 20rem;
    font-weight: 500;
    margin-top: 4rem;
}
.wt-hdzx-list .wt-hdzx-item-text{
    font-size: 12rem;
    line-height: 20rem;
    color: #727272;
    margin-top: 8rem;
}
.wt-hdzx-fy{
    position: absolute;
    bottom: 0px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    color: #727272;
    padding-bottom: 0px;
}
.wt-hdzx-fy-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.wt-hdzx-fy-syy,.wt-hdzx-fy-xyy{
    border: 1px solid #DDDDDD;
    width: 56px;
    height: 30px;
    flex: 0 0 56px;
    background-color: #fff;
}
.wt-hdzx-fy-syy:hover,.wt-hdzx-fy-xyy:hover{
    background-color: var(--font-liang);
}
.wt-hdzx-fy-syy:hover a,.wt-hdzx-fy-xyy:hover a{
    color: #fff;
}
.wt-hdzx-fy-num{
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    display: none;
}
.wt-hdzx-fy-num-one{
    width: 30px;
    height: 30px;
    border: 1px solid #DDDDDD;
    flex: 0 0 30px;
    background-color: #fff;
    cursor: pointer;
}
.wt-hdzx-fy-num-one:hover{ 
    background-color: var(--font-liang);
    color: #fff;
}
.wt-hdzx-fy-num-doc{
    width: 56px;
    height: 30px;
    border: 1px solid #DDDDDD;
    flex: 0 0 56px;
    background-color: #fff;
    cursor: pointer;
}
.wt-hdzx-fy-num-doc:hover{ 
    background-color: var(--font-liang);
    color: #fff;
}
.wt-hdzx-fy-num-go{
    width: 108px;
    height: 30px;
    border: 1px solid #DDDDDD;
    flex: 0 0 56px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.wt-hdzx-fy-num-go input{
    width:56px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: none;
    flex: 0 0 56px;
}
.wt-hdzx-fy-num-go > div{
    flex: 0 0 auto;
    padding-right: 6px;
    cursor: pointer;
    padding-left: 6px;
}
.wt-hdzx-fy-num-go > div:hover{ 
    background-color: var(--font-liang);
    color: #fff;
}
.wt-hdzx-fy-num-max{
    width: 30px;
    height: 30px;
    border: 1px solid #DDDDDD;
    flex: 0 0 30px;
    background-color: #fff;
    cursor: pointer;
}
.wt-hdzx-fy-num-max:hover{ 
    background-color: var(--font-liang);
    color: #fff;
}
.wt-hdzx-fy-num-5{
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.wt-hdzx-fy-num-5 > div{ 
    width: 30px;
    height: 30px;
    border: 1px solid #DDDDDD;
    flex: 0 0 30px;
    background-color: #fff;
    cursor: pointer;
}
.wt-hdzx-fy-num-5 > div:hover{ 
    background-color: var(--font-liang);
    color: #fff;
}
.wt-hdzx-fy-num-5 > .wt-this{
    background-color: var(--font-liang);
    color: #fff;
}
.wt-hdzx-fy-yin{
    display: none;
}
.wt-hdzx-fy-hui{
    opacity: 0.5;
    filter: grayscale(1);
    pointer-events: none;
}
#wtFenyeGo{
    display: none;
}

/* 详情 */
.wt-huodongzixun-xx{
    background-color: #F5F7FA;
    /* padding-left: 56px !important;
    padding-right: 56px !important; */
    padding-top: 50rem !important;
}
.wt-huodongzixun-xx .wt-main-box{
    /* min-width: 1000px;
    width: 50vw; */
}
.wt-news-xx-top{
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding-bottom: 16rem;
}
.wt-news-xx-tit{
    font-size: 18rem;
    line-height: 32rem;
    font-weight: 600;
    color: #121212;
}
.wt-news-xx-date{
    font-size: 12rem;
    line-height: 16rem;
    color: #999;
    margin-top: 16rem;
}
.wt-news-xx-body{
    font-size: 14rem;
    padding-top: 16rem;
    line-height: 24rem;
    font-weight: 300;
}
.wt-news-xx-body img{
    width: 100%;
    height: auto;
}

/* 关于我们 */
.wt-gywm-top.wt-main-section {
    background-image: url(/static/css/../img/gywm/banner.png);
    width: 100%;
    aspect-ratio: 375 / 494;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center right 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wt-gywm-top.wt-main-section > div{ 
    margin-left: 6rem;
}
.wt-gywm-top-tit{
    font-size: 36rem;
    color: #fff;
    text-align: center;
    line-height: 40rem;
}
.wt-gywm-top-tit > div+div{ 
    margin-top: 8rem;
    font-size: 28rem;
}
.wt-gywm-top-tab-ico{
    height: 20rem;
    display: flex;
    align-items: start;
}
.wt-gywm-top-tab{
    margin-top: 40rem;
    background-color: #fff;
    border-radius: 8rem;
    padding: 16rem 36rem;
    width: 280rem;
}
.wt-gywm-top-tab > div{ 
    display: flex;
    gap: 8rem;
}
.wt-gywm-top-tab > div+div{ 
    margin-top: 12rem;
}
.wt-gywm-top-tab-tit{
    font-size: 16rem;
    color: var(--font-liang);
    line-height: 22rem;
}
.wt-gywm-top-tab-tit > div{ 
    display: inline-block;
}
.wt-gywm-top-tab-ttt{
    font-size: 12rem;
    line-height: 16rem;
    margin-top: 2rem;
}

/* 资质 */
.wt-guanyuwomen-zizhi{
    background: #F5F7FA;
    text-align: center;
}
.wt-guanyuwomen-zizhi .wt-main-box{
    /* width: 1150px; */
}
.wt-guanyuwomen-zizhi section+section{ 
    margin-top: 36rem;
}
.wt-zzzs-tit{
    font-size: 18rem;
    line-height: 24rem;
    color: #121212;
    font-weight: 600;
}
.wt-zzzs-ul{
    margin-top: 16rem;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}
.wt-zzzs-ul-w{}
.wt-zzzs-ul-w .wt-zzzs-li{
    width: 50%;
    margin-bottom: 16rem;
}
.wt-zzzs-ul-w .wt-zzzs-li .wt-zzzs-li-pic{
    height: 100rem;
    background-image: url(/static/css/../img/gywm/zz-bg2.png);
}
.wt-zzzs-li{
    width: 33.33%;
    margin-bottom: 16rem;
}
.wt-zzzs-ul[data-count3="2"] .wt-zzzs-li:nth-last-child(2) {
    flex: 0 0 50%;
}
.wt-zzzs-ul[data-count3="2"] .wt-zzzs-li:nth-last-child(1) {
    flex: 0 0 50%;
}
.wt-zzzs-ul[data-count3="2"] .wt-zzzs-li:nth-last-child(2) .wt-zzzs-li-pic {
    background-image: none;
}
.wt-zzzs-ul[data-count3="2"] .wt-zzzs-li:nth-last-child(1) .wt-zzzs-li-pic {
    background-image: none;
}
.wt-zzzs-li-name{
    font-size: 12rem;
    line-height: 16rem;
    color: #727272;
    margin-top: 8rem;
}
.wt-zzzs-li-pic{
    width: 100%;
    padding: 8px;
    height: 40vw;
    background-image: url(/static/css/../img/gywm/zz-bg.png);
    background-size: calc(100% - 16px) calc(100% - 16px);
    background-position: center center;
    background-repeat: no-repeat;
}
.wt-zzzs-li-pic img{ 
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

/* 招贤纳士 */
.wt-main-section.wt-guanyuwomen-zhaoxian{
    background-color: #F5F7FA;
}
.wt-zxns-txt{
    /* width: 1000px;
    margin: 0 auto; */
}
.wt-zxns-txt+.wt-zxns-txt{
    margin-top: 36rem;
}
.wt-zxns-tit{
    font-size: 20rem;
    line-height: 28rem;
    color: #121212;
    font-weight: 600;
}
.wt-zxns-an{
    display: flex;
    gap: 16rem;
    margin-top: 16rem;
}
.wt-zxns-an > div{
    flex: 0 0 calc(50% - 8rem);
    /* width: 50%; */
    aspect-ratio: 155 / 41;
    /* height: 110px; */
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wt-zxns-an > div > img{
    height: 60%;
}
.wt-zxns-an-lp{
    background-color: #FF5701;
}
.wt-zxns-an-boss{
    background-color: #53CCC5;
}
.wt-zxns-txt-tit{
    font-size: 18rem;
    line-height: 24rem;
    color: #121212;
    font-weight: 600;
}
.wt-zxns-txt-ttt{
    margin-top: 16rem;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 16rem 0;
}
.wt-zxns-txt-ttt > div{ 
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 16rem;
}
.wt-zxns-txt-ttt > div > div{ 
    font-size: 12rem;
    line-height: 16rem;
    color: #727272;
}
.wt-zxns-txt-ttt > div > div+div{ 
    font-size: 14rem;
    line-height: 24rem;
    color: #333;
}
.wt-zxns-map{
    background-color: #727272;
    width: 100%;
    aspect-ratio: 6 / 4;
    margin-top: 20rem;
}
/* 发展历程 */
.wt-main-section.wt-guanyuwomen-fazhan{
    background-color: #F5F7FA;
}
.wt-fzlc-tit{ 
    font-size: 16rem;
    line-height: 24rem;
    color: #121212;
    font-weight: 600;
    text-align: center;
}
.wt-fzlc-list{
    background-image: url(/static/css/../img/gywm/bg-m.png);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: top 5rem left;
    position: relative;
    height: 1100px;
}
.wt-fzlc-item-year{
    font-size: 20px;
    line-height: 28px;
}
.wt-fzlc-item-year span{ 
    font-size: 12px;
    margin-left: 4px;
}
.wt-fzlc-item-text{
    font-size: 12px;
    line-height: 20px;
    color: #727272;
    /* font-weight: 300; */
}
.wt-fzlc-item-h{
    color: var(--font-liang);
}
.wt-fzlc-item{
    position: absolute;
}
.wt-fzlc-item:nth-child(odd) {
  text-align: left;
  left: 102px;
}
.wt-fzlc-item:nth-child(even) {
  text-align: left;
  left: 160px;
}
.wt-fzlc-item2008{
    top: 52px;
}
.wt-fzlc-item2012{
    top: 168px;
}
.wt-fzlc-item2016{
    top: 302px;
}
.wt-fzlc-item2018{
    top: 440px;
}
.wt-fzlc-item2019{
    top: 598px;
}
.wt-fzlc-item2021{
    top: 753px;
}
.wt-fzlc-item2023{
    top: 870px;
}
.wt-fzlc-item2025{
    top: 984px;
}
/* 公司简介 */
.wt-main-section.wt-guanyuwomen-jianjie{
    background-color: #F5F7FA;
    padding-top: 36rem;
    padding-bottom: 36rem;
}
.wt-gsjj-body{
    /* position: relative; */
}
.wt-gsjj-txt{
    /* width: calc(100% - 24px - 220px - 24px); */
}
.wt-gsjj-pic{
    /* width: calc(220px + 24px);
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; */
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-top: 16rem;
}
.wt-gsjj-pic > div{
    position: relative;
    width: 100%;
    height: 100%;
    /* min-height: 278px; */
}
.wt-gsjj-tit{
    font-size: 16rem;
    line-height: 22rem;
    color: var(--font-liang);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
}
.wt-gsjj-tit > div+div{ 
    margin-left: 16rem;
}
.wt-gsjj-tit::after{ 
    content: '';
    width: 2rem;
    height: 16rem;
    background: var(--font-liang);
    position: absolute;
    left: 86rem;
}
.wt-gsjj-ttt{
    font-size: 12rem;
    line-height: 20rem;
    color: #727272;
    margin-top: 24rem;
    font-weight: 300;
}
.wt-gsjj-ttt p+p{ 
    margin-top: 8rem;
}
.wt-gsjj-ttt span{ 
    color: var(--font-liang);
}
.wt-gsjj-pic-img{
    width: calc(100% - 40rem);
    height: calc(100% - 20rem);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}
.wt-gsjj-pic-img img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.wt-gsjj-pic-bg{
    z-index: 1;
    width: calc(100% - 40rem);
    height: calc(100% - 40rem);
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient( 333deg, rgba(240,125,134,0) 0%, #EA3240 100%);
}
.wt-gsjj-table{
    margin-top: 36rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.wt-gsjj-table > div{
    background: #FFFFFF;
    box-shadow: inset -3px 0px 4px 0px #FFE6E8;
    border: 1px solid #F5F7FA;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 24rem 50rem;
    text-align: center;
}
.wt-gsjj-table-ico{
    width: 32rem;
    height: 32rem;
    border-radius: 16rem;
    background: linear-gradient(to top, #F07D86 0%, #E60012 100%), #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wt-gsjj-table-ico img{
    width: 20rem;
}
.wt-gsjj-table-tit{
    font-size: 18rem;
    line-height: 24rem;
    margin-top: 16rem;
}
.wt-gsjj-table-txt{
    font-size: 12rem;
    line-height: 20rem;
    color: #727272;
    margin-top: 4rem;
    width: 160rem;
}