@media screen and (max-width:768px) {
  header.open .head1 .C-wrap,
  .scroll header.open .head1 .C-wrap {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition: none !important;
  }

  .head1 .menu {
    position: fixed;
    left: 0;
    top: -120vh;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background: #fff;
    display: block;
    opacity: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: top .3s ease, opacity .3s ease;
    z-index: 50;
    color: #333;
    box-sizing: border-box;
  }

  header.open .menu {
    top: 0;
    opacity: 1;
  }

  /* å…³é—­æŒ‰é’®å§‹ç»ˆä½äºŽèœå•ä¹‹ä¸Šï¼Œä¾¿äºŽç‚¹å‡»å…³é—­ */
  .head1 .right,
  .head1 .navbar-toggle {
    position: relative;
    z-index: 70;
  }
  .news2 .t2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .head1 .navbar-toggle {
    padding: 10px;
    margin-left: 12px;
    transform: scale(1.4);
    transform-origin: center right;
  }

  .head1 .link {
    width: 100%;
    margin-left: 0;
  }

  .head1 .link>a {
    display: block;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    font-size: 20px;
    color: #333;
  }

  .head1 .link a {
    padding: 0 20px;
  }
  .head1 .logo img:nth-child(1) {
    display: none;
  }
  .head1 .logo img:nth-child(2) {
    display: none;
  }
  .blackHead .head1 .logo img:nth-child(2) {
    display: none;
  }
  .head1 .logo img:nth-child(3){
    display: block;
  }
  .scroll .head1 .logo img:nth-child(2) {
    display: none;
  }
  .head1 .link::after {
    display: none;
    width: 52px;
    height: 10px;
    left: 50%;
    top: 100%;
    margin-top: 14px;
    transform: translate(-50%, -50%) scale(0);
  }

  .head1 .link:hover::after,
  .head1 .link.on::after {
    transform: translate(-50%, 0) scale(1);
  }

  .head1 .down {
    min-width: 80px;
    overflow: hidden;
    padding: 0;
  }

  .head1 .link .down {
    left: 50%;
    top: 100%;
    margin-top: 0;
    transform: translate(0, 0);
    min-width: 160px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    position: static;
    opacity: 1;
    width: 100%;
    pointer-events: visible;
    border-bottom: 1px solid #ddd;
    display: none;
  }

  .head1 .link .down::before {
    width: 100%;
    height: 40px;
    bottom: 100%;
  }

  .head1 .link .down a {
    padding: 10px 30px;
    text-align: left;
    font-size: 14px;
    color: #666;
  }

  .head1 .link .down a:not(:last-child) {
    border-bottom: none;
  }

  .head1 .link .down-jt {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('/img/icon-jia.svg') no-repeat center/15px;
  }


  .head1 .link.on .down-jt {
    background: url('/img/icon-jian.svg') no-repeat center/15px;
  }

  :root {
    --head: 64px;
  }

  svg {
    width: 100%;
    height: 100%;
  }

  .C-wrap {
    width: 90%;
  }

  .C-btn {
    display: inline-flex;
    flex-wrap: wrap;
  }

  body {
    font-size: 16px;
  }

  /* -----------------------------------------head,foot-------------------------------------- */
  .head1 {
    width: 100%;
    background: #fff;
  }

  .isback .head1 {
    /* transform: translateY(-100%); */
    transform: none;
  }

  .head1 .logo {
    width: 125px;
  }

  .head1 .menu {
    gap: 12px;
    padding: 80px 24px 40px;
    border-radius: 0;
  }

  .head1 .link {
    height: auto;
  }

  .head1 .link>a {
    height: 100%;
    padding: 0 6px;
    display: flex;
  }

  /* -----------------------------------------é¦–é¡µ-------------------------------------- */
  .bg video {
    height: 100%;
  }

  .C-banner {
    /* margin: 5px 5px 0; */
    margin: var(--head) 5px 0;
  }

  .C-banner .bg {
    border-radius: 10px;
    height: 210px;
  }

  .C-banner .intr {
    width: 100%;
    height: 100%;
    padding: 30% 5% 0;
  }

  .C-banner .intr .t1 {
    font-size: 18px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  }

  .news2 {
    padding: 31px 0 25px;
  }

  .news2 .t1 {
    padding-right: 17px;
    margin-right: 20px;
    border-right: 1px solid #c6c6c6;
  }

  .news2 .t2 a {
    /* margin-right: 36px; */
    padding: 3px 10px;
    border-radius: 10px;
    background: #eee;
  }

  .news3 .bg {
    width: 100%;
    height: 207px;
    border-radius: 10px;
  }
  .news3 .bg a {
    height: 100%;
  }

  .news3 .bg .bg-cover {
    width: 100%;
    height: 100%;
  }

  .news3 .bg .bg-cover .box {
    align-items: flex-start;
    padding: 20px 32px 37px;
  }

  .news3 .bg .bg-cover .tag {
    padding: 3px 7px;
    border-radius: 10px;
  }

  .news3 .bg .bg-cover .time {
    margin-left: 10px;
  }

  .news3 .bg .bg-cover .txt {
    margin-left: 0;
  }

  .news3 .bg .bg-cover .t3 {
    margin-top: 10px;
  }

  .news3 .intr {
    flex: none;
    width: 100%;
    margin: 11px 0 0;
    max-height: none;
    overflow: hidden;
  }

  .news3 .intr .news3-item,
  .news3 .intr .swiper-slide {
    width: 100%;
  }

  .news3 .intr .t2,
  .news3 .intr .t3 {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    max-height: none;
  }

  .news3 .swiper-pagination,
  .news4 .swiper-pagination,
  .news5 .swiper-pagination {
    position: static;
    margin-top: 14px;
    --swiper-pagination-bullet-size: 5px;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-inactive-color: #d9d9d9;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-color: var(--color);
  }

  .news3 .intr .tag {
    padding: 3px 7px;
    border-radius: 10px;
  }

  .news3 .intr .time {
    margin-left: 10px;
  }

  .news3 .intr .t2 {
    margin-top: 10px;
  }

  .news3 .intr .t3 {
    margin-top: 10px;
  }

  .news4 {
    padding: 50px 0 25px;
  }

  .news4 .main {
    margin-top: 20px;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .news4 .zuo-wrap {
    width: 100%;
    margin-bottom: 30px;
    max-height: none;
  }

  .news4 .main .zuo {
    width: 100%;
    overflow: hidden;
    max-height: none;
    padding: 0;
    margin-bottom: 30px;
  }

  .news4 .zuo-wrap > .zuo {
    margin-bottom: 0;
  }

  .news4 .main .zuo .item,
  .news4 .main .zuo .swiper-slide {
    width: 100%;
    margin: 0;
  }

  .news4 .main .zuo .item .t2,
  .news4 .main .zuo .item .t3 {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    max-height: none;
  }

  .news4 .main .zuo .item .tag {
    padding: 3px 7px;
    border-radius: 10px;
  }

  .news4 .main .zuo .item .time {
    margin-left: 10px;
  }

  .news4 .main .zuo .item .t2 {
    margin-top: 13px;
  }

  .news4 .main .zuo .item .t3 {
    margin-top: 8px;
    font-size: 14px;
  }

  .news4 .main .you {
    width: 100%;
    height: 303px;
    border-radius: 10px;
  }

  .news4 .main .you .intr {
    width: 100%;
    height: 100%;
    /* padding: 0 31px 37px; */
  }

  .news4 .main .you .intr .box {
    align-items: flex-start;
    padding: 20px 32px 37px;
  }

  .news4 .main .you .tag {
    padding: 3px 7px;
    border-radius: 10px;
  }

  .news4 .main .you .time {
    margin-left: 10px;
  }

  .news4 .main .you .txt {
    /* margin-left: 10px; */
    margin-left: 0;
  }

  .news4 .main .you .t3 {
    margin-top: 10px;
  }

  .news5 {
    padding: 9px 0 40px;
  }

  .news5 .swiper {
    margin-top: 12px;
  }

  .news5 .swiper-slide {
    border-radius: 10px;
    height: 303px;
  }

  .news5 .swiper-slide .intr {
    width: 100%;
    border-radius: 10px;
    padding: 20px 32px 37px;
  }

  .news5 .swiper-slide .intr .t1 {
    width: 100%;
    font-size: 16px;
  }

  .news5 .swiper-slide .intr .t2 {
    width: 100%;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 25px;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    /* display: none; */
  }

  .news5 .swiper-slide .intr .t2 br {
    display: none;
  }

  .news6 .swiper {
    margin-top: 12px;
  }

  .news6 .swiper-slide .item .bg {
    width: 100%;
    height: 158px;
    border-radius: 10px;
  }

  .news6 .swiper-slide .item .intr {
    margin-top: 17px;
  }

  .news6 .swiper-slide .item .intr .t2 {
    margin-top: 5px;
  }

  .news6 .swiper-pagination {
    margin-top: 14px;
    --swiper-pagination-bullet-size: 5px;
    --swiper-pagination-bullet-horizontal-gap: 4px;
  }

  .news7 {
    padding: 86px 5% 0;
  }

  .news7 .Ecollapse {
    width: 100%;
    padding-right: 0;
    max-height: none;
  }

  .news7 .Ecollapse::-webkit-scrollbar {
    width: 1px;
    height: 1px;
  }

  .news7 .Ecollapse-item:nth-last-child(n+2) {
    margin-bottom: 18px;
  }

  .news7 .Ecollapse-item .Ecollapse-name .icon {
    width: 15px;
    height: 15px;
  }

  .news7 .Ecollapse-name-col {
    flex: 1;
  }

  .news7 .Ecollapse-content {
    padding: 15px 0;
    border-bottom: 2px solid rgba(217, 217, 217, 0.6);
  }

  .news7 .pic {
    width: 403px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }
  .map-box {
    display: none;
  }
  .footer {
    padding: 109px 0 28px;
  }

  .footer .footer-main {
    margin-bottom: 20px;
    align-items: flex-end;
  }

  .footer .footer-logo {
    width: 152px;
  }

  .footer .footer-qrcode {
    width: 100%;
    gap: 19px;
    margin-top: 20px;
  }
  
  .footer .footer-qrcode .qr-item {
    width: calc(50% - 19px);
  }
  
  .footer .footer-qrcode .qr-item .icon {
    width: 20px;
    margin-right: 2px;
  }
  
  .footer .footer-qrcode .qr-item .pic {
    margin-top: 5px;
  }

  .footer .footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-top: 25px;
  }

  .footer .footer-contact-item {
    gap: 6px;
  }

  .footer .footer-contact-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .footer .footer-bottom .footer-links {
    gap: 4px;
  }

  .footer .footer-bottom .footer-link+.footer-link {
    margin-left: 10px;
  }

  .footer .footer-bottom .footer-link-divider {
    margin: 0 5px;
  }

  .footer .footer-bottom .footer-copy {
    margin-top: 32px;
    text-align: left;
  }
  .news10 {
    padding:100px 0;
  }
  .news10 .bg{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:1;
  }
  .news10 .zuo {
    width: 100%;
    left: 0;
    top: 0;
    transform: none;
    padding: 0 5%;
    position: relative;
    z-index:2;
  }

  .news10 .zuo .t2 {
    margin-top: 23px;
  }

  .news10 .zuo .icon {
    width: 8px;
    margin-top: 135px;
    display: none;
  }

  .news10 .you {
    width: 100%;
    height: auto;
    padding: 15px 5% 0;
    position: relative;
    z-index:2;
    margin-top: 40px;
  }

  .news10 .you .line {
    height: 1px;
  }

  .news10 .you .line::after {
    width: 51px;
    height: 100%;
  }

  .news10 .you .t4 {
    margin-top: 34px;
  }

  .news11 {
    border-radius: 40px 40px 0 0;
    padding: 87px 5% 110px;
    margin-top: -40px;
  }
  .news11 .p1 {
    margin-bottom: 20px;
  }
  .news11 .t2 {
    margin: 14px 0 47px;
  }

  .news11 .empty * {
    max-width: 100%;
  }

  .news11 .empty img {
    margin: 10px 0;
  }

  .news11 .tybg {
    bottom: 80px;
    width: 100%;
  }
  .news6 {
    padding: 0 0 50px;
  }
  .news12 {
    border-top: 1px solid #E8E8E8;
    padding: 30px 5% 95px;
  }
  
  .news12 .t1 {
    width: 100%;
  }
  .news12 .t1:nth-child(2){
    text-align: left;
    margin-top: 10px;
  }

  .abt3 {
    padding: 72px 5% 130px 10%;
  }

  .abt3-inner {
    max-width: 771px;
  }

  .abt3-line {
    left: -5%;
    width: 1px;
    border-left: 1px dashed #c5c5c5;
    transform: none;
  }

  .abt3-progress {
    width: 1px;
    left: -1px;
  }

  .abt3-item {
    width: 100%;
    padding-bottom: 15px;
    pointer-events: none;
  }

  .abt3-item + .abt3-item {
    margin-top: 0;
  }

  .abt3-item .abt3-card {
    width: 99%;
    padding: 30px 13px 30px 12px;
    pointer-events: auto;
  }

  .abt3-item .abt3-card::after {
    width: 15px;
    height: 17px;
    border-top: 2px solid #92969c;
    border-left: 2px solid #92969c;
  }

  .abt3-item .abt3-card::before {
    width: 15px;
    height: 17px;
    border-bottom: 2px solid #92969c;
    border-right: 2px solid #92969c;
  }

  .abt3-item .abt3-card .abt3-btn {
    width: 12px;
    height: 12px;
    right: 15px;
    bottom: 10px;
  }

  .abt3-item .abt3-card .bg {
    height: 90px;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .abt3-item .abt3-card .abt3-card-info .t1 {
    flex: 1;
    font-size: 16px;
  }

  .abt3-item .abt3-card .abt3-card-info .t3 {
    width: 170px;
    margin: 0 0 0 8px;
  }

  .abt3-item:nth-child(2n) {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .abt3-dot {
    top: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
  }

  .abt3 .map-box {
    width: 100%;
    height: 1250px;
  }

  .pd3 .bg {
    width: 100%;
    height: 134px;
    border-radius: 10px;
  }

  .pd3 .intr {
    position: static;
    right: auto;
    top: auto;
    width: 100%;
    transform: none;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0;
    margin-top: 8px;
    border-radius: 0;
  }

  .pd3 .intr .line {
    display: none;
  }

  .pd3 .intr .t1 {
    margin: 8px 0;
  }

  .pd3 .intr .t2 {
    margin-top: 0;
  }

  .pd3 .intr .t3 {
    margin-top: 10px;
  }

  .pd4 {
    padding: 49px 0 0;
  }

  .pd4 .swiper-slide .bg {
    border-radius: 10px;
    height: 134px;
  }

  .pd4 .swiper-slide .t1 {
    margin: 8px 0;
  }

  .pd4 .swiper-pagination {
    margin-top: 33px;
    --swiper-pagination-bullet-size: 5px;
    --swiper-pagination-bullet-horizontal-gap: 4px;
  }

  .about2 {
    padding: 68px 0 80px;
  }
  .head1 .C-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 12px;
    border-radius: 0;
    background: none;
  }
  .C-wrap .C-title{
    font-size: 24px;
  }
  .about2 .t1 {
    width: 100%;
  }

  .about2 #about2-svg {
    bottom: -32%;
    width: 100%;
  }

  .about4 {
    padding: 56px 0 96px;
  }

  .about4 .zuo {
    width: 100%;
    padding: 0 5%;
    overflow: hidden;
  }

  .about4 .zuo .bg {
    /* border-radius: 0 100px 20px 0; */
    border-radius: 20px;
    /* margin: 0 5%; */
    display: none;
  }

  .about4 .zuo .t1 {
    /* left: 216px; */
    /* left: 5%; */
    left: 50%;
    padding: 0 5%;
    width: 90%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .about4 .zuo .t1 p {
    width: 100%;
  }
  .about4 .you {
    right: 39px;
    top: 50%;
    transform: none;
    gap: 11px;
    position: static;
    justify-content: center;
    padding: 30px 5% 0;
  }

  .about4 .you .item {
    /* width: 257px; */
    /* height: 302px; */
    width: auto;
    height: auto;
    border-radius: 10px;
  }

  .about4 .you .item .intr {
    width: 100%;
    padding: 6px 28px 17px;
  }

  .about4 .you .item::after {
    width: 100%;
    height: 20%;
  }

  .about4 .you .item:hover::after {
    height: 100%;
  }

  .about4 .you .item .intr2 {
    width: 100%;
    height: 100%;
    padding: 28px 28px;
  }

  .about4 .you .item .intr2 .t5 {
    margin: 30px 0;
  }

  .about5 {
    padding: 71px 0;
    border-radius: 10px;
  }

  .about5 .bg {
    width: 100%;
    height: 100%;
  }

  .about5 .bg::after {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%);
    width: 100%;
    height: 100%;
  }

  .about5 .tabs {
    gap: 5px;
    margin-bottom: 50px;
  }

  .about5 .tabs .tab {
    padding: 5px 19px;
    min-width: 76px;
    border-radius: 13px;
    background: linear-gradient(285deg, #fff 70.2%, #a5493e 228.62%), #fff;
  }

  .about5 .tabs .tab.on {
    background: linear-gradient(282deg, #a5493e 41.53%, #fbfbfb 169.34%);
  }

  .about5 .loopLogos-warpper.reverse {
    margin-top: 35px;
  }

  .about5 .loopLogos-warpper {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    animation: none !important;
    transform: none !important;
    cursor: grab;
    scroll-snap-type: x proximity;
  }

  .about5 .loopLogos-warpper::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .about5 .loopLogos-warpper .group {
    flex: 0 0 auto;
  }

  .about5 .loopLogos-warpper .group:nth-child(n + 2) {
    display: none;
  }

  .about5 .group .item {
    margin-right: 35px;
    padding: 16px;
    border-radius: 10px;
    background: url("/img/about5-2.jpg") no-repeat center/100% 100%;
    width: 203px;
    height: 215px;
    border-radius: 10px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.04), 2px 0 4px 0 rgba(255, 255, 255, 0.25);
    scroll-snap-align: start;
  }

  .about5 .group .item .t2 {
    margin-top: 11px;
  }

  .about5 .group .item .line {
    height: 1px;
    margin: 4px 0;
    width: 100%;
  }

  .home1 {
    margin-top: var(--head);
  }

  .home1 .bg {
  }

  .home1 .intr {
    width: 100%;
    height: 100%;
    padding: 95px 0 0;
  }

  .home1 .intr .t1 {
    letter-spacing: 1px;
    margin-left: 24px;
  }

  .home1 .intr .t2 {
    margin-left: 44px;
  }

  .home1 .intr svg {
    width: 90%;
    margin: 8px 0;
    clip-path: inset(0 100% 0 0);
  }

  .home2 {
    border-radius: 0 0 24px 24px;
  }

  .home2 .sec1 {
    width: 100%;
  }

  .home2 .sec1 > svg,
  .home2 .sec1 .pic {
    display: none !important;
  }

  .home2 .sec1 .m-text {
    display: block;
    text-align: center;
    padding: 30px 5%;
    font-size: 16px;
    /* line-height: 1.7; */
    line-height: 3.5;
    color: #313131;
  }

  .home2 .sec2 {
    width: 60%;
    right: 0;
    top: 0;
    border-radius: 78px;
    display: flex;
    flex-wrap: wrap;
    display: none;
  }

  .home2 .sec2 video {
    width: 100%;
  }

  .home3 {
    /* padding: 115px 5%; */
    /* margin: -25px 0 -25px; */
    padding: 0 5% 115px;
    display: none;
  }

  .home3 .text .t1 {
    letter-spacing: 1px;
  }

  .home3 .text .t2 {
    letter-spacing: 12px;
  }

  .home3 .sec1 {
    left: 33px;
    top: 183px;
    display: none;
  }

  .home3 .sec1 .icon {
    width: 5px;
  }

  .home3 .sec1 .progress {
    margin: 11px auto 0;
    width: 1px;
    height: 100px;
  }

  .home3 .sec1 .progress-bar {
    height: 10%;
    width: 100%;
  }

  .home3 .sec2 {
    width: 150%;
    height: 100%;
  }

  .home3 .sec2 img {
    width: 100%;
  }

  .home3 .sec2 #xfpic1 {
    top: 0%;
  }

  .home3 .sec2 #xfpic2 {
    top: 100%;
  }

  .home4 {
    height: auto !important;
    padding: 40px 0 24px;
    border-radius: 24px 24px 0 0;
  }

  .home4 .pin {
    position: static;
    height: auto;
    display: block;
    overflow: visible;
  }

  .home4 .zuo {
    display: none;
  }

  .home4 .you {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .home4 .you::after {
    display: none;
  }

  .home4 .you .list {
    overflow: hidden;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .home4 .you .list .swiper-wrapper {
    display: flex;
  }

  .home4 .you .list .item,
  .home4 .you .list .item.on {
    display: block;
    flex-shrink: 0;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
    position: relative;
  }

  .home4-mb-pagination {
    position: static;
    margin-top: 14px;
    text-align: center;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-inactive-color: #d9d9d9;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-color: #A5493E;
  }

  .home4 .you .list .item video {
    width: 90%;
    margin: 0 auto;
    height: auto;
    display: block;
  }

  .home4 .you .list .item .video-box {
    width: 100%;
  }

  .home4 .you .list .item .pic {
    /* display: none; */
    width: 100%;
    opacity: 1;
    position: static;
    height: 350px;
  }

  .home4 .you .list .item.theme2 .video-box::after {
    display: none;
  }

  .home4 .you .list .item .m-text {
    display: block;
    width: 100%;
    text-align: center;
    padding: 16px 5%;
    font-size: 20px;
    font-weight: 500;
    color: #313131;
    line-height: 1.4;
  }

  .home5 {
    padding: 70px 0 84px;
  }

  .home5 .list {
    grid-template-rows: 157px 38px 81px 79px;
    grid-template-columns: 274px 200px 332px;
    gap: 17px;
    display: flex;
    flex-wrap: wrap;
  }

  .home5 .list .item {
    border-radius: 20px;
    width: 100%;
    height: 250px;
  }

  .home5 .list .item.theme1 .intr {
    padding: 12px 20px 20px;
    width: 100%;
  }

  .home5 .list .item.theme2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 19px;
    height: 150px;
  }

  .home5 .list .item.theme2 .intr .t2 {
    margin-top: 5px;
  }

  .home5 .list .item.theme3 .intr {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 16px;
  }

  #ripple-canvas {
    width: 100%;
    height: 100%;
  }

  .pub_img_box:before {
    margin-top: 100%;
  }

  .pub_img_box .pub_img {
    width: 100%;
    height: 100%;
    background-position: 50%;
  }

  .pub_img_box img,
  .pub_img_box video {
    width: 100%;
    height: 100%;
  }

  .pub_img_box.hei_img {
    height: 100%;
  }

  .pub_case {
    width: 100%;
  }

  .pub_title font {
    font-size: 75px;
  }

  .scroll-animate.fontAni>div span font {
    transform: translate(50px);
  }

  .scroll-animate.fontAni.text_right>div span font {
    transform: translate(-50px);
  }

  .zw_block {
    width: 100%;
    height: 75px;
    bottom: 100%;
  }

  .pub_title_case {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pub_top_tit .pub_title_case {
    display: flex;
  }

  .pub_top_tit .pub_title_case .pub_title {
    padding-right: 18px;
  }

  .pub_top_tit .pub_title_case>span {
    height: 1px;
    clip-path: polygon(0% 0%, 0 0, 0 100%, 0% 100%);
    background-image: linear-gradient(90deg, #262626 0%, #262626 33.33%, transparent 33.34%, transparent 100%);
    background-position: 0 100%;
    background-size: 2px 1px;
    flex: 1;
  }

  .pub_top_tit .pub_title_case.fontShow>span {
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  }

  .new_case .pub_img_box {
    width: 100%;
    border-radius: 12px;
  }

  .new_case .pub_img_box:before {
    margin-top: 36.6667%;
  }

  .pub_tit_ed .pub_title_case {
    align-items: flex-end;
    display: flex;
  }

  .pub_tit_ed .pub_title_case .pub_title {
    padding-right: 9px;
  }

  .pub_tit_ed .pub_title_case>div {
    height: 24px;
    border-top: 1px dashed #262626;
    flex: 1;
    margin-bottom: -3px;
  }
  .pub_tit_ed .pub_title_case>span {
    margin-bottom: -3px;
  }

  .pub_tit_ed .pub_title_case>span:nth-child(1) {
    width: 24px;
    height: 24px;
    clip-path: polygon(0% 0%, 79.16% 0%, 79.16% 50%, 0% 50%);
    border: 1px dashed #262626;
    border-radius: 12px 0 0;
    margin-right: 6px;
  }

  .pub_tit_ed .pub_title_case>span:last-child {
    width: 24px;
    height: 24px;
    clip-path: polygon(20.84% 0%, 100% 0%, 100% 50%, 20.84% 50%);
    border: 1px dashed #262626;
    border-radius: 0 12px 0 0;
    margin-left: -5px;
  }

  .about_r4 .exp_case .pub_tit_ed .pub_title {
    margin-left: 15px;
    padding-bottom: 12px;
    font-size: 36px;
  }

  .about_r4 .exp_case .pub_tit_ed .pub_title_case>span:nth-child(1) {
    clip-path: polygon(0 0, calc(100% - 1px) 0, calc(100% - 1px) 50%, 0 50%);
  }

  .about_r4 .exp_case .about_r4_case .abo_r4_block .pub_img_box {
    width: 75px;
    border-radius: 50%;
    margin-top: -35px;
  }

  .about_r4 .exp_case .about_r4_case .abo_r4_block .pub_img_box img {
    transform-origin: 50% 100%;
  }

  .pub_sha_case>.pub_img_box {
    width: 100%;
    height: 100%;
  }

  .pub_sha_case .sha_con_case .sha_con_box .pub_img_box {
    width: 100%;
    border-radius: 10px;
  }

  .pub_sha_case .sha_con_case .sha_con_box .pub_img_box:before {
    margin-top: 127.686%;
  }

  .pub_sha_case.board_sha_case .sha_con_case .sha_con_box .pub_img_box {
    width: 120px;
    border-radius: 100%;
  }

  .pub_sha_case.board_sha_case .sha_con_case .sha_con_box .pub_img_box:before {
    margin-top: 100%;
  }

  .about_r6 {
    padding-top: 25px;
  }
  .about_r6.about_r6--simple {
    height: auto;
    min-height: auto;
    padding-bottom: 32px;
  }

  .about_r6.about_r6--simple .row_case {
    position: relative;
    height: auto;
    top: auto;
    min-height: 0;
  }

  .about_r6.about_r6--simple .row_case .pub_case {
    display: flex;
    flex-direction: column;
    overflow: visible;
    height: auto;
    padding: 0 5%;
  }

  .about_r6.about_r6--simple .row_case .swiper_abo_r6_nav {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    width: 100%;
    order: 0;
    margin-bottom: 16px;
    z-index: 2;
  }

  .about_r6.about_r6--simple .row_case .swiper_abo_r6_nav:before {
    display: none;
  }

  .about_r6.about_r6--simple .row_case .swiper_abo_r6_nav .swiper {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }

  .about_r6.about_r6--simple .abo_r6_nav_tabs .swiper,
  .about_r6.about_r6--simple .abo_r6_nav_tabs .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    transform: none !important;
    position: relative;
  }

  .about_r6.about_r6--simple .row_case .swiper_abo_r6_nav .swiper-slide {
    width: auto;
    flex: 1;
    min-height: 40px;
    line-height: 40px;
    padding: 0 4px;
    text-align: center;
    color: #959595;
    font-size: 15px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.2s, font-weight 0.2s;
  }

  .about_r6.about_r6--simple .row_case .swiper_abo_r6_nav .swiper-slide.on {
    color: #A5493E;
    font-weight: 700;
    font-size: 16px;
  }

  .about_r6.about_r6--simple .row_case .about_r6_con {
    order: 1;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding: 0;
    position: relative;
    z-index: 1;
  }

  .about_r6.about_r6--simple .row_case .about_r6_con .swiper_abo_r6 {
    width: 100%;
  }

  .about_r6.about_r6--simple .row_case .about_r6_con .swiper {
    overflow: hidden;
    width: 100%;
  }

  .about_r6.about_r6--simple .row_case .about_r6_con .swiper_abo_r6 .swiper-wrapper {
    perspective: none;
    transform-style: flat;
    display: flex;
    position: relative;
  }

  .about_r6.about_r6--simple .cyear {
    display: none !important;
  }

  .about_r6.about_r6--simple .swiper_abo_r6 .swiper-slide.abo_r6_con_tex {
    display: flex !important;
    flex-direction: column;
    position: relative !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    top: auto !important;
    left: auto !important;
    height: auto;
    width: 100%;
  }

  .about_r6.about_r6--simple .swiper_abo_r6 .swiper-slide.abo_r6_con_tex .pub_img_box {
    display: block !important;
    width: 100%;
    margin-top: 0;
    margin-bottom: 12px;
    border-radius: 14px;
    overflow: hidden;
  }

  .about_r6.about_r6--simple .swiper_abo_r6 .swiper-slide.abo_r6_con_tex .abo_t_txt {
    display: block !important;
    width: 100%;
    position: relative;
    padding: 20px 16px;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(14, 29, 65, 0.08);
  }

  .about_r6.about_r6--simple .abo_r6_mobile-pagination {
    position: relative;
    margin-top: 14px;
    text-align: center;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-inactive-color: #d9d9d9;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-color: #A5493E;
  }

  .about_r6.about_r6--simple .next-tip {
    display: none;
  }

  .about_r6 .row_case {
    height: calc(100vh - 104px);
    top: 104px;
  }

  .about_r6 .row_case .pub_case {
    height: 100%;
  }

  .about_r6 .row_case>img {
    width: 100%;
    top: -310px;
  }

  .about_r6 .row_case .about_r6_con {
    height: 319px;
    margin-top: 14px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .about_r6 .row_case .about_r6_con .year_case {
    width: 300px;
    height: 300px;
    margin-top: -150px;
    margin-left: -150px;
    top: 28%;
    left: 50%;
  }

  .about_r6 .row_case .about_r6_con .year_case>div {
    width: 100%;
    height: 100%;
  }

  .about_r6 .row_case .about_r6_con .year_case>div>img {
    width: 100%;
  }

  .about_r6 .row_case .about_r6_con .year_case>div h4 {
    font-size: 23px;
    top: 83%;
    left: 12%;
  }

  .about_r6 .row_case .about_r6_con .year_case>div h4>div {
    display: flex;
  }

  .about_r6 .row_case .about_r6_con .year_case>div h4>div span:nth-child(2) {
    transform: translateY(2px);
  }

  .about_r6 .row_case .about_r6_con .year_case>div h4>div span:nth-child(3) {
    transform: translateY(2px);
  }

  .about_r6 .row_case .about_r6_con .year_case>div:nth-child(1) {
    filter: blur(1px);
  }

  .about_r6 .row_case .about_r6_con .year_case>div:nth-child(2) {
    filter: blur(2px);
  }

  .about_r6 .row_case .about_r6_con .year_case>div:nth-child(3) {
    filter: blur(1px);
  }

  .about_r6 .row_case .about_r6_con .year_case>div:nth-child(4) {
    filter: blur(2px);
  }

  .about_r6 .row_case .about_r6_con .year_case>div:nth-child(5) {
    filter: blur(3px);
  }

  .about_r6 .row_case .about_r6_con .year_case>div.on_ed {
    filter: blur(15px);
  }

  .about_r6 .row_case .about_r6_con .year_case>div.on_ed.on~ :nth-of-type(1) {
    filter: blur(1px);
  }

  .about_r6 .row_case .about_r6_con .year_case>div.on_ed.on~ :nth-of-type(2) {
    filter: blur(2px);
  }

  .about_r6 .row_case .about_r6_con .year_case>div.on_ed.on~ :nth-of-type(3) {
    filter: blur(1px);
  }

  .about_r6 .row_case .about_r6_con .year_case>div.on_ed.on~ :nth-of-type(4) {
    filter: blur(2px);
  }

  .about_r6 .row_case .about_r6_con .year_case>div.on_ed.on~ :nth-of-type(5) {
    filter: blur(3px);
  }

  .about_r6 .row_case .about_r6_con .swiper {
    overflow: visible;
  }

  .about_r6 .row_case .about_r6_con .swiper_abo_r6 .swiper-wrapper {
    perspective: 52.083vw;
    transform-style: preserve-3d;
    display: block;
    position: relative;
  }

  .about_r6 .row_case .about_r6_con .swiper_abo_r6 .near {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
  }

  .about_r6 .row_case .about_r6_con .swiper_abo_r6 .swiper-slide {
    width: 100%;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
  }

  .about_r6 .row_case .about_r6_con .swiper_abo_r6 .swiper-slide.abo_r6_con_tex--even {
    flex-direction: row-reverse;
  }

  .about_r6 .row_case .about_r6_con .swiper_abo_r6 .swiper-slide .pub_img_box {
    width: 100%;
    border-radius: 14px;
    margin-top: 40px;
    /* box-shadow: 0 18px 45px rgba(14, 29, 65, 0.07); */
    box-shadow: none;
  }

  .about_r6 .row_case .about_r6_con .swiper_abo_r6 .swiper-slide .pub_img_box:before {
    margin-top: 56.25%;
  }

  .about_r6 .row_case .about_r6_con .swiper_abo_r6 .swiper-slide .abo_t_txt {
    width: 100%;
    border-radius: 10px;
    padding: 36px 21px;
    box-shadow: none;
  }

  .about_r6 .row_case .about_r6_con .swiper_abo_r6 .swiper-slide .abo_t_txt:before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 13px;
    right: 13px;
  }

  .about_r6 .row_case .about_r6_con .swiper_abo_r6 .swiper-slide .abo_t_txt p {
    margin-top: 7px;
    transform: none;
  }

  .about_r6 .row_case .about_r6_con .swiper_abo_r6 .swiper-slide .cyear {
    width: 230px;
    height: 230px;
    margin-top: -60px;
  }

  .about_r6 .row_case .about_r6_con .swiper_abo_r6 .swiper-slide .cyear>img {
    width: 100%;
  }

  .about_r6 .row_case .about_r6_con .swiper_abo_r6 .swiper-slide .cyear h4 {
    font-size: 21px;
    top: 83%;
    left: 12%;
  }

  .about_r6 .row_case .about_r6_con .swiper_abo_r6 .swiper-slide .cyear h4>div {
    display: flex;
  }

  .about_r6 .row_case .about_r6_con .swiper_abo_r6 .swiper-slide .cyear h4>div span:nth-child(2) {
    transform: translateY(2px);
  }

  .about_r6 .row_case .about_r6_con .swiper_abo_r6 .swiper-slide .cyear h4>div span:nth-child(3) {
    transform: translateY(2px);
  }

  .about_r6 .row_case .swiper_abo_r6_nav {
    bottom: 78px;
    right: 0;
    width: 100%;
  }

  .about_r6 .row_case .swiper_abo_r6_nav .swiper {
    margin-left: auto;
    margin-right: 0;
    width: 60px;
  }

  .about_r6 .row_case .swiper_abo_r6_nav .swiper-wrapper {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: auto;
  }

  .about_r6 .row_case .swiper_abo_r6_nav>img {
    width: 100%;
    top: calc(100% + 5px);
    right: 50%;
    display: none;
  }

  .about_r6 .row_case .swiper_abo_r6_nav:before {
    content: "";
    width: 91%;
    height: 20px;
    border-bottom: 1px dashed #A5493E;
    border-right: 1px dashed #A5493E;
    border-radius: 0 0 20px;
    display: block;
    position: absolute;
    top: calc(100% + 20px);
    right: 9%
  }

  .about_r6 .next-tip {
    width: 12px;
    left: 50%;
    bottom: 78px;
    transform: translateX(-50%);
  }
  .about_r6.about_r6--simple .row_case .swiper_abo_r6_nav {
    bottom: auto;
    right: auto;
    width: 100%;
  }

  .about_r6.about_r6--simple .row_case .swiper_abo_r6_nav .swiper {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }

  .about_r6.about_r6--simple .abo_r6_nav_tabs .swiper-wrapper {
    flex-direction: row !important;
    width: 100% !important;
    height: auto !important;
  }

  .about_r6.about_r6--simple .row_case .about_r6_con {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .about_r6.about_r6--simple .row_case {
    height: auto;
    top: auto;
  }

}