@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 18);
  }
}
@media (min-width: 768px) {
  html {
    font-size: calc(100vw / 22);
  }
}
/* 手机 */
@media (max-width: 768px) {
  /* banner */
  .banner {
    width: 100%;
    height: 100%;
  }
  .banner .sabuubanner {
    width: 100%;
    height: 100%;
  }
  .banner .sabuubanner .con {
    position: relative;
    height: 13.33333333rem;
  }
  .banner .sabuubanner .con .mySwiper_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 13.33333333rem;
    overflow: hidden;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide {
    width: 100% !important;
    position: relative;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .tupiandde {
    width: 100%;
    height: 13.33333333rem;
    overflow: hidden;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .tupiandde img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .w-1517 {
    position: absolute;
    top: 5.33333333rem;
    left: 5%;
    width: 80%;
    margin: 0 auto;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .w-1517 p {
    margin-bottom: 0.66666667rem;
    font-size: 0.53333333rem;
    color: #fff;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .w-1517 h3 {
    width: 100%;
    font-size: 0.8rem;
    color: #fff;
    margin-bottom: 0.66666667rem;
  }
  .banner .sabuubanner .con1 {
    display: none;
  }
  /* 公司简介 */
  .company {
    width: 100%;
    height: 26.66666667rem;
    padding: 10% 5%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .company .w-1520 {
    width: 100%;
    margin: 0 auto;
  }
  .company .w-1520 .pingfenzuoyu {
    display: flex;
    flex-wrap: wrap;
  }
  .company .w-1520 .pingfenzuoyu .left {
    width: 100%;
    font-size: 0.8rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 1.33333333rem;
  }
  .company .w-1520 .pingfenzuoyu .left font {
    font-size: 0.8rem;
    color: #e2000f;
  }
  .company .w-1520 .pingfenzuoyu .right {
    width: 100%;
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    display: grid;
    gap: 0.33333333rem;
    line-height: 1.6 !important;
  }
  .company .w-1520 .pingfenzuoyu .right * {
    font-size: 0.53333333rem !important;
    line-height: 1.6 !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
  }
  /* 企业优势 */
  .milestones {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 10% 5%;
  }
  .milestones .w-1520 {
    width: 100%;
    margin: 0 auto;
  }
  .milestones .w-1520 .pingfenzuoyu {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 1.33333333rem;
  }
  .milestones .w-1520 .pingfenzuoyu h3 {
    font-size: 0.8rem;
    color: #000;
    font-weight: bold;
  }
  .milestones .w-1520 .pingfenzuoyu h3 font {
    font-size: 0.8rem;
    color: #e2000f;
  }
  .milestones .w-1520 .zhuashuaisn {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    overflow: hidden;
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh {
    width: 100%;
    height: 8rem;
    transition: all 0.5s;
    padding: 40% 5% 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.33333333rem;
    position: relative;
    cursor: pointer;
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh .icontitle {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 0.33333333rem;
    align-items: center;
    transition: all 0.5s;
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh .icontitle i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    border-radius: 6.66666667rem;
    transition: all 0.5s;
    background: linear-gradient(-135deg, #ffffff 0%, #ec6973 45%, #e2000f 100%);
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh .icontitle i .icon {
    display: block;
    width: 0.66666667rem;
    height: 0.66666667rem;
    fill: #fff;
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh .icontitle h3 {
    font-size: 0.53333333rem;
    color: #fff;
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh .contenrn {
    width: 12rem;
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 2;
    font-size: 0.53333333rem !important;
    color: #fff !important;
    line-height: 1.6 !important;
    font-family: '微软雅黑' !important;
    transition: all 0.5s;
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh .contenrn * {
    font-size: 0.53333333rem !important;
    color: #fff !important;
    line-height: 1.6 !important;
    font-family: '微软雅黑' !important;
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh::after {
    content: '';
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #ffffff00 0%, #e2000f3d 60%, #e2000f 100%);
    pointer-events: none;
    border-radius: 0.33333333rem;
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh.active {
    padding: 25% 5% 0;
    width: 100%;
    height: 8rem;
    transition: all 0.5s;
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh.active .icontitle {
    justify-content: left;
    margin-bottom: 0.33333333rem;
    transition: all 0.5s;
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh.active .contenrn {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh.active::after {
    pointer-events: auto;
    opacity: 1;
    transition: all 0.5s;
  }
  /* 产品优势 */
  .core {
    width: 100%;
    height: 32rem;
    padding: 10% 5%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .core .w-1520 {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .core .w-1520 .dingbutitle {
    width: 100%;
    margin-bottom: 1.33333333rem;
  }
  .core .w-1520 .dingbutitle h3 {
    font-size: 0.8rem;
    color: #fff;
    font-weight: bold;
  }
  .core .w-1520 .dingbutitle h3 font {
    font-size: 0.8rem;
    color: #e2000f;
  }
  .core .w-1520 .youshizhusn {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
  }
  .core .w-1520 .youshizhusn .leftishdin {
    width: 100%;
    height: 10rem;
    position: absolute;
    top: 0.66666667rem;
    left: 0;
  }
  .core .w-1520 .youshizhusn .leftishdin img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .core .w-1520 .youshizhusn .fenleizisn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    top: 10.66666667rem;
  }
  .core .w-1520 .youshizhusn .fenleizisn .zhuanshi {
    width: 50%;
    border-right: 0.06666667rem solid #fff;
    border-bottom: 0.06666667rem solid #fff;
    padding: 0.66666667rem 0.66666667rem 1.33333333rem 0;
  }
  .core .w-1520 .youshizhusn .fenleizisn .zhuanshi h3 {
    font-size: 0.66666667rem;
    color: #fff;
    margin-bottom: 0.66666667rem;
  }
  .core .w-1520 .youshizhusn .fenleizisn .zhuanshi .contetnt {
    font-size: 0.53333333rem !important;
    color: #fff !important;
    font-family: '微软雅黑' !important;
  }
  .core .w-1520 .youshizhusn .fenleizisn .zhuanshi .contetnt * {
    font-size: 0.53333333rem !important;
    color: #fff !important;
    font-family: '微软雅黑' !important;
  }
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 50%;
    gap: 0.66666667rem;
    padding: 0.66666667rem 0;
    border-right: 0.06666667rem solid #fff;
    border-bottom: 0.06666667rem solid #fff;
    transition: all 0.5s;
  }
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua i {
    width: 1.33333333rem;
    height: 1.33333333rem;
    border-radius: 6.66666667rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
  }
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua i .icon {
    display: block;
    width: 0.66666667rem;
    height: 0.66666667rem;
    fill: #666;
    transition: all 0.5s;
  }
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.53333333rem;
    color: #fff;
  }
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua:hover {
    transition: all 0.5s;
  }
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua:hover i {
    background-color: #e2000f;
    transition: all 0.5s;
  }
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua:hover i .icon {
    fill: #fff;
    transition: all 0.5s;
  }
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua:nth-child(5),
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua:nth-child(6) {
    border-bottom: 0;
  }
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua:nth-child(2),
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua:nth-child(4),
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua:nth-child(6) {
    border-right: 0;
  }
  /* 合作伙伴 */
  .hezuohuoboans {
    width: 100%;
    height: 100%;
    padding: 10% 5%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .hezuohuoboans .w-1520 {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .hezuohuoboans .w-1520 .dingbutitle {
    width: 100%;
    margin-bottom: 1.33333333rem;
    text-align: center;
  }
  .hezuohuoboans .w-1520 .dingbutitle h3 {
    font-size: 0.8rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.66666667rem;
  }
  .hezuohuoboans .w-1520 .dingbutitle h3 font {
    font-size: 0.8rem;
    color: #e2000f;
  }
  .hezuohuoboans .w-1520 .dingbutitle .contjuiqnw {
    padding: 0 5%;
    font-size: 0.53333333rem;
    color: #000;
  }
  .hezuohuoboans .w-1520 .dingbutitle .contjuiqnw * {
    font-size: 0.53333333rem;
    color: #000;
  }
  .hezuohuoboans .w-1520 .baiaoshaun {
    display: flex;
    flex-wrap: wrap;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin {
    width: 100%;
    background-color: #fff;
    border-radius: 0.33333333rem;
    padding: 0.66666667rem;
    transition: all 0.5s;
    height: 10rem;
    margin-bottom: 1.33333333rem;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin h3 {
    font-size: 0.66666667rem;
    color: #e2000f;
    margin-bottom: 0.66666667rem;
    padding-bottom: 0.66666667rem;
    border-bottom: 0.06666667rem solid #e2000f;
    transition: all 0.5s;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin .caunscauwancontenr {
    font-size: 0.53333333rem !important;
    color: #000;
    display: grid;
    height: 6.66666667rem;
    line-height: 1.8;
    transition: all 0.5s;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin .caunscauwancontenr * {
    font-size: 0.53333333rem !important;
    color: #000;
    line-height: 1.8;
    transition: all 0.5s;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin .yousaurina {
    width: 100%;
    height: 20rem;
    position: relative;
    transition: all 0.5s;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin .yousaurina img {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: -2.33333333rem;
    left:88%;
    object-fit: cover;
    transition: all 0.5s;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin .yousaurina .xianshain {
    opacity: 1;
    transition: all 0.5s;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin .yousaurina .yinchausnc {
    opacity: 0;
    transition: all 0.5s;
  }
}
/* pc */
@media (min-width: 768px) {
  /* banner */
  .banner {
    width: 100%;
    height: 100%;
  }
  .banner .sabuubanner {
    width: 100%;
    height: 100%;
  }
  .banner .sabuubanner .con {
    position: relative;
    height: 100vh;
  }
  .banner .sabuubanner .con .mySwiper_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide {
    width: 100% !important;
    position: relative;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .tupiandde {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .tupiandde img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .w-1517 {
    position: absolute;
    top: 4.4rem;
    left: 11%;
    width: 42%;
    margin: 0 auto;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .w-1517 p {
    margin-bottom: 0.4rem;
    font-size: 0.24rem;
    color: #fff;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .w-1517 h3 {
    width: 100%;
    font-size: 0.56rem;
    color: #fff;
    margin-bottom: 0.4rem;
  }
  .banner .sabuubanner .con1 {
    display: none;
  }
  /* 公司简介 */
  .company {
    width: 100%;
    height: 100vh;
    padding: 1.1rem 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .company .w-1520 {
    width: 15.2rem;
    margin: 0 auto;
  }
  .company .w-1520 .pingfenzuoyu {
    display: flex;
    justify-content: space-between;
  }
  .company .w-1520 .pingfenzuoyu .left {
    width: 30%;
    font-size: 0.4rem;
    color: #000;
    font-weight: bold;
  }
  .company .w-1520 .pingfenzuoyu .left font {
    font-size: 0.4rem;
    color: #e2000f;
  }
  .company .w-1520 .pingfenzuoyu .right {
    width: 52%;
    font-size: 0.2rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    display: grid;
    gap: 0.3rem;
    line-height: 1.6 !important;
  }
  .company .w-1520 .pingfenzuoyu .right * {
    font-size: 0.2rem !important;
    line-height: 1.6 !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
  }
  /* 企业优势 */
  .milestones {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    padding: 1.1rem 0;
  }
  .milestones .w-1520 {
    width: 15.2rem;
    margin: 0 auto;
  }
  .milestones .w-1520 .pingfenzuoyu {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .milestones .w-1520 .pingfenzuoyu h3 {
    font-size: 0.4rem;
    color: #000;
    font-weight: bold;
  }
  .milestones .w-1520 .pingfenzuoyu h3 font {
    font-size: 0.4rem;
    color: #e2000f;
  }
  .milestones .w-1520 .zhuashuaisn {
    display: flex;
    justify-content: space-between;
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh {
    width: 3.5rem;
    height: 5.8rem;
    transition: all 0.5s;
    padding: 22% 3% 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.15rem;
    position: relative;
    cursor: pointer;
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh .icontitle {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 0.15rem;
    align-items: center;
    transition: all 0.5s;
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh .icontitle i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 1rem;
    background: linear-gradient(-135deg, #ffffff 0%, #ec6973 45%, #e2000f 100%);
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh .icontitle i .icon {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    fill: #fff;
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh .icontitle h3 {
    font-size: 0.24rem;
    color: #fff;
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh .contenrn {
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 2;
    font-size: 0.2rem !important;
    color: #fff !important;
    line-height: 1.6 !important;
    font-family: '微软雅黑' !important;
    transition: all 0.5s;
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh .contenrn * {
    font-size: 0.2rem !important;
    color: #fff !important;
    line-height: 1.6 !important;
    font-family: '微软雅黑' !important;
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh::after {
    content: '';
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #ffffff00 0%, #e2000f3d 60%, #e2000f 100%);
    pointer-events: none;
    border-radius: 0.15rem;
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh.active {
    width: 7.5rem;
    height: 5.8rem;
    transition: all 0.5s;
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh.active .icontitle {
    justify-content: left;
    margin-bottom: 0.4rem;
    transition: all 0.5s;
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh.active .contenrn {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
  }
  .milestones .w-1520 .zhuashuaisn .tupianwenanzhuansh.active::after {
    pointer-events: auto;
    opacity: 1;
    transition: all 0.5s;
  }
  /* 产品优势 */
  .core {
    width: 100%;
    height: 100vh;
    padding: 1.1rem 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .core .w-1520 {
    width: 15.2rem;
    margin: 0 auto;
    position: relative;
  }
  .core .w-1520 .dingbutitle {
    width: 50%;
    margin-bottom: 0.8rem;
  }
  .core .w-1520 .dingbutitle h3 {
    font-size: 0.4rem;
    color: #fff;
    font-weight: bold;
  }
  .core .w-1520 .dingbutitle h3 font {
    font-size: 0.4rem;
    color: #e2000f;
  }
  .core .w-1520 .youshizhusn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
  .core .w-1520 .youshizhusn .leftishdin {
    width: 5rem;
    height: 4.82rem;
    position: absolute;
    top: 0.5rem;
    left: 0;
  }
  .core .w-1520 .youshizhusn .leftishdin img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .core .w-1520 .youshizhusn .fenleizisn {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    top: 0rem;
  }
  .core .w-1520 .youshizhusn .fenleizisn .zhuanshi {
    width: 2.2rem;
    border-right: 0.01rem solid #fff;
    border-bottom: 0.01rem solid #fff;
    padding: 0.6rem 0.6rem 0.7rem 0;
  }
  .core .w-1520 .youshizhusn .fenleizisn .zhuanshi h3 {
    font-size: 0.3rem;
    color: #fff;
    margin-bottom: 0.2rem;
  }
  .core .w-1520 .youshizhusn .fenleizisn .zhuanshi .contetnt {
    font-size: 0.24rem !important;
    color: #fff !important;
    font-family: '微软雅黑' !important;
  }
  .core .w-1520 .youshizhusn .fenleizisn .zhuanshi .contetnt * {
    font-size: 0.2rem !important;
    color: #fff !important;
    font-family: '微软雅黑' !important;
  }
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 2.2rem;
    gap: 0.1rem;
    padding: 0.6rem 0;
    border-right: 0.01rem solid #fff;
    border-bottom: 0.01rem solid #fff;
    transition: all 0.5s;
  }
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua i {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 1rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
  }
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua i .icon {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    fill: #666;
    transition: all 0.5s;
  }
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.2rem;
    color: #fff;
  }
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua:hover {
    transition: all 0.5s;
  }
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua:hover i {
    background-color: #e2000f;
    transition: all 0.5s;
  }
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua:hover i .icon {
    fill: #fff;
    transition: all 0.5s;
  }
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua:nth-child(4),
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua:nth-child(5),
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua:nth-child(6) {
    border-bottom: 0;
  }
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua:nth-child(3),
  .core .w-1520 .youshizhusn .fenleizisn .tubiaoshua:nth-child(6) {
    border-right: 0;
  }
  /* 合作伙伴 */
  .hezuohuoboans {
    width: 100%;
    height: 100vh;
    padding: 1.1rem 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .hezuohuoboans .w-1520 {
    width: 15.2rem;
    margin: 0 auto;
    position: relative;
  }
  .hezuohuoboans .w-1520 .dingbutitle {
    width: 100%;
    margin-bottom: 0.8rem;
    text-align: center;
  }
  .hezuohuoboans .w-1520 .dingbutitle h3 {
    font-size: 0.4rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.6rem;
  }
  .hezuohuoboans .w-1520 .dingbutitle h3 font {
    font-size: 0.4rem;
    color: #e2000f;
  }
  .hezuohuoboans .w-1520 .dingbutitle .contjuiqnw {
    padding: 0 5%;
    font-size: 0.2rem;
    color: #000;
  }
  .hezuohuoboans .w-1520 .dingbutitle .contjuiqnw * {
    font-size: 0.2rem;
    color: #000;
  }
  .hezuohuoboans .w-1520 .baiaoshaun {
    display: flex;
    justify-content: space-between;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin {
    width: 28%;
    background-color: #fff;
    border-radius: 0.15rem;
    padding: 0.4rem;
    transition: all 0.5s;
    height: 5rem;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin h3 {
    font-size: 0.24rem;
    color: #e2000f;
    margin-bottom: 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: 0.01rem solid #e2000f;
    transition: all 0.5s;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin .caunscauwancontenr {
    font-size: 0.2rem !important;
    color: #000;
    display: grid;
    height: 2rem;
    gap: 0.15rem;
    line-height: 1.8;
    transition: all 0.5s;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin .caunscauwancontenr * {
    font-size: 0.2rem !important;
    color: #000;
    line-height: 1.8;
    transition: all 0.5s;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin .yousaurina {
    width: 100%;
    height: 5rem;
    position: relative;
    transition: all 0.5s;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin .yousaurina img {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    top: 0.15rem;
    left: 2.4rem;
    object-fit: cover;
    transition: all 0.5s;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin .yousaurina .xianshain {
    opacity: 1;
    transition: all 0.5s;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin .yousaurina .yinchausnc {
    opacity: 0;
    transition: all 0.5s;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin:hover {
    background-color: #e2000f;
    transition: all 0.5s;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin:hover h3 {
    color: #fff;
    border-bottom: 0.01rem solid #fff;
    transition: all 0.5s;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin:hover .caunscauwancontenr {
    color: #fff;
    transition: all 0.5s;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin:hover .caunscauwancontenr * {
    color: #fff;
    transition: all 0.5s;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin:hover .yousaurina {
    transition: all 0.5s;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin:hover .yousaurina .xianshain {
    opacity: 0;
    transition: all 0.5s;
  }
  .hezuohuoboans .w-1520 .baiaoshaun .asmaioqin:hover .yousaurina .yinchausnc {
    opacity: 1;
    transition: all 0.5s;
  }
}
