/* Nav */
nav>section {
    display: flex;
    align-items: center;
    height: 108px;
    padding: 0 2rem;
    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 260px;   /* 宽度由内容决定，也可写死 200px 等 */
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 0rem;
}

#wtNavMenu {
    display: none;
}

#wtNavRight {
    flex: 0 0 auto;  /* 固定宽度，按需改 */
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#wtNavPhone {
    color: var(--font-liang);
    font-size: 20px;
    margin-right: 12px;
}

#wtNavAn .wt-an-red {
    /* width: 152px;
    height: 56px;
    line-height: 56px; */
    width: 6rem;
    height: 2rem;
    line-height: 2rem;
}

#wtNavBody {
    flex: 1 1 0;
    padding-left: 2.5rem;
}

.wt-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: calc((100vw - 500px) / 8 - 80px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.wt-nav-nav2 {
    display: none;
    position: absolute;
    top: 108px;
    left: 0;
    right: 0;
    background-color: #FFE6E8;
    width: 100%;
    box-shadow: 0 2px 4px rgba(255, 255, 255, 0.68);
    padding-bottom: 32px;
    padding-top: 16px;
    z-index: 9999;
}

.wt-nav-tit {
    height: 108px;
    line-height: 108px;
    cursor: pointer;
    position: relative;
}

.wt-nav-tit.wt-this {
    color: var(--font-liang);
    position: relative;
}

.wt-nav-tit.wt-this::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--primary);
}

.wt-nav-nav1 .wt-nav-tit {
    font-size: 20px;
}

.wt-nav-nav1:hover .wt-nav-tit {
    color: var(--font-liang);
}
.wt-nav-tit:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--primary);
}
.wt-nav-nav-dot{
  position: absolute;
  top: -2px;
  right: -12px;
}

.wt-nav-nav1:hover .wt-nav-nav2 {
    display: block;
}

.wt-nav-nav2>div {
    /* position: relative; */
}
.wt-nav-nav2>div:hover .wt-nav-nav3 {
    display: grid;
}
.wt-nav-tit2 i{
  display: none;
}
.wt-nav-tit2 {
    width: 26%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    padding: 16px 0px;
}

.wt-nav-tit2>div {
    cursor: pointer;
    height: 48px;
    width: 216px;
    line-height: 48px;
    font-size: 18px;
    padding-right: 36px;
}
.wt-nav-tit2-show > .wt-nav-tit2 > div{
    background: linear-gradient(to right, #fff 0%, #ffffff00 100%);
    font-weight: 600;
    color: #121212;
    border-left: 4px solid var(--primary);
}
.wt-nav-tit2-show > .wt-nav-nav3{
    display: grid;
}
.wt-nav-nav1:hover .wt-nav-nav2b{
    display: block;
}
.wt-nav-nav2b{
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    padding: 30px 0;
    margin-left: -30px;
    display: none;
}
.wt-nav-tit2b{
    font-size: 18px;
}
.wt-nav-tit2b > div{ 
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    padding: 0 38px 0 30px;
}
.wt-nav-tit2b > div+div{ 
    margin-top: 6px;
}
.wt-nav-tit2b > div:hover {
    background-color: #FFE6E8;
    color: #121212;
    position: relative;
    font-weight: 600;
}
.wt-nav-tit2b > div:hover::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 4px;
    background-color: var(--primary);
}

.wt-nav-nav3 {
    display: none;
    position: absolute;
    left: 27%;
    top: 0;
    right: 0;
    background-color: #fff;
    bottom: 0;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 26px;
}
.wt-nav-nav3 > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 24px;
  white-space: nowrap;
}
.wt-nav-tit .layui-badge-dot{margin-left: 2px;}

.wt-banner img{width: 100%;height: 100%;}

#wtChanpinZhongxin{}
#wtDzhSzhJjfa{margin: 1px;padding: 1px;}

#wtDzhFab{margin-bottom: 0;padding-bottom: 0px;margin-top: 44px;}
/* ---------- 外层左右分栏 ---------- */
.wt-dzhfab {
  display: flex;
  gap: 0;               /* 左右间距，可改 */
  box-shadow: 6px 0px 6px rgba(255, 135, 150, 0.16);
  border-radius: 16px;
  overflow: hidden;
}
.wt-dzhfab+.wt-dzhfab{
    margin-top: 24px;
}

/* 左侧固定 324×246 */
.wt-dzhfab-zhu {
  flex: 0 0 324px;
  height: 246px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;   /* 标题上 / 按钮下 */
  padding: 32px 24px;
}
.wt-dzhfab2 .wt-dzhfab-zhu{
    height: 170px;
    padding-bottom: 16px;
}
.wt-dzhfab-zhu-tit {
  font-size: 20px;
  color: var(--primary);
  font-weight: 600;
  line-height: 20px;
}
.wt-dzhfab-zhu-txt{
    margin-top: 16px;
    font-size: 14px;
    color: #727272;
    line-height: 14px;
}

.wt-dzhfab-zhu-an{
    background-color: #fff;
    border-radius: 999px;
    border: 1px solid #ddd;
    height: 38px;
    width: 124px;
    font-size: 14px;
    margin-bottom: 8px;
}
.wt-dzhfab-zhu-an > div{
    display: flex;              /* 横向排列 */
    align-items: center;        /* 垂直居中 */
    gap: 20px;
    justify-content: center;
    height: 100%;
}
.wt-dzhfab-zhu-an i{
    color: #333;
}

/* 右侧占剩余 */
.wt-dzhfab-ci {
  flex: 1 1 auto;
  height: 246px;
  background-color: #fff;
  padding: 8px 36px;
  
}
.wt-dzhfab2 .wt-dzhfab-ci{
    height: 170px;
}

/* ---------- 4 列网格 ---------- */
.wt-dzhfab-ci-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0;
  row-gap: 0;          /* 间隙高度 = 点线高度 */
  position: relative;     /* 给伪元素当包含块 */
}

.wt-dzhfab-ci-list-pc {
  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;
}
.layui-row.wt-dzh-box > div > div{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #333;
    height: 76px;
}
.layui-row.wt-dzh-box > div:nth-child(3) > div{
    padding-left: 36px;
}

.layui-row.wt-dzh-box img {
  width: 29px;      /* 图标大小按需调 */
  height: 29px;
  object-fit: contain;
}

/* ---------- 单元格内容居中 ---------- */
.wt-dzhfab-ci-list > div {
  display: flex;              /* 横向排列 */
  align-items: center;        /* 垂直居中 */
  gap: 8px;                   /* 图-文间距 */
  font-size: 14px;
  color: #333;
  height: 76px;
}
.wt-dzhfab-ci-list img {
  width: 29px;      /* 图标大小按需调 */
  height: 29px;
  object-fit: contain;
}
.wt-dzhfab-ci-list span {
  font-size: 16px;
  color: #333;
}

.wt-dzhfab-bg-1{
    background-image: url(../img/dzh1gb.png);
}

.wt-dzhfab-bg-2{
    background-image: url(../img/dzh2gb.png);
}

.wt-dzhfab-bg-3{
    background-image: url(../img/dzh3gb.png);
}


.wt-fuwuzhichi{padding-bottom: 72px !important;}
.wt-fwzc-box{
    margin-bottom: 0px;
    margin-top: 36px;
    height: 340px;
}
.wt-fwzc{
    box-shadow: inset -3px 0px 4px 0px #FFE6E8;
    /* border: 1px solid #F5F7FA; */
    position: relative;          /* 给伪元素当包含块 */
    padding: 40px 24px 16px;
    /* overflow: hidden;    */
    margin-top: 16px;
    z-index: 8;
}
.wt-fwzc:hover{
    box-shadow:
    -3px -3px 16px 2px rgba(220, 60, 80, .16),
     3px  3px 16px 2px rgba(220, 60, 80, .16);
    background: #F5F5F5;
    /* border: 1px solid rgba(220, 60, 80, 0.36); */
    margin-top: 0;
    z-index: 16;
    /* box-shadow: 0px 2px 4px 0px rgba(230,0,18,0.5), inset -3px 0px 4px 0px #FFE6E8; */
    /* filter: blur(16px); */
    padding-top: 56px;
}
/* 左上角 60% 阴影 */
.wt-fwzc:hover::before,
/* 右下角 60% 阴影 */
.wt-fwzc:hover::after {
  content: "";
  position: absolute;
  width: 70%;          /* 角区域 70% 边长 */
  height: 70%;
  /* 更厚重：大模糊 + 大扩散 + 深颜色 */
  box-shadow: -3px -3px 8px 3px rgba(190,30,50,.86);
  pointer-events: none;
  /* 往外推 8px → 影子离盒子更远 */
  /* inset: -18px;  */
}

.wt-fwzc:hover::before {
  top: 0;
  left: 0;
  /* 只保留左上三角形区域 */
  clip-path: polygon(-1% -1%, 100% 0, 0 100%);
}

.wt-fwzc:hover::after {
  bottom: 0;
  right: 0;
  box-shadow: 1px 1px 18px 6px rgba(190,30,50,.86);
  /* 只保留右下三角形区域 */
  clip-path: polygon(100% 0, 102% 101%, 0 100%);
}
.wt-fwzc-ico{}
.wt-fwzc-ico div{ 
    background-color: #FFE6E8;
    height: 100px;
    width: 100px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.wt-fwzc-tit{
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: 16px;
}
.wt-fwzc-txt{
    margin-top: 8px;
    color: #727272;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 24px;
}
.wt-fwzc-an{
    /* margin-top: 24px; */
    display: none;
}
.wt-fwzc:hover .wt-fwzc-an{display: block;}
.wt-fwzc:hover .wt-fwzc-ico div{background-color: #fff;}
.wt-fwzc-an a{width: 100%;height: 40px;line-height: 40px;font-size: 16px;}

.wt-kehuanli{background-image: url(../img/khal-gb.png);background-size: 100%}
.wt-zujian-huadong-box{
    font-size: 20px;
}
#wtKehuAnli{margin: 0;padding: 12px 0 0;}
.wt-hdzx{margin-top: 40px;}
.wt-khal-item{
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 282px;
}
.wt-khal-item-pic{
    flex: 0 0 200px; 
    height: 282px;
}
.wt-khal-item-txt{
    flex: 1 1 auto;
    padding: 24px;
}
.wt-khal-item-tag img{height: 24px;width: auto;}
.wt-khal-item-tit{margin-top: 32px;font-size: 16px;font-weight: 600;line-height: 16px;}
.wt-khal-item-text{margin-top: 16px;font-size: 14px;line-height: 24px;color: #727272;
height: 72px;
display: -webkit-box;   
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;  
    overflow: hidden;   
    text-overflow: ellipsis; 
}
.wt-khal-item-an{
    background-color: #fff;
    border-radius: 999px;
    border: 1px solid #FFE6E8 ;
    height: 38px;
    width: 124px;
    font-size: 14px;
    margin-top: 24px;
    cursor: pointer;
}
.wt-khal-item-an > div{
    display: flex;              /* 横向排列 */
    align-items: center;        /* 垂直居中 */
    gap: 20px;
    justify-content: center;
    height: 100%;
    color: var(--primary);
}
.wt-khal-item1 .wt-khal-item-pic{background-image: url(../img/khal01.png);}
.wt-khal-item2 .wt-khal-item-pic{background-image: url(../img/khal02.png);}
.wt-khal-item3 .wt-khal-item-pic{background-image: url(../img/khal03.png);}
.wt-khal-item4 .wt-khal-item-pic{background-image: url(../img/khal04.png);}

.wt-anlilunbo{background-color: #F5F7FA;position: relative;padding-left: 36px !important;padding-right: 36px !important;}
#wtLunboAnli{
    overflow: hidden;
}
.wt-lbal-l{
    position: absolute;
    top: 0;
    left: 36px;
    bottom: 0;
    width: 108px;
    background: linear-gradient(to right, #F5F7FA 16%, rgba(255, 255, 255, 0) 100%);
}
.wt-lbal-r{
    position: absolute;
    top: 0;
    right: 36px;
    bottom: 0;
    width: 108px;
    background: linear-gradient(to left, #F5F7FA 16%, rgba(255, 255, 255, 0) 100%);
}
.wt-huodongzixun{}

.wt-hdzx-item{}
.wt-hdzx-item-pic{border-radius: 16px;overflow: hidden;}
.wt-hdzx-item-txt{padding: 12px;}
.wt-hdzx-item-tag{display: flex;}
.wt-hdzx-item-tag div{line-height: 14px;font-size: 12px;color: var(--primary);background-color: #FFE6E8;padding: 4px 8px;border-radius: 6px;}
.wt-hdzx-item-tit{font-size: 16px;font-weight: 600;margin-top: 16px;}
.wt-hdzx-item-text{font-size: 14px;line-height: 24px;color: #727272;margin-top: 16px;}

.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-hdzx-more .wt-khal-item-an:hover{background-color: var(--primary);}
.wt-hdzx-more .wt-khal-item-an:hover div a{color: #fff;}
.wt-hdzx-more .wt-khal-item-an:hover i{color: #fff;}

.wt-guanyuwomen{background-color: #F5F7FA;background-image: url(../img/gywm-bg.png);background-position: center 200px;
  background-repeat: no-repeat;}
.wt-gywm-box{height: 540px;margin-top: 56px;}
.wt-gywm-text{}
.wt-gywm-text-ico{margin-top: 68px;}
.wt-gywm-text-name{margin-top: 32px;font-size: 20px;line-height: 28px;font-weight: 600;}
.wt-gywm-text-txt{margin-top: 16px;font-size: 14px;color: #727272;}
.wt-gywm-text-an{margin-top: 56px;}
.wt-gywm-text-an .wt-main-itme-an{text-align: left;}
.wt-gywm-text-an .wt-main-itme-an a{width: 124px;height: 38px;font-size: 14px;line-height: 38px;}
.wt-gywm-text-an .wt-main-itme-an i{margin-left: 16px;}

.wt-gywm-iocs {
  display: flex;
  flex-wrap: wrap;
  gap: 108px;
  margin-top: 48px;
  padding-left: 68px;
}

.wt-gywm-iocs-item {
  flex: 0 0 calc(50% - 54px);   /* 50% 减去一半 gap */
  display: flex;
  flex-direction: column;
  text-align: left;
}
.wt-gywm-iocs-num{
    font-size: 36px;font-weight: 500;
    color: var(--primary);
    margin-top: 16px;
}
.wt-gywm-iocs-txt{font-size: 14px;margin-top: 8px;}
.wt-gywm-iocs-num span{font-size: 14px;margin-left: 2px;}

.wt-lianxiwomen{background-image: url(../img/bg002.png);height: 330px;background-size: 100% 100%;}
.wt-lxwm{text-align: center;}
.wt-lxwm-tit{font-size: 32px;font-weight: 600;color: var(--primary);}

.wt-lxwm-an {
  display: flex;
  justify-content: center;   /* 水平居中 */
  align-items: center;       /* 垂直居中（可选） */
  margin-top: 40px;
}

.wt-lxwm-an > div {
  display: inline-flex;      /* 让宽度由内容决定 */
  align-items: center;
  gap: 8px;                  /* 文字与图标间距 */
  padding: 12px 28px;
  background: var(--font-liang);       /* 红色 */
  color: #fff;
  border-radius: 24px;       /* 圆角（≥半高即可） */
  font-size: 20px;
  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: 30px !important;}
.wt-footer-box{border-bottom: 1px solid #E5E5E5;
display: flex;
        align-items: top;
        justify-content: center;position: relative;
        padding-bottom: 58px;
}

.wt-footer-copy{color: #999999 ;font-size: 12px; display: flex;
  justify-content: center; 
  align-items: center;   
  gap: 16px;             
  flex-wrap: wrap;        
  text-align: center;     margin-top: 32px;
}
.wt-footer-txt{
    flex: 0 0 333px;
}
.wt-footer-tit{}
.wt-footer-name{font-size: 16px;color: #121212;}
.wt-footer-name img{width: 30px;height: 30px;}
.wt-footer-tag{padding-left: 68px;margin-top: -12px;}
.wt-footer-dh{margin-top: 23px;}
.wt-footer-dh-tit{font-size: 14px;}
.wt-footer-dh-tel{font-size: 24px;color: var(--primary);}
.wt-footer-dh-tel i {font-size: 20px;margin-right: 8px;}
.wt-footer-dz{margin-top: 23px;}
.wt-footer-dz-tit{font-size: 14px;}
.wt-footer-dz-txt{font-size: 16px;}

.wt-footer-nav{
    flex: 1 1 auto;
  display: flex;
  justify-content: space-between; /* 平均分布 */
  gap: 24px;                      /* 列间距，可改 */
  flex-wrap: wrap;                /* 小屏自动换行 */
}

/* 每列竖排 */
.wt-footer-nav > div {
  display: flex;
  flex-direction: column;
  gap: 8px;        /* 行间距 */
}

.wt-footer-nav a{
    font-size: 14px;
    color: #727272;
    line-height: 16px;
    margin-bottom: 12px;
}
.wt-footer-nav > div > a:first-of-type {
  font-weight: bold;
  color: var(--primary);
  font-size: 16px;
  margin-bottom: 32px;
  line-height: 18px;
}

.wt-footer-fud{
    position: absolute;
    bottom: 36px;
    left: 0;
    display: flex;
    justify-content: space-between;   /* 两端对齐，中间等距 */
    align-items: center;              /* 垂直居中（可选） */
    gap: 24px;  
    width: 280px;
}

.wt-footer-fud > div {
  flex: 1 1 0;          /* 三等分 */
  display: flex;
  flex-direction: column;
  text-align: left;
}
.wt-footer-fud-tit{font-size: 14px;color: #999999;}
.wt-footer-fud-ico{background-color: #ddd;width: 32px;height: 32px;border-radius: 6px;text-align: center;margin-top: 8px;position: relative;}
.wt-footer-fud-ico img{width: 24px;height: auto;margin-top: -1px;position: absolute;top: 6px;left: 4px;}


/* 产品中心 */
.wt-cpzx-top{
    height: 430px;
    background: linear-gradient(to bottom, #F58A91 0%, #FFE5E7 100%);
}
.wt-cpzx-top-box{
    display: flex;
    gap: 68px;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: space-between;
}
.wt-cpzx-top-txt{
    flex: 0 0 calc(1100px - 448px - 68px);
}
.wt-cpzx-top-tit h1{
    font-size: 48px;
    line-height: 68px;
    font-weight: 600;
}
.wt-cpzx-top-text{
    margin-top: 24px;
    font-size: 20px;
    line-height: 36px;
    color: #727272;
    min-height: 106px;
}
.wt-cpzx-top-an{
    margin-top: 23px;
    display: flex;
    gap: 29px;
}
.wt-cpzx-top-an > div{
    flex: 0 0 auto;
    height: 64px;
    width: 207px;
    line-height: 64px;
    font-size: 20px;
}
.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: 32px;
    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{
    flex: 0 0 448px;
    background-color: #F5F7FA;
    height: 286px;
    width: 448px;
    border-radius: 16px;
    overflow: hidden;
}

.wt-main-sjdh > .wt-main-box > div {
    width: 100%;
    height: 76px;
    padding-left: 16px;
    padding-right: 16px;
}
.wt-main-sjdh-an{display: none;}
.wt-main-sjdh ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}

.wt-main-sjdh li {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    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: 18px;
    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: 18px;
    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.wt-this::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: 64px !important;
    padding-top: 56px !important;
}
.wt-cpzx-tit h3{
    font-size: 28px;
    line-height: 40px;
    color: #121212;
    text-align: center;
}
.wt-cpzx-txt{
    margin-top: 22px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.wt-cpzx-text{
    margin-top: 40px;
    font-size: 14px;
    color: #727272;
    line-height: 24px;
    text-align: center;
    width: 1000px;
    margin: 40px auto 0;
}
.wt-cpzx-pic{
    margin-top: 40px;
    text-align: center;
}
.wt-cpzx-pic img{ 
    width: 936px;
    height: 456px;
    border-radius: 16px;
    background-color: #ddd;
}
.wt-cpzx-an{
    margin-top: 24px;
    text-align: center;
}
.wt-cpzx-an .wt-an-red{
    display: inline-block;
    height: 44px;
    width: 152px;
    line-height: 44px;
    font-size: 16px;
}

.wt-lingxianjishu{
    background-color: #F5F7FA;
    padding: 64px 0 !important;
}
.wt-cpzx-tab{
    width: 936px;
    display: flex;
    margin: 40px auto 0;
}
.wt-cpzx-tab > div{
    flex: 0 0 50%;
}
.wt-cpzx-tab > div > div{ 
    width: 100%;
    height: 77px;
    background: #FFFFFF;
    box-shadow: inset -3px 0px 4px 0px #FFE6E8;
    border: 1px solid #F5F7FA;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 10px 40px;
}
.wt-cpzx-tab > div > div > div{ 
    display: flex;
}
.wt-cpzx-tab-ioc{
    flex: 0 0 40px;
}
.wt-cpzx-tab-ioc img{
    height: 20px;
    width: 20px;
}
.wt-cpzx-tab-text{
    flex: 0 0 calc(100% - 40px);
}
.wt-cpzx-tab-tit h4{
    font-size: 18px;
    line-height: 24px;
}
.wt-cpzx-tab-txt{
    font-size: 12px;
    line-height: 16px;
    color: #727272;
}

.wt-hexinjiazhi{
    background-image: url(../img/cpzx/hxjz-bg.png);
    background-position: top 0 center;
    background-repeat: no-repeat;
    height: 645px;
    padding-top: 0px !important;
}
.wt-cpzx-hxjz-box{
    position: relative;
    height: 645px;
}
.wt-cpzx-hxjz-box .wt-cpzx-tit{
    padding-top:100px;
}
.wt-cpzx-hxjz-text{

}
.wt-cpzx-hxjz-text > div{
    position: absolute;
}
.wt-cpzx-hxjz-tit{

}
.wt-cpzx-hxjz-tit h4{
    font-size: 18px;
    line-height: 25px;
}
.wt-cpzx-hxjz-ttt{
    font-size: 14px;
    line-height: 20px;
}
.wt-cpzx-hxjz-txt{
    margin-top: 12px;
    font-size: 12px;
    line-height: 16px;
    color: #727272;
    width: 246px;
}
.wt-cpzx-hxjz-text1{
    top: 44px;
    left: 54px;
}
.wt-cpzx-hxjz-text1 .wt-cpzx-hxjz-tit,
.wt-cpzx-hxjz-text1 .wt-cpzx-hxjz-ttt{
    text-align: right;
    padding-right: 40px;
    position: relative;
}
.wt-cpzx-hxjz-text1 .wt-cpzx-hxjz-tit::after {
    content: "";
    position: absolute;
    display: inline-block;  
    width: 0;
    height: 0;
    border-style: solid;
    /* border-width: 6px 0 6px 8px;  */
    /* border-color: transparent transparent transparent var(--primary); */
    border-width: 6px 8px 6px 0px; 
    border-color: transparent var(--primary) transparent transparent ;
    top: 8px;
    right: 16px;
}

.wt-cpzx-hxjz-text2{
    /* top:220px;
    left: 105px; */
    top:269px;
    left: 129px;
}
.wt-cpzx-hxjz-text2 .wt-cpzx-hxjz-tit,
.wt-cpzx-hxjz-text2 .wt-cpzx-hxjz-ttt{
    text-align: right;
    padding-right: 40px;
    position: relative;
}
.wt-cpzx-hxjz-text2 .wt-cpzx-hxjz-tit::after {
    content: "";
    position: absolute;
    display: inline-block;  
    width: 0;
    height: 0;
    border-style: solid;
    /* border-width: 6px 0 6px 8px;  */
    /* border-color: transparent transparent transparent var(--primary); */
    border-width: 6px 8px 6px 0px; 
    border-color: transparent var(--primary) transparent transparent ;
    top: 8px;
    right: 16px;
}

.wt-cpzx-hxjz-text3{
    top:389px;
    left: 523px;
}
.wt-cpzx-hxjz-text3 .wt-cpzx-hxjz-tit,
.wt-cpzx-hxjz-text3 .wt-cpzx-hxjz-ttt{
    text-align: left;
    padding-left: 40px;
    position: relative;
}
.wt-cpzx-hxjz-text3 .wt-cpzx-hxjz-tit::after {
    content: "";
    position: absolute;
    display: inline-block;  
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent var(--primary);
    /* border-width: 6px 8px 6px 0px; 
    border-color: transparent var(--primary) transparent transparent ; */
    top: 8px;
    left: 16px;
}

.wt-cpzx-hxjz-text4{
    top:232px;
    right: 96px;
}
.wt-cpzx-hxjz-text4 .wt-cpzx-hxjz-tit,
.wt-cpzx-hxjz-text4 .wt-cpzx-hxjz-ttt{
    text-align: left;
    padding-left: 40px;
    position: relative;
}
.wt-cpzx-hxjz-text4 .wt-cpzx-hxjz-tit::after {
    content: "";
    position: absolute;
    display: inline-block;  
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent var(--primary);
    /* border-width: 6px 8px 6px 0px; 
    border-color: transparent var(--primary) transparent transparent ; */
    top: 8px;
    left: 16px;
}
.wt-cpzx-hxjz-text5{
    top:48px;
    right: 50px;
}
.wt-cpzx-hxjz-text5 .wt-cpzx-hxjz-tit,
.wt-cpzx-hxjz-text5 .wt-cpzx-hxjz-ttt{
    text-align: left;
    padding-left: 40px;
    position: relative;
}
.wt-cpzx-hxjz-text5 .wt-cpzx-hxjz-tit::after {
    content: "";
    position: absolute;
    display: inline-block;  
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent var(--primary);
    /* border-width: 6px 8px 6px 0px; 
    border-color: transparent var(--primary) transparent transparent ; */
    top: 8px;
    left: 16px;
}
.wt-cpzx-hxjz-an{
    position: absolute;
    bottom: 68px;
    width: 100%;
}