@media screen and (max-width:10000px) {

    /* 前端孙强进 */
    body {
        line-height: 1.4;
        font-family: 'zt_55_r';
    }

    .C-wrap {
        max-width: 768px;
        min-width: 250px;
        width: 100%;
        padding: 0 12px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .bg img,
    .pic img {
        display: block;
        border: none;
        width: 100%;
        max-width: 100%;
    }

    .icon img {
        display: block;
        border: none;
        width: 100%;
        max-width: 100%;
    }

    .pic video {
        width: 100%;
        display: block;
    }

    .C-video {
        position: relative;
        overflow: hidden;
    }

    /*.C-video::after,*/
    .C-video .playBtn
    {
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        background: url('https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/bf.svg') no-repeat center/contain;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .C-video img {
        display: block;
        border: none;
        width: 100%;
        max-width: 100%;
    }

    .scaleImg {
        cursor: pointer;
    }

    .scaleImg .pic {
        overflow: hidden;
    }

    .scaleImg .pic img {
        transition: all linear 0.3s;
    }

    .scaleImg:hover .pic img {
        transform: scale(1.1);
    }


    .flex {
        display: flex;
        flex-wrap: wrap;
    }

    .flex-xc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .flex-xb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .flex-xb-yc {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .flex-xend {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .flex-yc {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .flex-xc-yc {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .flex-column {
        flex-direction: column;
    }

    .swiper-button-next,
    .swiper-button-prev {
        outline: none;
    }


    .p_80 {
        padding: 80px 0;
    }

    .p_80_60 {
        padding: 80px 0 60px;
    }


    .p_80_40 {
        padding: 80px 0 40px;
    }

    .p_80_50 {
        padding: 80px 0 50px;
    }


    .p_80_120 {
        padding: 80px 0 120px;
    }

    .p_80_100 {
        padding: 80px 0 100px;
    }

    .p_100_120 {
        padding: 100px 0 120px;
    }

    .p_100 {
        padding: 100px 0;
    }

    .p_120 {
        padding: 120px 0;
    }

    .pt_80 {
        padding-top: 80px;
    }

    .pb_100 {
        padding-bottom: 100px;
    }

    .pb_120 {
        padding-bottom: 120px;
    }

    .mb_60 {
        margin-bottom: 60px;
    }


    .f_64 {
        font-size: 64px;
    }

    .f_96 {
        font-size: 96px;
    }


    .C-jia {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/in_jia.svg ) no-repeat center/cover;
        vertical-align: middle;
    }

    .C-jia2 {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/in_jia.svg ) no-repeat center/cover;
        vertical-align: middle;
    }

    .C-jian2 {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/out_jian.svg ) no-repeat center/cover;
        vertical-align: middle;
    }

    .t_xc {
        text-align: center;
    }

    .C-more {
        font-size: 12px;
        margin-top: 15px;
        text-align: center;
    }

    .pic_tanchuang {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 19;
        overflow: hidden;
        display: none;
        background: rgba(0, 0, 0, 0.7);
    }

    .pic_tanchuang.on {
        display: flex;
    }

    .pic_tanchuang .gdt {
        width: 90%;
        height: 90%;
        overflow: auto;
        background: #fff;
    }

    .pic_tanchuang img {
        display: block;
        width: 150vw;
        max-width: none;
        margin: 20vw;
    }

    .pic_tanchuang .out {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 5%;
        right: 5%;
        z-index: 3;
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/img/icon-close1.svg) no-repeat center/contain;
        cursor: pointer;
    }


    /* 投资者故事 */
    .investor1 {
        position: relative;
        width: 100%;
    }

    .investor1 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: 136px;
    }

    .investor1 .swiper-container .text {
        font-size: 14px;
        font-weight: normal;
        line-height: 200%;
        text-align: center;
        color: #999999;
    }

    .investor1 .swiper-container .text span {
        font-weight: bold;
        color: #FFFFFF;
    }

    .investor1 .tabs {
        margin-top: 34px;
    }

    .investor1 .tabs a {
        display: block;
        width: 118px;
        margin: 0 12px;
        font-size: 18px;
        font-weight: bold;
        color: #B6B3B3;
        position: relative;
        padding: 2px 0;
    }

    .investor1 .tabs a::before {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #B6B3B3;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 9px;
    }

    .investor1 .tabs a.on {
        color: #FFFFFF;
    }

    .investor1 .tabs a.on::before {
        background: #FFFFFF;
    }


    .inv2 .main {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 20px 12px 0;
    }

    .inv2 .main .pic {
        width: 327px;
        border-radius: 8px;
        overflow: hidden;
        margin: 0 auto;
    }

    .inv2 .main .intr {
        display: flex;
        justify-content: center;
        color: #FFFFFF;
        padding: 25px 47px 20px;
    }

    .inv2 .main h2 {
        font-size: 18px;
        font-weight: bold;
    }

    .inv2 .main p {
        font-size: 12px;
    }

    .inv2 .swiper-pagination {
        position: static;
    }

    .inv2 .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        background: #D8D8D8;
        opacity: 1;
        margin: 0 5px;
    }

    .inv2 .swiper-pagination-bullet-active {
        background: #006DB8;
        opacity: 1;
    }

    .inv3 .ev {
        margin-bottom: 50px;
    }

    .inv3 .pic {
        margin-bottom: 20px;
    }

    .inv3 .C-jia2 {
        margin-left: 10px;
    }

    .inv4 {
        background: #E7E7E7;
    }

    .inv4 .close {
        height: 55px;
        padding: 0 12px;
    }

    .inv4 .close .js-back {
        width: 20px;
        height: 20px;
        background: url('https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/img/icon-close1.svg') no-repeat center /contain;
    }

    .inv4 .intr {
        padding: 10px 57px 56px;
    }

    .inv4 .intr p {
        margin-top: 15px;
    }

    /* 新闻 */

    .news1 .intr {
        padding: 17px 12px;
    }
    .news1 .intr h2:after{
        content:"";display:inline-block;width:20px;height:20px;background:url(../images/add-circle-fill.png) no-repeat center;background-size:20px;
        vertical-align: middle;
        margin-left: 5px;
    }

    .news2 .title {
        padding: 18px 0 15px;
    }

    .news2 .title p {
        margin-top: 1em;
    }

    .news2 .empty {
        font-size: 12px;
        color: #555555;
        margin-bottom:40px;
    }

    .news2 .empty * {
        word-break: break-all !important;
    }

    .news2 .empty img {
        max-width: 100% !important;
        overflow: hidden;
        margin: 20px 0;
    }

    .news2 .switchPage .zuo {
        width: 268px;
    }

    .news2 .switchPage .zuo a {
        display: -webkit-box;
        display: box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: #006DB8;
    }

    .news2 .switchPage .js-back {
        color: #006DB8;
    }

    .contact1 .info {
        padding: 26px 0 30px;
        color: #3D3D3D;
    }

    .sup2 {
        padding: 15px 0 15px 25px;
        position: relative;
    }

    .sup2 .shang span {
        color: #006DB8;
        margin-left: 10px;
    }
    
    .sup2 .shang a {
        color: #006DB8;
        margin-left: 10px;
    }

    .sup2 .control {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        border-radius: 10px;
        background: #FFFFFF;
        padding: 46px 36px 18px;
        z-index: 50;
    }

    .sup2 .control .typesel {
        height: 100%;
        max-height: 70vh;
        overflow: auto;
    }

    .sup2 .control {
        display: none;
    }

    .sup2 .sear {
        position: relative;
        margin-bottom: 35px;
    }

    .sup2 .sear input {
        width: 100%;
        height: 40px;
        border-radius: 8px;
        background: #D8D8D8;
        border: none;
        padding: 0 10px;
        outline: none;
    }

    .sup2 .control .close {
        width: 20px;
        height: 20px;
        background: url('https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/img/icon-close1.svg') no-repeat center /contain;
        position: absolute;
        right: 10px;
        top: 14px;
    }

    .sup2 .sear .submit {
        width: 18px;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
    }

    .sup2 .typesel dt {
        font-size: 18px;
        margin-bottom: 13px;
    }

    .sup2 .typesel .dtop {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .sup2 .typesel .abtn {
        display: block;
        margin-bottom: 10px;
        color: #3D3D3D;
    }

    .sup2 .typesel .dtop s {
        width: 12px;
        height: 12px;
        margin-left: 10px;
        background: url('https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/dh_jia.svg') no-repeat center/contain;
        display: inline-block;
    }

    .sup2 .typesel .dtop.act s {
        background: url('https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/dh_jian.svg') no-repeat center/contain;
    }

    .sup2 .typesel .dbtm {
        display: none;
    }

    .sup2 .typesel .dl2 dd .dbtm {
        display: block;
    }
    
    .sup3 .ev{
        width:100%;
    }
    
    .sup3 .ev .pic{
        position: relative;
    }
    
    .sup3 .ev .pic .txt {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        color: #fff;
        line-height: 1.5;
        display: flex;
        align-items: center;
        align-content: center;
        background: rgba(0, 0, 0, 0.3);
        font-size: 24px;
    }
    
    .sup3 .ev .pic .txt .wz {
        width: 100%;
        text-align: center;
    }

    .sup3 .ev:not(:last-child) {
        margin-bottom: 20px;
    }

    /* 预留板块 */
    .C-yuLiu1 {
        padding: 34px 0 34px 32px;
    }

    .C-yuLiu1 .swiper-slide {
        width: 316px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        margin-right: 12px;
    }

    .C-yuLiu1 .swiper-slide .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 50px 0 0;
    }

    .C-yuLiu1 .swiper-slide h2 {
        width: 160px;
        text-align: center;
        margin: 0 auto;
    }

    .C-yuLiu2 {
        padding: 23px 0 6px;
    }

    .C-yuLiu2 .ev .intr {
        padding: 17px 12px;
    }

    .C-yuLiu2 .ev .intr p {
        font-weight: bold;
    }

    .C-yuLiu3 {
        padding: 33px 25px 128px;
    }

    .C-yuLiu3 .title {
        font-weight: bold;
        color: #B39E59;
        margin-bottom: 1em;
    }

    .C-yuLiu3 .pic {
        border-radius: 10px;
        overflow: hidden;
    }

    .C-yuLiu3 .text {
        margin-top: 50px;
        padding: 0 12px;
    }

    .C-yuLiu4 {
        position: relative;
    }

    .C-yuLiu4 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 45px 5% 0;
        text-align: center;
    }

    /* 砂型 */
    .sx1 {
        position: relative;
    }

    .sx1 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 5% 56px;
        color: #FFFFFF;
    }

    .sx1 .intr h2 {
        text-align: center;
    }

    .sx2 {
        padding: 33px 0 70px;
    }

    .sx2 .swiper-container {
        background: #D8D8D8;
        border-radius: 8px;
        overflow: hidden;
    }

    .sx2 .swiper-slide {
        background: #D8D8D8;
        border-radius: 8px;
        overflow: hidden;
    }

    .sx2 .intr {
        padding: 7px 27px 43px;
    }

    .sx2 .intr .C-jia {
        margin-left: 10px;
    }

    .sx2 .intr h3 {
        margin: 10px 0 18px;
    }

    .sx2 .intr .desc {
        color: #FFFFFF;
    }

    .sx2 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        opacity: 1;
        background: #7C8086;
    }

    .sx2 .swiper-pagination {
        position: static;
        margin-top: 10px;
    }

    .sx2 .swiper-pagination-bullet-active {
        background: #000000;
    }

    .sx3 .textSwiper {
        height: 105px;
    }

    .sx3 .intr {
        padding: 17px 37px 12px;
    }

    .sx3 .intr h2 {
        margin-bottom: 17px;
    }

    .sx3 .intr h2 span {
        color: #006DB8;
    }

    .sx3 .intr p {
        color: #3D3D3D;
    }

    .black-wrap {
        background: #000000;
        color: #FFFFFF;
    }

    .ds1 .intr {
        padding: 48px 41px 59px;
    }

    .ds1 .intr h2 {
        margin-bottom: 12px;
    }

    .ds2 {
        border-bottom: 1px solid #313131;
    }

    .ds2 .intr {
        padding: 32px 41px 42px;
    }

    .ds2 .intr h2 {
        margin-bottom: 10px;
    }

    .ds3 {
        border-bottom: 1px solid #313131;
    }

    .ds3 .title {
        padding: 60px 44px 78px;
        line-height: 2;
        text-align: center;
    }

    .ds3 .swiper-father {
        padding: 0 0 58px 77px;
    }

    .ds3 .swiper-slide {
        position: relative;
        width: 221px;
        border-radius: 8px;
        overflow: hidden;
    }

    .ds3 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        color: #3D3D3D;
        padding: 11px 20px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .ds4 .intr {
        padding: 74px 77px 45px;
    }

    .ds4 .intr2 {
        padding: 25px 60px 51px;
    }

    .ds5 {
        padding: 0 28px 162px;
    }

    .canshu .title {
        font-weight: bold;
        border-bottom: 1px solid #D8D8D8;
        padding-bottom: 3px;
        margin-bottom: 12px;
    }

    .canshu li {
        display: flex;
        justify-content: space-between;
    }

    .canshu li .llt {
        width: 130px;
    }

    .canshu li .lrt {
        width: 150px;
    }

    .dt1 .intr {
        padding: 62px 77px 66px;
        text-align: center;
    }

    .dt2 {
        padding: 13px 42px 52px;
    }

    .dt2 .canshu li .llt {
        width: 90px;
    }

    .dt2 .canshu li .lrt {
        width: 190px;
    }

    .db1 .intr {
        padding: 77px 55px 85px;
    }

    .db2 .intr {
        padding: 52px 37px 36px;
    }

    .db2 .desc {
        line-height: 2;
        margin-top: 20px;
    }

    .db3 {
        padding: 45px 39px 63px;
    }

    .db3 .canshu li .llt {
        width: 82px;
    }

    .db3 .canshu li .lrt {
        width: 190px;
    }

    /* 陶瓷 */
    .tc1 {
        position: relative;
    }

    .tc1 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 41px 5%;
        text-align: center;
    }

    .tc2 {
        position: relative;
    }

    .tc2 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0 60px 18px;
        color: #FFFFFF;
    }

    .tc3 {
        padding: 69px 30px 47px;
    }

    .tc3 .list {
        margin-top: 44px;
    }

    .tc3 .list .ev {
        width: 150px;
        height: 112px;
        margin-bottom: 25px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .pjs-visec {
        position: relative;
        width: 100%;
        height: 180vh;
    }

    .pjs-visec .minhe {
        position: sticky;
        width: 100%;
        height: calc(100vh - 50px);
        top: 50px;
        left: 0;
        background: #000;
    }

    .minhe video {
        height: 100%;
        object-fit: cover;
    }

    .pjs-visec .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(100vh - 50px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .pjs-visec .intr h2 {
        margin-bottom: 1em;
    }

    .pjs1 {
        position: relative;
    }

    .pjs1 .intr {
        padding: 12px 26px 19px;
        text-align: center;
    }

    .pjs1 .intr h2 {
        color: #B39E59;
        margin-left: 1em;
    }

    .pjs1 .intr p {
        color: #FFFFFF;
    }

    .pjs1 .intr p span {
        color: #B39E59;
    }

    .pjs2 {
        position: relative;
    }

    .pjs2 .intr {
        padding: 13px 0 22px;
    }

    .pjs2 .intr h2 {
        color: #B39E59;
        margin-left: 1em;
        text-align: center;
    }

    .pjs2 .intr p {
        color: #FFFFFF;
        margin: 0 40px 0 46px;
        text-align: center;
    }

    .pjs2 .intr p span {
        color: #B39E59;
    }

    .pjs3 {
        padding: 33px 24px 0;
        background: #000;
        border-bottom: 1px solid #1D1D1D;
    }

    .pjs3 .title {
        color: #B39E59;
        margin-bottom: 12px;
    }

    .pjs3 .pic {
        border-radius: 8px;
        overflow: hidden;
    }

    .pjs3 .intr {
        height: 262px;
        padding: 50px 17px;
        overflow: auto;
        color: #FFFFFF;
    }

    .pjs6 {
        position: relative;
    }

    .pjs6 .intr {
        padding: 15px 0 26px;
    }

    .pjs6 .intr h2 {
        color: #B39E59;
        margin-left: 1em;
        text-align: center;
    }

    .pjs6 .intr p {
        color: #FFFFFF;
        margin: 0 52px 0 59px;
    }

    .pjs7 {
        padding: 50px 43px 202px;
    }

    .pjs7 li .llt {
        width: 80px;
    }

    .pjs7 li .lrt {
        width: 142px;
    }

    /* 喷头 */
    .pt1 {
        padding: 20px 45px 84px;
        text-align: center;
        background: linear-gradient(180deg, #FFFFFF 0%, #000000 100%);
    }

    .pt1 h2 {
        margin-bottom: 5px;
    }

    .pt1 h3 span {
        color: #006DB8;
    }

    .pt1 h3 {
        margin-right: 10px;
    }

    .pt2 {
        padding: 69px 20px 11px;
        background: #000000;
    }

    .pt2 .intr {
        padding-bottom: 79px;
        color: #999999;
    }

    .pt2 h3 {
        margin-right: 0.5em;
    }

    .pt2 h3 span {
        color: #fff;
    }


    .pt3 {
        padding: 82px 20px 11px;
        background: #000000;
    }

    .pt3 .intr {
        padding-bottom: 68px;
        color: #999999;
    }

    .pt3 h3 {
        margin-right: 0.5em;
    }

    .pt3 h2 span {
        color: #fff;
    }

    .pt4 {
        padding: 14px 20px 70px;
        background: linear-gradient(180deg, #000000 51%, #FFFFFF 100%);
    }

    .pt4 .intr {
        padding-top: 63px;
        color: #FFFFFF;
        text-align: center;
    }

    .pt4 .kkls {
        align-items: flex-end;
    }

    .pt4 h3 {
        margin-right: 0.5em;
    }

    .pt4 h3 span {
        color: #006DB8;
    }

    .pt4 .C-jia {
        margin-bottom: 5px;
    }

    .pt5 {
        padding: 90px 0 0;
    }

    .pt5 .intr {
        padding-bottom: 85px;
    }

    .pt5 h3 {
        margin-right: 0.5em;
    }

    .pt5 h2 span {
        color: #fff;
    }

    .pt6 {
        padding: 68px 0 0;
    }

    .pt6 .textSwiper {
        height: 80px;
    }

    .pt6 .intr {
        padding: 0 54px 42px;
        text-align: center;
    }

    .pt6 .intr h2 span {
        color: #006DB8;
    }

    .pt6 .intr h3 {
        margin: 10px 0 8px;
        font-weight: normal;
    }

    .pt6 .intr h3 span {
        color: #006DB8;
    }

    .pt6 .intr p {
        color: #3D3D3D;
    }

    .pt7 {
        padding: 39px 50px 43px;
    }

    .pt7 .title {
        margin-bottom: 21px;
        font-weight: bold;
    }

    .pt7 li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 5px;
    }

    .pt7 .zuo {
        width: 122px;
    }

    .pt7 .you {
        width: 122px;
    }

    .pt-dpage {
        position: relative;
    }

    .pt-dpage .js-back {
        position: absolute;
        right: 12px;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url('https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/img/icon-close1.svg') no-repeat center /contain;
    }

    .pt-dpage .js-back.white {
        background: url('https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/img/icon-close2.svg') no-repeat center /contain;
    }

    .pt8 {
        padding: 57px 0 116px;
        background: #E7E7E7;
    }

    .pt8 .swiper-slide {
        border-radius: 8px;
        overflow: hidden;
    }

    .pt8 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        opacity: 1;
        background: #7C8086;
    }

    .pt8 .swiper-pagination {
        position: static;
        margin-top: 10px;
    }

    .pt8 .swiper-pagination-bullet-active {
        background: #000000;
    }

    .pt8 .intr {
        padding: 93px 35px 0 43px;
    }

    .pt8 .intr span {
        color: #006DB8;
    }

    .pt9 {
        padding: 85px 0 167px;
        background: linear-gradient(180deg, #000000 33%, rgba(0, 0, 0, 0) 100%);
    }

    .pt9 .pic {
        margin: 47px 0 77px;
    }

    .pt9 .title {
        color: #006DB8;
        text-align: center;
    }

    .pt9 .intr {
        color: #3D3D3D;
        padding: 0 39px;
        font-weight: bold;
    }

    .pt10 {
        padding: 100px 0 125px;
        background: linear-gradient(180deg, #000000 37%, rgba(0, 0, 0, 0) 100%);
    }

    .pt10 .pic {
        margin-bottom: 72px;
        border-radius: 8px;
        overflow: hidden;
    }

    .pt10 .intr {
        text-align: center;
        font-weight: bold;
    }

    .C-tcolor span {
        color: #006DB8;
    }

    .pt11 {
        background: #000;
    }

    .pt11 .intr {
        padding: 49px 51px 130px;
        color: #999999;
    }

    .pt11 .intr span {
        color: #FFFFFF;
    }

    .pt12 {
        padding: 62px 38px 39px;
        background: #E7E7E7;
    }

    .pt12 .ev .pic {
        border-radius: 8px;
        overflow: hidden;
    }

    .pt12 .ev .intr {
        padding: 10px 0 46px;
        text-align: center;
    }

    .pt12 .ev .intr p {
        margin-top: 10px;
    }

    /* 印刷 */
    .ys1 {
        position: relative;
    }

    .ys1 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0 42px 12px;
    }

    .ys1 .intr h2 {
        background: linear-gradient(180deg, #006DB8 62%, #FFFFFF 79%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .ys1 .intr p {
        color: #FFFFFF;
    }

    .ys2 {
        position: relative;
    }

    .ys2 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 153px 0;
        text-align: center;
    }

    .ys2 .intr p {
        color: #FFFFFF;
    }

    .ys3 .intr {
        padding: 18px 34px 11px;
    }

    .ys3 .intr p {
        margin-top: 18px;
        text-align: right;
    }

    .ys3 .textSwiper {
        height: 100px;
    }

    .ys4 {
        padding: 62px 23px 24px;
    }

    .ys4 .ev .pic {
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.302);
        border-radius: 8px;
        overflow: hidden;
    }

    .ys4 .ev:not(:last-child) {
        margin-bottom: 84px;
    }

    .ys4 .intr {
        padding-top: 10px;
        text-align: center;
    }

    .ys5 {
        position: relative;
    }

    .ys5 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 35px 40px;
        color: #FFFFFF;
    }

    .ys6 {
        position: relative;
    }

    .ys6 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0 25px 43px;
        color: #FFFFFF;
        align-items: flex-end;
    }

    .ys7 {
        padding: 25px 0 25px 20px;
    }

    .ys7 .swiper-slide {
        width: 334px;
        margin-right: 8px;
    }

    .ys7 .intr {
        padding: 25px 25px 0 0;
        text-align: center;
    }

    /* CTP */
    .ctp1 {
        padding: 20px 17px 51px;
    }

    .ctp1 .title {
        margin-bottom: 20px;
        font-weight: bold;
    }

    .ctp1 .ev {
        width: 160px;
    }

    .ctp1 .ev .pic {
        border-radius: 8px;
        background: #E7E7E7;
        overflow: hidden;
    }

    .ctp1 .ev .intr {
        padding: 6px 0 12px;
    }

    .ctp1 .ev .intr p {
        display: -webkit-box;
        display: box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .ctp2 .intr {
        padding: 10px 32px 65px;
    }

    .ctp2 .intr h2 {
        color: #006DB8;
        margin: 0 0 6px;
    }

    .ctp3 {
        padding: 0 32px 25px;
    }

    .ctp3 h2 {
        margin-bottom: 10px;
        text-align: left;
    }

    /* 柔版 */
    .rb1 {
        padding: 20px 17px 41px;
    }

    .rb1 .title {
        margin-bottom: 7px;
        font-weight: bold;
    }

    .rb1 .ev {
        width: 164px;
        margin-bottom: 12px;
        background: #F3F3F3;
    }

    .rb1 .ev .intr {
        padding: 15px 0 13px;
        color: #3D3D3D;
        text-align: center;
        font-weight: bold;
    }

    .rb3 {
        padding: 19px 29px 43px;
    }

    .rb3 .title h2 {
        margin-bottom: 10px;
        color: #006DB8;
    }

    .rb3 .subtitle h3 {
        margin: 25px 0 10px;
    }

    .rb7 {
        padding: 28px 29px 60px;
    }

    .rb7 h2 {
        margin-bottom: 12px;
        color: #F9601F;
    }

    .rb7 .list {
        margin-top: 35px;
    }

    .rb7 .list .ev {
        width: calc(50% - 4px);
        margin-bottom: 8px;
    }

    .rb7 .text {
        margin-top: -4px;
    }

    .rb7 .text p {
        display: block;
        width: calc(50% - 4px);
        text-align: center;
    }


    .rb9 {
        padding: 13px 29px 43px;
    }

    .rb9 .intr h2 {
        margin-bottom: 12px;
        color: #FF3D00;
    }

    .rb9 .intr h3 {
        margin: 25px 0 13px;
    }

    /* 数码喷墨 */
    .smpm1 {
        position: relative;
    }

    .smpm1 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 153px 0 0;
        text-align: center;
        color: #fff;
    }

    .smpm2 {
        padding: 55px 66px 54px;
        background: #000;
        color: #fff;
    }

    .smpm2 .title {
        margin-bottom: 20px;
    }

    .smpm2 .list dl {
        width: 100%;
        margin-bottom: 10px;
    }

    .smpm2 .list dl.sm {
        width: 48%;
        margin-right: 2%;
    }

    .smpm2 .list dl.sa dd {
        float: left;
    }

    .smpm2 .list dt {
        font-weight: bold;
    }


    .fzsb2 {
        padding: 12px 29px 25px;
    }

    .fzsb2 .title h2 {
        margin-bottom: 10px;
        color: #006DB8;
    }

    .fzsb2 .subtitle h3 {
        margin: 25px 0 14px;
    }


    .fzsb3 {
        padding: 14px 37px 54px;
    }

    .fzsb3 .title h2 {
        margin-bottom: 10px;
        color: #006DB8;
    }

    .fzsb3 .subtitle h3 {
        margin: 10px 0;
    }

    /* 印前软件 */
    .yq1 .intr {
        padding: 44px 35px 44px;
        color: #006DB8;
    }

    .yq1 .intr h2 {
        width: 194px;
    }

    .yq2 {
        padding: 69px 0 69px 48px;
    }

    .yq2 .swiper-slide {
        width: 280px;
        margin-right: 30px;
    }


    .yq3 {
        padding: 0 48px;
    }

    .yq3 .intr {
        padding: 0 13px 43px;
    }

    .yq3 .intr h2 {
        background: linear-gradient(180deg, #FF3D00 0%, rgba(109, 0, 251, 0.55) 48%, #BFE611 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .yq3 .ev {
        margin-bottom: 16px;
    }

    .yq4 {
        padding: 33px 0 62px 48px;
    }

    .yq4 .intr {
        padding: 0 48px 25px 0;
    }

    .yq4 .intr h2 {
        margin-bottom: 10px;
    }


    .yq4 .swiper-slide {
        width: 270px;
        margin-right: 16px;
    }

    .yq5 {
        position: relative;
    }

    .yq5 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 76px 0 0;
        text-align: center;
        color: #fff;
    }



    .yq6 {
        position: relative;
    }


    .yq6 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 20px 75px;
    }

    .yq6 .intr a {
        position: relative;
        font-weight: bold;
        color: #fff;
    }

    .yq6 .intr a .C-jia2 {
        position: absolute;
        left: 100%;
        bottom: 0;
        margin-bottom: 3px;
    }

    .yq7 {
        padding: 20px 0 63px;
    }

    .yq7 .title {
        padding: 0 0 20px;
    }

    .yq7 .title h2 {
        margin-left: 1em;
    }

    .yq7 .title h2 .C-jian2 {
        margin-bottom: 5px;
        cursor: pointer;
    }

    .yq7 .swiper-container p {
        text-align: center;
        padding: 13px 0 38px;
    }

    .yq7 .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        background: #D8D8D8;
        opacity: 1;
    }

    .yq7 .swiper-pagination-bullet-active {
        background: #000000;
    }

    .yq7 .swiper-pagination {
        bottom: 0;
        line-height: 1;
    }
}

/* 
*======================================================media===============================================================
*/
@media screen {

    /* 前端孙强进 */
    body {
        line-height: 1.4;
        font-family: 'zt_55_r';
    }

    .C-wrap {
        max-width: 204.8vw;
        min-width: 66.667vw;
        width: 100%;
        padding: 0 3.2vw;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .bg img,
    .pic img {
        display: block;
        border: none;
        width: 100%;
        max-width: 100%;
    }

    .icon img {
        display: block;
        border: none;
        width: 100%;
        max-width: 100%;
    }

    .C-video {
        position: relative;
        overflow: hidden;
    }

    /*.C-video::after,*/
    .C-video .playBtn{
        content: '';
        display: block;
        width: 10.667vw;
        height: 10.667vw;
        background: url('https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/bf.svg') no-repeat center/contain;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .C-video img {
        display: block;
        border: none;
        width: 100%;
        max-width: 100%;
    }

    .scaleImg {
        cursor: pointer;
    }

    .scaleImg .pic {
        overflow: hidden;
    }

    .scaleImg .pic img {
        transition: all linear 0.3s;
    }

    .scaleImg:hover .pic img {
        transform: scale(1.1);
    }


    .flex {
        display: flex;
        flex-wrap: wrap;
    }

    .flex-xc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .flex-xb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .flex-xb-yc {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .flex-xend {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .flex-yc {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .flex-xc-yc {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .flex-column {
        flex-direction: column;
    }

    .swiper-button-next,
    .swiper-button-prev {
        outline: none;
    }


    .p_80 {
        padding: 21.333vw 0;
    }

    .p_80_60 {
        padding: 21.333vw 0 16vw;
    }


    .p_80_40 {
        padding: 21.333vw 0 10.667vw;
    }

    .p_80_50 {
        padding: 21.333vw 0 13.333vw;
    }


    .p_80_120 {
        padding: 21.333vw 0 32vw;
    }

    .p_80_100 {
        padding: 21.333vw 0 26.667vw;
    }

    .p_100_120 {
        padding: 26.667vw 0 32vw;
    }

    .p_100 {
        padding: 26.667vw 0;
    }

    .p_120 {
        padding: 32vw 0;
    }

    .pt_80 {
        padding-top: 21.333vw;
    }

    .pb_100 {
        padding-bottom: 26.667vw;
    }

    .pb_120 {
        padding-bottom: 32vw;
    }

    .mb_60 {
        margin-bottom: 16vw;
    }


    .f_64 {}

    .f_96 {}


    .C-jia {
        display: inline-block;
        width: 4.267vw;
        height: 4.267vw;
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/in_jia.svg ) no-repeat center/cover;
        vertical-align: middle;
    }

    .C-jia2 {
        display: inline-block;
        width: 5.333vw;
        height: 5.333vw;
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/in_jia.svg ) no-repeat center/cover;
        vertical-align: middle;
    }

    .C-jian2 {
        display: inline-block;
        width: 5.333vw;
        height: 5.333vw;
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/out_jian.svg ) no-repeat center/cover;
        vertical-align: middle;
    }

    .t_xc {
        text-align: center;
    }

    .C-more {

        margin-top: 4vw;
        text-align: center;
    }

    .pic_tanchuang {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 19;
        overflow: hidden;
        display: none;
        background: rgba(0, 0, 0, 0.7);
    }

    .pic_tanchuang.on {
        display: flex;
    }

    .pic_tanchuang .gdt {
        width: 90%;
        height: 90%;
        overflow: auto;
        background: #fff;
    }

    .pic_tanchuang img {
        display: block;
        width: 150vw;
        max-width: none;
        margin: 20vw;
    }

    .pic_tanchuang .out {
        display: block;
        width: 10.667vw;
        height: 10.667vw;
        position: absolute;
        top: 5%;
        right: 5%;
        z-index: 3;
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/img/icon-close1.svg) no-repeat center/contain;
        cursor: pointer;
    }


    /* 投资者故事 */
    .investor1 {
        position: relative;
        width: 100%;
    }

    .investor1 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: 36.267vw;
    }

    .investor1 .swiper-container .text {

        font-weight: normal;
        line-height: 200%;
        text-align: center;
        color: #999999;
    }

    .investor1 .swiper-container .text span {
        font-weight: bold;
        color: #FFFFFF;
    }

    .investor1 .tabs {
        margin-top: 9.067vw;
    }

    .investor1 .tabs a {
        display: block;
        width: 31.467vw;
        margin: 0 3.2vw;

        font-weight: bold;
        color: #B6B3B3;
        position: relative;
        padding: 0.533vw 0;
    }

    .investor1 .tabs a::before {
        content: '';
        display: block;
        width: 100%;
        height: 0.533vw;
        background: #B6B3B3;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 9px;
    }

    .investor1 .tabs a.on {
        color: #FFFFFF;
    }

    .investor1 .tabs a.on::before {
        background: #FFFFFF;
    }


    .inv2 .main {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 5.333vw 3.2vw 0;
    }

    .inv2 .main .pic {
        width: 87.2vw;
        border-radius: 8px;
        overflow: hidden;
        margin: 0 auto;
    }

    .inv2 .main .intr {
        display: flex;
        justify-content: center;
        color: #FFFFFF;
        padding: 6.667vw 12.533vw 5.333vw;
    }

    .inv2 .main h2 {

        font-weight: bold;
    }

    .inv2 .main p {}

    .inv2 .swiper-pagination {
        position: static;
    }

    .inv2 .swiper-pagination-bullet {
        width: 1.333vw;
        height: 1.333vw;
        background: #D8D8D8;
        opacity: 1;
        margin: 0 1.333vw;
    }

    .inv2 .swiper-pagination-bullet-active {
        background: #006DB8;
        opacity: 1;
    }

    .inv3 .ev {
        margin-bottom: 13.333vw;
    }

    .inv3 .pic {
        margin-bottom: 5.333vw;
    }

    .inv3 .C-jia2 {
        margin-left: 2.667vw;
    }

    .inv4 {
        background: #E7E7E7;
    }

    .inv4 .close {
        height: 14.667vw;
        padding: 0 3.2vw;
    }

    .inv4 .close .js-back {
        width: 5.333vw;
        height: 5.333vw;
        background: url('https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/img/icon-close1.svg') no-repeat center /contain;
    }

    .inv4 .intr {
        padding: 2.667vw 15.2vw 14.933vw;
    }

    .inv4 .intr p {
        margin-top: 4vw;
    }

    /* 新闻 */

    .news1 .intr {
        padding: 4.533vw 3.2vw;
    }

    .news2 .title {
        padding: 4.8vw 0 4vw;
    }

    .news2 .title p {
        margin-top: 1em;
    }

    .news2 .empty {

        color: #555555;
    }

    .news2 .empty * {
        word-break: break-all !important;
    }

    .news2 .empty img {
        max-width: 100% !important;
        overflow: hidden;
        margin: 5.333vw 0;
    }

    .news2 .switchPage .zuo {
        width: 71.467vw;
    }

    .news2 .switchPage .zuo a {
        display: -webkit-box;
        display: box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .news2 .switchPage .js-back {
        color: #006DB8;
    }

    .contact1 .info {
        padding: 6.933vw 0 8vw;
        color: #3D3D3D;
    }

    .sup2 {
        padding: 4vw 0 4vw 6.667vw;
        position: relative;
    }

    .sup2 .shang span {
        color: #006DB8;
        margin-left: 2.667vw;
    }

    .sup2 .shang a {
        color: #006DB8;
        margin-left: 2.667vw;
    }

    .sup2 .control {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        border-radius: 10px;
        background: #FFFFFF;
        padding: 12.267vw 9.6vw 4.8vw;
        z-index: 50;
    }

    .sup2 .control .typesel {
        height: 100%;
        max-height: 70vh;
        overflow: auto;
    }

    .sup2 .control {
        display: none;
    }

    .sup2 .sear {
        position: relative;
        margin-bottom: 9.333vw;
    }

    .sup2 .sear input {
        width: 100%;
        height: 10.667vw;
        border-radius: 8px;
        background: #D8D8D8;
        border: none;
        padding: 0 2.667vw;
        outline: none;
    }

    .sup2 .control .close {
        width: 5.333vw;
        height: 5.333vw;
        background: url('https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/img/icon-close1.svg') no-repeat center /contain;
        position: absolute;
        right: 2.667vw;
        top: 3.733vw;
    }

    .sup2 .sear .submit {
        width: 4.8vw;
        position: absolute;
        right: 3.2vw;
        top: 50%;
        transform: translateY(-50%);
    }

    .sup2 .typesel dt {

        margin-bottom: 3.467vw;
    }

    .sup2 .typesel .dtop {
        margin-bottom: 2.667vw;
        display: flex;
        align-items: center;
    }

    .sup2 .typesel .abtn {
        display: block;
        margin-bottom: 2.667vw;
        color: #3D3D3D;
    }

    .sup2 .typesel .dtop s {
        width: 3.2vw;
        height: 3.2vw;
        margin-left: 2.667vw;
        background: url('https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/dh_jia.svg') no-repeat center/contain;
        display: inline-block;
    }

    .sup2 .typesel .dtop.act s {
        background: url('https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/dh_jian.svg') no-repeat center/contain;
    }

    .sup2 .typesel .dbtm {
        display: none;
    }

    .sup2 .typesel .dl2 dd .dbtm {
        display: block;
    }

    .sup3 .ev:not(:last-child) {
        margin-bottom: 5.333vw;
    }
    
    .sup3 .ev{
        width:100%;
    }

    /* 预留板块 */
    .C-yuLiu1 {
        padding: 9.067vw 0 9.067vw 8.533vw
    }

    .C-yuLiu1 .swiper-slide {
        width: 84.267vw;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        margin-right: 3.2vw;
    }

    .C-yuLiu1 .swiper-slide .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 13.333vw 0 0;
    }

    .C-yuLiu1 .swiper-slide h2 {
        width: 42.667vw;
        text-align: center;
        margin: 0 auto;
    }

    .C-yuLiu2 {
        padding: 6.133vw 0 1.6vw;
    }

    .C-yuLiu2 .ev .intr {
        padding: 4.533vw 3.2vw;
    }

    .C-yuLiu2 .ev .intr p {
        font-weight: bold;
    }

    .C-yuLiu3 {
        padding: 8.8vw 6.667vw 34.133vw;
    }

    .C-yuLiu3 .title {
        font-weight: bold;
        color: #B39E59;
        margin-bottom: 1em;
    }

    .C-yuLiu3 .pic {
        border-radius: 10px;
        overflow: hidden;
    }

    .C-yuLiu3 .text {
        margin-top: 13.333vw;
        padding: 0 3.2vw;
    }

    .C-yuLiu4 {
        position: relative;
    }

    .C-yuLiu4 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 12vw 5% 0;
        text-align: center;
    }

    /* 砂型 */
    .sx1 {
        position: relative;
    }

    .sx1 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 5% 14.933vw;
        color: #FFFFFF;
    }

    .sx1 .intr h2 {
        text-align: center;
    }

    .sx2 {
        padding: 8.8vw 0 18.667vw;
    }

    .sx2 .swiper-container {
        background: #D8D8D8;
        border-radius: 8px;
        overflow: hidden;
    }

    .sx2 .swiper-slide {
        background: #D8D8D8;
        border-radius: 8px;
        overflow: hidden;
    }

    .sx2 .intr {
        padding: 1.867vw 7.2vw 11.467vw;
    }

    .sx2 .intr .C-jia {
        margin-left: 2.667vw;
    }

    .sx2 .intr h3 {
        margin: 2.667vw 0 4.8vw;
    }

    .sx2 .intr .desc {
        color: #FFFFFF;
    }

    .sx2 .swiper-pagination-bullet {
        width: 2.667vw;
        height: 2.667vw;
        margin: 0 1.333vw;
        opacity: 1;
        background: #7C8086;
    }

    .sx2 .swiper-pagination {
        position: static;
        margin-top: 2.667vw;
    }

    .sx2 .swiper-pagination-bullet-active {
        background: #000000;
    }

    .sx3 .intr {
        padding: 4.533vw 9.867vw 3.2vw;
    }

    .sx3 .intr h2 {
        margin-bottom: 4.533vw;
    }

    .sx3 .intr h2 span {
        color: #006DB8;
    }

    .sx3 .intr p {
        color: #3D3D3D;
    }

    .black-wrap {
        background: #000000;
        color: #FFFFFF;
    }

    .ds1 .intr {
        padding: 12.8vw 10.933vw 15.733vw;
    }

    .ds1 .intr h2 {
        margin-bottom: 3.2vw;
    }

    .ds2 {
        border-bottom: 1px solid #313131;
    }

    .ds2 .intr {
        padding: 8.533vw 10.933vw 11.2vw;
    }

    .ds2 .intr h2 {
        margin-bottom: 2.667vw;
    }

    .ds3 {
        border-bottom: 1px solid #313131;
    }

    .ds3 .title {
        padding: 16vw 11vw 20.8vw;
        line-height: 2;
        text-align: center;
    }

    .ds3 .swiper-father {
        padding: 0 0 15.467vw 20.533vw;
    }

    .ds3 .swiper-father {
        padding: 0 0 15.467vw 0;
        overflow: hidden;
        margin-left:20.533vw;
    }
    
    .ds3 .swiper-father .swiper-container{width: 58.933vw;overflow:visible;margin-left:0;}

    .ds3 .swiper-slide {
        position: relative;
        width: 58.933vw;
        border-radius: 8px;
        overflow: hidden;
    }

    .ds3 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        color: #3D3D3D;
        padding: 2.933vw 5.333vw;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .ds4 .intr {
        padding: 19.733vw 20.533vw 12vw;
    }

    .ds4 .intr2 {
        padding: 6.667vw 16vw 13.6vw;
    }

    .ds5 {
        padding: 0 7.467vw 43.2vw;
    }

    .canshu .title {
        font-weight: bold;
        border-bottom: 1px solid #D8D8D8;
        padding-bottom: 0.8vw;
        margin-bottom: 3.2vw;
    }

    .canshu li {
        display: flex;
        justify-content: space-between;
    }

    .canshu li .llt {
        width: 34.667vw;
    }

    .canshu li .lrt {
        width: 40vw;
    }

    .dt1 .intr {
        padding: 16.533vw 20.533vw 17.6vw;
        text-align: center;
    }

    .dt2 {
        padding: 3.467vw 11.2vw 13.867vw;
    }

    .dt2 .canshu li .llt {
        width: 24vw;
    }

    .dt2 .canshu li .lrt {
        width: 50.667vw;
    }

    .db1 .intr {
        padding: 20.533vw 13.667vw 22.667vw;
    }

    .db2 .intr {
        padding: 13.867vw 9.867vw 9.6vw;
    }

    .db2 .desc {
        line-height: 2;
        margin-top: 5.333vw;
    }

    .db3 {
        padding: 12vw 10.4vw 16.8vw;
    }

    .db3 .canshu li .llt {
        width: 21.867vw;
    }

    .db3 .canshu li .lrt {
        width: 50.667vw;
    }

    /* 陶瓷 */
    .tc1 {
        position: relative;
    }

    .tc1 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 10.933vw 5%;
        text-align: center;
    }

    .tc2 {
        position: relative;
    }

    .tc2 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0 16vw 4.8vw;
        color: #FFFFFF;
    }

    .tc3 {
        padding: 18.4vw 8vw 12.533vw;
    }

    .tc3 .list {
        margin-top: 11.733vw;
    }

    .tc3 .list .ev {
        width: 40vw;
        height: 29.867vw;
        margin-bottom: 6.667vw;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 1.067vw 2.667vw rgba(0, 0, 0, 0.3);
    }

    .pjs1 {
        position: relative;
    }

    .pjs1 .intr {
        padding: 3.2vw 6.933vw 5.067vw;
    }

    .pjs1 .intr h2 {
        color: #B39E59;
        margin-left: 1em;
    }

    .pjs1 .intr p {
        color: #FFFFFF;
    }

    .pjs1 .intr p span {
        color: #B39E59;
    }

    .pjs2 {
        position: relative;
    }

    .pjs2 .intr {
        padding: 3.467vw 0 5.867vw;
    }

    .pjs2 .intr h2 {
        color: #B39E59;
        margin-left: 1em;
        text-align: center;
    }

    .pjs2 .intr p {
        color: #FFFFFF;
        margin: 0 10.667vw 0 12.267vw;
    }

    .pjs2 .intr p span {
        color: #B39E59;
    }

    .pjs3 {
        padding: 8.8vw 6.4vw 0;
        background: #000;
        border-bottom: 1px solid #1D1D1D;
    }

    .pjs3 .title {
        color: #B39E59;
        margin-bottom: 3.2vw;
    }

    .pjs3 .pic {
        border-radius: 8px;
        overflow: hidden;
    }

    .pjs3 .intr {
        height: 69.867vw;
        padding: 13.333vw 4.533vw;
        overflow: auto;
        color: #FFFFFF;
    }

    .pjs6 {
        position: relative;
    }

    .pjs6 .intr {
        padding: 4vw 0 6.933vw;
    }

    .pjs6 .intr h2 {
        color: #B39E59;
        margin-left: 1em;
        text-align: center;
    }

    .pjs6 .intr p {
        color: #FFFFFF;
        margin: 0 13.867vw 0 15.733vw;
    }

    .pjs7 {
        padding: 13.333vw 11.467vw 53.867vw;
    }

    .pjs7 li .llt {
        width: 21.333vw;
    }

    .pjs7 li .lrt {
        width: 37.867vw;
    }

    /* 喷头 */
    .pt1 {
        padding: 5.333vw 12vw 22.4vw;
        text-align: center;
        background: linear-gradient(180deg, #FFFFFF 0%, #000000 100%);
    }

    .pt1 h2 {
        margin-bottom: 1.333vw;
    }

    .pt1 h3 span {
        color: #006DB8;
    }

    .pt1 h3 {
        margin-right: 2.667vw;
    }

    .pt2 {
        padding: 18.4vw 5.333vw 2.933vw;
        background: #000000;
    }

    .pt2 .intr {
        padding-bottom: 21.067vw;
        color: #999999;
    }

    .pt2 h3 {
        margin-right: 0.5em;
    }

    .pt2 h3 span {
        color: #fff;
    }


    .pt3 {
        padding: 21.867vw 5.333vw 2.933vw;
        background: #000000;
    }

    .pt3 .intr {
        padding-bottom: 18.133vw;
        color: #999999;
    }

    .pt3 h3 {
        margin-right: 0.5em;
    }

    .pt3 h2 span {
        color: #fff;
    }

    .pt4 {
        padding: 3.733vw 5.333vw 18.667vw;
        background: linear-gradient(180deg, #000000 51%, #FFFFFF 100%);
    }

    .pt4 .intr {
        padding-top: 16.8vw;
        color: #FFFFFF;
        text-align: center;
    }

    .pt4 .kkls {
        align-items: flex-end;
    }

    .pt4 h3 {
        margin-right: 0.5em;
    }

    .pt4 h3 span {
        color: #006DB8;
    }

    .pt4 .C-jia {
        margin-bottom: 1.333vw;
    }

    .pt5 {
        padding: 24vw 0 0;
    }

    .pt5 .intr {
        padding-bottom: 22.667vw;
    }

    .pt5 h3 {
        margin-right: 0.5em;
    }

    .pt5 h2 span {
        color: #fff;
    }

    .pt6 {
        padding: 18.133vw 0 0;
    }

    .pt6 .intr {
        padding: 0 13.4vw 11.2vw;
        text-align: center;
    }

    .pt6 .intr h2 span {
        color: #006DB8;
    }

    .pt6 .intr h3 {
        margin: 2.667vw 0 2.133vw;
        font-weight: normal;
    }

    .pt6 .intr h3 span {
        color: #006DB8;
    }

    .pt6 .intr p {
        color: #3D3D3D;
    }

    .pt7 {
        padding: 10.4vw 13.333vw 11.467vw;
    }

    .pt7 .title {
        margin-bottom: 5.6vw;
    }

    .pt7 li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 1.333vw;
    }

    .pt7 .zuo {
        width: 32.533vw;
    }

    .pt7 .you {
        width: 32.533vw;
    }

    .pt-dpage {
        position: relative;
    }

    .pt-dpage .js-back {
        position: absolute;
        right: 3.2vw;
        top: 4.533vw;
        width: 5.333vw;
        height: 5.333vw;
        background: url('https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/img/icon-close1.svg') no-repeat center /contain;
    }

    .pt-dpage .js-back.white {
        background: url('https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/img/icon-close2.svg') no-repeat center /contain;
    }

    .pt8 {
        padding: 15.2vw 0 30.933vw;
        background: #E7E7E7;
    }

    .pt8 .swiper-slide {
        border-radius: 8px;
        overflow: hidden;
    }

    .pt8 .swiper-pagination-bullet {
        width: 2.667vw;
        height: 2.667vw;
        margin: 0 1.333vw;
        opacity: 1;
        background: #7C8086;
    }

    .pt8 .swiper-pagination {
        position: static;
        margin-top: 2.667vw;
    }

    .pt8 .swiper-pagination-bullet-active {
        background: #000000;
    }

    .pt8 .intr {
        padding: 24.8vw 9.333vw 0 11.467vw;
    }

    .pt8 .intr span {
        color: #006DB8;
    }

    .pt9 {
        padding: 22.667vw 0 44.533vw;
        background: linear-gradient(180deg, #000000 33%, rgba(0, 0, 0, 0) 100%);
    }

    .pt9 .pic {
        margin: 12.533vw 0 20.533vw;
    }

    .pt9 .title {
        color: #006DB8;
        text-align: center;
    }

    .pt9 .intr {
        color: #3D3D3D;
        padding: 0 10.4vw;
        font-weight: bold;
    }

    .pt10 {
        padding: 26.667vw 0 33.333vw;
        background: linear-gradient(180deg, #000000 37%, rgba(0, 0, 0, 0) 100%);
    }

    .pt10 .pic {
        margin-bottom: 19.2vw;
        border-radius: 8px;
        overflow: hidden;
    }

    .pt10 .intr {
        text-align: center;
        font-weight: bold;
    }

    .C-tcolor span {
        color: #006DB8;
    }

    .pt11 {
        background: #000;
    }

    .pt11 .intr {
        padding: 13.067vw 13.6vw 34.667vw;
        color: #999999;
    }

    .pt11 .intr span {
        color: #FFFFFF;
    }

    .pt12 {
        padding: 16.533vw 10.133vw 10.4vw;
        background: #E7E7E7;
    }

    .pt12 .ev .pic {
        border-radius: 8px;
        overflow: hidden;
    }

    .pt12 .ev .intr {
        padding: 2.667vw 0 12.267vw;
        text-align: center;
    }

    .pt12 .ev .intr p {
        margin-top: 2.667vw;
    }

    /* 印刷 */
    .ys1 {
        position: relative;
    }

    .ys1 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0 11.2vw 3.2vw;
    }

    .ys1 .intr h2 {
        background: linear-gradient(180deg, #006DB8 62%, #FFFFFF 79%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .ys1 .intr p {
        color: #FFFFFF;
    }

    .ys2 {
        position: relative;
    }

    .ys2 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 40.8vw 0;
        text-align: center;
    }

    .ys2 .intr p {
        color: #FFFFFF;
    }

    .ys3 .intr {
        padding: 4.8vw 9.067vw 2.933vw;
    }

    .ys3 .intr p {
        margin-top: 4.8vw;
        text-align: right;
    }

    .ys4 {
        padding: 16.533vw 6.133vw 6.4vw;
    }

    .ys4 .ev .pic {
        box-shadow: 0vw 0.533vw 1.333vw 0vw rgba(0, 0, 0, 0.302);
        border-radius: 8px;
        overflow: hidden;
    }

    .ys4 .ev:not(:last-child) {
        margin-bottom: 22.4vw;
    }

    .ys4 .intr {
        padding-top: 2.667vw;
        text-align: center;
    }

    .ys5 {
        position: relative;
    }

    .ys5 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 9.333vw 10.667vw;
        color: #FFFFFF;
    }

    .ys6 {
        position: relative;
    }

    .ys6 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0 6.667vw 11.467vw;
        color: #FFFFFF;
        align-items: flex-end;
    }

    /* CTP */
    .ctp1 {
        padding: 5.333vw 4.533vw 13.6vw;
    }

    .ctp1 .title {
        margin-bottom: 5.333vw;
        font-weight: bold;
    }

    .ctp1 .ev {
        width: 42.667vw;
    }

    .ctp1 .ev .pic {
        border-radius: 8px;
        background: #E7E7E7;
        overflow: hidden;
    }

    .ctp1 .ev .intr {
        padding: 1.6vw 0 3.2vw;
    }


    .ctp2 .intr {
        padding: 2.667vw 8.533vw 17.333vw;
    }

    .ctp2 .intr h2 {
        color: #006DB8;
        margin: 0 0 1.6vw;
    }

    .ctp3 {
        padding: 0 8.533vw 6.667vw;
    }

    .ctp3 h2 {
        margin-bottom: 2.667vw;
        text-align: left;
    }

    /* 柔版 */
    .rb1 {
        padding: 5.333vw 4.533vw 10.933vw;
    }

    .rb1 .title {
        margin-bottom: 1.867vw;
        font-weight: bold;
    }

    .rb1 .ev {
        width: 43.733vw;
        margin-bottom: 3.2vw;
        background: #F3F3F3;
    }

    .rb1 .ev .intr {
        padding: 4vw 0 3.467vw;
        color: #3D3D3D;
        text-align: center;
        font-weight: bold;
    }

    .rb3 {
        padding: 5.067vw 7.733vw 11.467vw;
    }

    .rb3 .title h2 {
        margin-bottom: 2.667vw;
        color: #006DB8;
    }

    .rb3 .subtitle h3 {
        margin: 6.667vw 0 2.667vw;
    }

    .rb7 {
        padding: 7.467vw 7.733vw 16vw;
    }

    .rb7 h2 {
        margin-bottom: 3.2vw;
        color: #F9601F;
    }

    .rb7 .list {
        margin-top: 9.333vw;
    }

    .rb7 .list .ev {
        width: calc(50% - 1.067vw);
        margin-bottom: 2.133vw;
    }

    .rb7 .text {
        margin-top: -1.067vw;
    }

    .rb7 .text p {
        display: block;
        width: calc(50% - 1.067vw);
        text-align: center;
    }


    .rb9 {
        padding: 3.467vw 7.733vw 11.467vw;
    }

    .rb9 .intr h2 {
        margin-bottom: 3.2vw;
        color: #FF3D00;
    }

    .rb9 .intr h3 {
        margin: 6.667vw 0 3.467vw;
    }

    /* 数码喷墨 */
    .smpm1 {
        position: relative;
    }

    .smpm1 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 40.8vw 0 0;
        text-align: center;
        color: #fff;
    }

    .smpm2 {
        padding: 14.667vw 16.6vw 14.4vw;
        background: #000;
        color: #fff;
    }

    .smpm2 .title {
        margin-bottom: 5.333vw;
    }

    .smpm2 .list dl {
        width: 100%;
        margin-bottom: 2.667vw;
    }

    .smpm2 .list dl.sm {
        width: 48%;
        margin-right: 2%;
    }

    .smpm2 .list dl.sa dd {
        float: left;
    }

    .smpm2 .list dt {
        font-weight: bold;
    }


    .fzsb2 {
        padding: 3.2vw 7.733vw 6.667vw;
    }

    .fzsb2 .title h2 {
        margin-bottom: 2.667vw;
        color: #006DB8;
    }

    .fzsb2 .subtitle h3 {
        margin: 6.667vw 0 3.733vw;
    }


    .fzsb3 {
        padding: 3.733vw 9.867vw 14.4vw;
    }

    .fzsb3 .title h2 {
        margin-bottom: 2.667vw;
        color: #006DB8;
    }

    .fzsb3 .subtitle h3 {
        margin: 2.667vw 0;
    }

    /* 印前软件 */
    .yq1 .intr {
        padding: 11.733vw 9.333vw 11.733vw;
        color: #006DB8;
    }

    .yq1 .intr h2 {
        width: 51.733vw;
    }

    .yq2 {
        padding: 18.4vw 0 18.4vw 12.8vw;
    }

    .yq2 .swiper-slide {
        width: 74.667vw;
        margin-right: 8vw;
    }


    .yq3 {
        padding: 0 12.8vw;
    }

    .yq3 .intr {
        padding: 0 3.467vw 11.467vw;
    }

    .yq3 .intr h2 {
        background: linear-gradient(180deg, #FF3D00 0%, rgba(109, 0, 251, 0.55) 48%, #BFE611 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .yq3 .ev {
        margin-bottom: 4.267vw;
    }

    .yq4 {
        padding: 8.8vw 0 16.533vw 12.8vw;
    }

    .yq4 .intr {
        padding: 0 12.8vw 6.667vw 0;
    }

    .yq4 .intr h2 {
        margin-bottom: 2.667vw;
    }


    .yq4 .swiper-slide {
        width: 72vw;
        margin-right: 4.267vw;
    }

    .yq5 {
        position: relative;
    }

    .yq5 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 20.267vw 0 0;
        text-align: center;
        color: #fff;
    }



    .yq6 {
        position: relative;
    }


    .yq6 .intr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 5.333vw 20vw;
    }

    .yq6 .intr a {
        position: relative;
        font-weight: bold;
        color: #fff;
    }

    .yq6 .intr a .C-jia2 {
        position: absolute;
        left: 100%;
        bottom: 0;
        margin-bottom: 0.8vw;
    }

    .yq7 {
        padding: 5.333vw 0 16.8vw;
    }

    .yq7 .title {
        padding: 0 0 5.333vw;
    }

    .yq7 .title h2 {
        margin-left: 1em;
    }

    .yq7 .title h2 .C-jian2 {
        margin-bottom: 1.333vw;
        cursor: pointer;
    }

    .yq7 .swiper-container p {
        text-align: center;
        padding: 3.467vw 0 10.133vw;
    }

    .yq7 .swiper-pagination-bullet {
        width: 1.333vw;
        height: 1.333vw;
        background: #D8D8D8;
        opacity: 1;
    }

    .yq7 .swiper-pagination-bullet-active {
        background: #000000;
    }

    .yq7 .swiper-pagination {
        bottom: 0;
        line-height: 1;
    }
}