@media screen and (min-width: 1024px) {


    .core-content {
        width: 19.2rem;
        height: 10rem;
        background-image: url('/img/index/dt.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 0 3.6rem;
        padding-top: 1rem;
        box-sizing: border-box;
    }

    .core-content .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .title .head {
        width: 1rem;
        color: #333333;
        font-weight: 600;
        font-size: 0.24rem;
        margin: auto;
        margin-top: 0.6rem;
        margin-bottom: 0;
        border-bottom: 2px solid #3B7CFF;
        padding-bottom: 10px;
        caret-color: transparent;
    }

    .title .main {
        /* width: 4.4rem; */
        height: 0.26rem;
        font-size: 0.2rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: center;
        color: #999999;
        letter-spacing: 0.01rem;
        margin-top: 0.16rem;
    }

    .core-content .content-item {
        margin-top: 0.6rem;
        display: flex;
        justify-content: space-between;
    }

    .content-item .item {
        width: 3.8rem;
        height: 6.4rem;
        background-size: 100% 100%;
        background-repeat: no-repeat;

    }

    .item .wx {
        margin-top: 4.99rem;
       

    }

    .wx .wxx {
        width: 0.5rem;
        height: 0.5rem;
        margin-left: 0.3rem;

    }

    .wx .ttb {
        width: 3.8rem;
        height: 0.93rem;
        background: linear-gradient(180deg, rgba(33, 18, 65, 0.00), #211243);
        border-radius: 0rem 0rem 0.06rem 0.06rem;
        padding-left: 0.3rem;
        padding-top: 0.2rem;
        box-sizing: border-box;
    }

    .ttb .tt {
        /* width: 1.56rem; */
        height: 0.31rem;
        font-size: 0.24rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        font-weight: 700;
        text-align: left;
        color: #ffffff;
        letter-spacing: 0.02rem;
    }

    .wx .wxx:nth-child(1) {
        width: 0.48rem;
        height: 0.48rem;
    }

    .item .xz {
        width: 3.8rem;
        height: 3.8rem;
        background: linear-gradient(180deg, rgba(3, 13, 35, 0.00), rgba(3, 13, 35, 0.80) 96%, #030d23);
        border-radius: 0rem 0rem 0.06rem 0.06rem;
        margin-top: 2.6rem;
        padding-left: 0.29rem;
        padding-right: 0.3rem;
        padding-bottom: 0.42rem;
        padding-top: 0.88rem;
        box-sizing: border-box;
        display: none;
    }

    .xz .xzz {
        width: 0.5rem;
        height: 0.5rem;
    }

    .xz .tt1 {
        height: 0.31rem;
        font-size: 0.24rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        font-weight: 700;
        text-align: left;
        color: #ffffff;
        letter-spacing: 0.02rem;
        margin-top: 0.2rem;

    }

    .xz .ma {
        width: 3.21rem;
        height: 0.45rem;
        opacity: 0.8;
        font-size: 0.16rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #ffffff;
        line-height: 0.24rem;
        letter-spacing: 0.02rem;
        margin-top: 0.55rem;
    }

    .xz .arr {
        width: 0.3rem;
        height: 0.11rem;
        margin-top: 0.4rem;
    }

    .xz .xzz:nth-child(1) {
        width: 0.48rem;
        height: 0.48rem;
    }
    .item:hover .wx{
        display: none;

    }
    .item:hover .xz{
        display: block;

    }


    .content-item .item:nth-child(1) {
        background-image: url('/img/index/ai.png');
    }

    .content-item .item:nth-child(2) {
        background-image: url('/img/index/dsj.png');
    }

    .content-item .item:nth-child(3) {
        background-image: url('/img/index/jqsj.png');
    }

    .techContent {
        width: 12rem;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }

    .techContent h1 {
        color: #333333;
        font-weight: 600;
        font-size: 0.24rem;
        margin: auto;
        margin-top: 0.6rem;
        margin-bottom: 0;
        border-bottom: 2px solid #3B7CFF;
        padding-bottom: 10px;
        caret-color: transparent;
    }

    .techContent h2 {
        color: #666666;
        font-size: 0.2rem;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 0;
        font-weight: 400;
        caret-color: transparent;
    }

    .techlist {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: auto;
        margin-top: 0.4rem;
    }

    .techlistMo {
        display: none;
    }

    .techli {
        width: 3.8rem;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
        cursor: pointer;
    }

    .imgbox {
        width: 100%;
        height: 3rem;
        position: relative;
        display: flex;
        transition: .3s;
    }

    .techimg {
        width: 100%;
        height: 100%;

    }

    .imgbox:hover {
        transform: scale(1.05, 1.05);
    }

    .techtitle {
        width: 100%;
        height: 0.65rem;
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .techtitleicon {
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 50%;
        background: #3870FF;
        display: flex;
        margin: auto;
        margin-left: 10px;
        margin-right: 10px;
    }

    .techtitleicon img {
        width: 0.24rem;
        height: 0.24rem;
        margin: auto;
    }

    .techtitlelabel {
        color: #fff;
        font-size: 0.24rem;
        margin: auto;
        margin-left: 0;
        font-weight: 600;
    }

    .techlistSo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: auto;
        margin-top: 0.4rem;
    }

    .techliSo {
        width: 3.8rem;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        /* padding: 0 0.3rem; */
        box-sizing: border-box;
        cursor: pointer;
        margin-bottom: 0.3rem;
    }

    .imgboxSo {
        width: 100%;
        height: 3.01rem;
        position: relative;
        display: flex;
        flex-shrink: 0;
    }

    .techDesc {
        color: #333333;
        font-size: 0.18rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* 超出n行这里写n */
        -webkit-box-orient: vertical;
        margin-top: 0.19rem;
        line-height: 0.24rem;
    }

    .techmore {
        display: flex;
        margin: auto;
        margin-left: 0;
        margin-top: 0.16rem;
    }

    .techmore span {
        font-size: 0.16rem;
        margin: auto;
        margin-right: 0.14rem;
        color: #3B7CFF;
    }

    .techmore img {
        width: 0.24rem;
        height: 0.11rem;
        margin: auto;
    }

    /* ----------------------------------------------------------------------------------- */
    .content2 {
        width: 100%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        padding-bottom: 0.6rem;
    }

    .solutionContent {
        width: 12rem;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }

    .solutionContent h1 {
        color: #333333;
        font-weight: 600;
        font-size: 0.24rem;
        margin: auto;
        margin-top: 0.6rem;
        margin-bottom: 0;
        border-bottom: 2px solid #3B7CFF;
        padding-bottom: 10px;
        caret-color: transparent;
    }

    .solutionContent h2 {
        color: #666666;
        font-size: 0.2rem;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 0;
        font-weight: 400;
        caret-color: transparent;
    }

    .sotitleBox {
        display: flex;
        margin: auto;
        margin-top: 0.2rem;
        margin-bottom: 0;
        width: 100%;
    }

    .sotitle {
        font-size: 0.24rem;
        color: #333333;
        font-weight: 600;
        margin: auto;
        margin-left: 0;
    }

    .checkFa {
        margin: auto;
        margin-right: 0;
        display: flex;
    }

    .checkFa span {
        color: #3E7DFF;
        font-size: 0.18rem;
        margin: auto;
        margin-right: 0.11rem;
    }

    .aricon {
        width: 0.1rem;
        height: 0.19rem;
        margin: auto;
    }

    .sodesc {
        color: #333333;
        font-size: 0.18rem;
        margin: auto;
        margin-left: 0;
        margin-top: 0.17rem;
        line-height: 0.3rem;
    }

    /* --------------------------------------------------------------------- */
    .content3 {
        width: 100%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        padding-bottom: 0.6rem;
    }

    .serLi {
        width: 100%;
        height: 2.33rem;
        display: flex;
        margin: auto;
        margin-top: 0.87rem;
        border: 1px solid #3B7CFF;
        border-radius: 0.2rem;
        background: rgba(59, 124, 255, 0);
        position: relative;
    }

    .serlititle {
        width: 2.49rem;
        height: 0.96rem;
        background: #FFFFFF;
        box-shadow: 0px 0px 21px 0px rgba(51, 51, 51, 0.13);
        border-radius: 0.1rem;
        position: absolute;
        top: -0.48rem;
        left: 50%;
        margin-left: -1.245rem;
        text-align: center;
        line-height: 0.96rem;
        font-size: 0.24rem;
        font-weight: bold;
        color: #333333;
        justify-content: space-around;
    }

    .serlili {
        margin: auto;
        display: flex;
        flex-direction: column;
    }

    .serlili img {
        height: 0.76rem;
        margin: auto;
    }

    .serlili span {
        font-size: 0.24rem;
        font-weight: 400;
        color: #333333;
        margin: auto;
        margin-top: 0.16rem;
    }

    .serlili1 {
        width: 33%;
    }

    .serlili2 {
        width: 20%;
    }

    .serlili3 {
        width: 25%;
    }

    /* --------------------------------------------------------------------- */
    .prolist {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .proli {
        width: 30%;
        height: 1rem;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0.4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        cursor: pointer;
        position: relative;
    }

    .proliceng {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 50;
    }

    .proli span {
        font-size: 0.36rem;
        font-weight: bold;
        color: #FFFFFF;
        /* -webkit-text-stroke: 1px #3D7DFF;
        text-stroke: 1px #3D7DFF; */
        margin: auto;
        position: relative;
        z-index: 51;
    }

    /* ----------------------------------------------------------- */
    .allist {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: auto;
    }

    .alli {
        width: 26%;
        height: 1.42rem;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0.5rem;
        display: flex;
        cursor: pointer;
    }

    .alli img {
        width: 100%;
        max-height: 100%;
        margin: auto;
    }

    /* ------------------------------------------------------------ */
    .newBox {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 0.4rem;
    }

    .newtitleBox {
        display: flex;
        margin: auto;
        margin-left: 0;
        margin-bottom: 0.3rem;
    }

    .tab {
        margin: auto;
        margin-left: 0;
        margin-right: 0.3rem;
        display: flex;
        cursor: pointer;
    }

    .blueflag {
        width: 0.04rem;
        height: 0.25rem;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
        background: transparent;
    }

    .tabActive {
        animation: background 0.5s;
        animation-fill-mode: forwards;
    }

    @keyframes background {
        0% {
            background: transparent;
        }

        /* 50%{background:orange;} */

        100% {
            background: #3B7CFF;
        }
    }

    .newtitleBox span {
        font-size: 0.24rem;
        font-weight: bold;
        color: #333333;
        margin: auto;
        margin-left: 0.11rem;
    }

    .newContentBox {
        display: flex;
        width: 100%;
    }

    .newleft {
        width: 47%;
        display: flex;
        flex-direction: column;
        border: 1px solid #CCCCCC;
        border-radius: 8px;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        box-sizing: border-box;
        padding: 0.2rem;
        cursor: pointer;
    }

    .newleft img {
        width: 100%;
        height: 3.24rem;
        margin: auto;
        margin-bottom: 0.2rem;
    }

    .newtitleBoxB {
        display: flex;
        margin: auto;
        margin-bottom: 0.2rem;
        width: 100%;
    }

    .newtitle {
        font-size: 0.18rem;
        font-weight: 600;
        color: #333333;
        margin: auto;
        margin-left: 0;
        display: -webkit-box;
        /**对象作为伸缩盒子模型展示**/
        -webkit-box-orient: vertical;
        /**设置或检索伸缩盒子对象的子元素的排列方式**/
        -webkit-line-clamp: 1;
        /**显示的行数**/
        overflow: hidden;
        /**隐藏超出的内容**/
    }

    .newtime {
        font-size: 0.16rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        margin: auto;
        margin-right: 0;
        flex-shrink: 0;
    }

    .newdesc {
        font-size: 0.16rem;
        font-weight: 400;
        color: #666666;
        line-height: 0.25rem;
        text-align: justify;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* 超出n行这里写n */
        -webkit-box-orient: vertical;
    }

    .newright {
        width: 47%;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-right: 0;
        margin-top: 0;
    }

    .newli {
        width: 100%;
        display: flex;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0.4rem;
        margin-left: 0;
        cursor: pointer;
    }

    .newlinum {
        font-size: 0.42rem;
        font-weight: 400;
        color: #666666;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .newline {
        width: 1px;
        height: 0.6rem;
        background: #CCCCCC;
        margin: auto;
        margin-left: 0.33rem;
        margin-right: 0.26rem;
    }

    .newrightBox {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        /* margin-left: 0;
        margin-right: 0; */
    }

    .newrighttop {
        margin: auto;
        display: flex;
        width: 100%;
    }

    .newrighttoptitle {
        font-size: 0.18rem;
        font-weight: 600;
        color: #333333;
        margin: auto;
        margin-left: 0;
        display: -webkit-box;
        /**对象作为伸缩盒子模型展示**/
        -webkit-box-orient: vertical;
        /**设置或检索伸缩盒子对象的子元素的排列方式**/
        -webkit-line-clamp: 1;
        /**显示的行数**/
        overflow: hidden;
        /**隐藏超出的内容**/
    }

    .newrighttoptime {
        font-size: 0.14rem;
        font-weight: 400;
        color: #666666;
        margin: auto;
        margin-right: 0;
        flex-shrink: 0;
    }

    .newrightBoxdesc {
        font-size: 0.16rem;
        font-weight: 400;
        color: #666666;
        margin: auto;
        margin-top: 0.1rem;
        line-height: 0.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* 超出n行这里写n */
        -webkit-box-orient: vertical;
        margin-left: 0;
    }

    .newli:hover .newlinum {
        color: #3E7DFF;
    }

    .newli:hover .newrighttoptitle {
        color: #3E7DFF;
    }

    /* ----------------------------------------------------------------------------------------- */
    .techimgMo {
        display: none;
    }

    .mt {
        display: none;
    }

    .alibox {
        margin-top: 0.3rem;
        height: 8.4rem;
        width: 100%;
        overflow: hidden;
        position: relative;
        background: url('/img/index/anlibg.png');
        background-position: center center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .anliImg {
        width: 100%;
        height: 100%;
        transform: scale(1.5);
        transition: all .8s ease;
    }

    .anliImg:hover {
        transform: scale(1);
    }

    .anliContent {
        width: 100%;
    }

    .anliImgPhone {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    body {
        padding-top: 0.87rem;
    }

    .proliceng {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        left: 0;
    }

    .core-content {
        width: 100%;
        height: auto;
        background-image: url('/img/index/dt.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 0.3rem 0.36rem;
        padding-top: 1rem;
        box-sizing: border-box;
    }

    .core-content .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 0.3rem;
        box-sizing: border-box;
    }

    .title .head {
        /* width: 1.81rem; */
        height: 0.55rem;
        font-size: 0.42rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        font-weight: 700;
        text-align: center;
        color: #333333;
        letter-spacing: 0.04rem;
    }

    .title .main {
        /* width: 4.4rem; */
        height: 0.26rem;
        font-size: 0.2rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: center;
        color: #999999;
        letter-spacing: 0.01rem;
        margin-top: 0.16rem;
    }

    .core-content .content-item {
        margin-top: 0.6rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .content-item .item {
        width: 48%;
        height: auto;
        background-size: 100% 100%;
        background-repeat: no-repeat;

    }
    .content-item .item:last-child {
        margin-top: 0.3rem;

    }

    .item .wx {
        margin-top: 4.99rem;
       

    }

    .wx .wxx {
        width: 0.5rem;
        height: 0.5rem;
        margin-left: 0.3rem;

    }

    .wx .ttb {
        width: 100%;
        height: 0.93rem;
        background: linear-gradient(180deg, rgba(33, 18, 65, 0.00), #211243);
        border-radius: 0rem 0rem 0.06rem 0.06rem;
        padding-left: 0.3rem;
        padding-top: 0.2rem;
        box-sizing: border-box;
    }

    .ttb .tt {
        /* width: 1.56rem; */
        height: 0.31rem;
        font-size: 0.24rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        font-weight: 700;
        text-align: left;
        color: #ffffff;
        letter-spacing: 0.02rem;
    }

    .wx .wxx:nth-child(1) {
        width: 0.48rem;
        height: 0.48rem;
    }

    .item .xz {
        width: 100%;
        height: 3.8rem;
        background: linear-gradient(180deg, rgba(3, 13, 35, 0.00), rgba(3, 13, 35, 0.80) 96%, #030d23);
        border-radius: 0rem 0rem 0.06rem 0.06rem;
        margin-top: 2.6rem;
        padding-left: 0.29rem;
        padding-right: 0.3rem;
        padding-bottom: 0.42rem;
        padding-top: 0.88rem;
        box-sizing: border-box;
        display: none;
    }

    .xz .xzz {
        width: 0.5rem;
        height: 0.5rem;
    }

    .xz .tt1 {
        height: 0.31rem;
        font-size: 0.24rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        font-weight: 700;
        text-align: left;
        color: #ffffff;
        letter-spacing: 0.02rem;
        margin-top: 0.2rem;

    }

    .xz .ma {
        width: 3.21rem;
        height: 0.45rem;
        opacity: 0.8;
        font-size: 0.16rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #ffffff;
        line-height: 0.24rem;
        letter-spacing: 0.02rem;
        margin-top: 0.55rem;
    }

    .xz .arr {
        width: 0.3rem;
        height: 0.11rem;
        margin-top: 0.4rem;
    }

    .xz .xzz:nth-child(1) {
        width: 0.48rem;
        height: 0.48rem;
    }
    .item:hover .wx{
        display: none;

    }
    .item:hover .xz{
        display: block;

    }


    .content-item .item:nth-child(1) {
        background-image: url('/img/index/ai.png');
    }

    .content-item .item:nth-child(2) {
        background-image: url('/img/index/dsj.png');
    }

    .content-item .item:nth-child(3) {
        background-image: url('/img/index/jqsj.png');
    }

    .techContent {
        width: 100%;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }

    .techContent h1 {
        color: #333333;
        font-weight: 600;
        font-size: 0.28rem;
        margin: auto;
        margin-top: 0.6rem;
        margin-bottom: 0;
        border-bottom: 2px solid #3B7CFF;
        padding-bottom: 10px;
    }

    .techContent h2 {
        color: #666666;
        font-size: 0.26rem;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 0;
        font-weight: 400;
    }

    .techlist {
        width: 100%;
        display: none;
        flex-direction: column;
        justify-content: space-between;
        margin: auto;
        margin-top: 0.4rem;
    }

    .techlistSo {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: auto;
        margin-top: 0.4rem;
    }

    .techlistMo {
        display: flex;
        flex-direction: column;
        margin-top: 0.4rem;
    }

    .techli {
        width: 100%;
        display: flex;
        margin: auto;
        padding: 0 0.3rem;
        box-sizing: border-box;
        cursor: pointer;
        margin-bottom: 0.3rem;
    }

    .techliSo {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: auto;
        padding: 0 0.3rem;
        box-sizing: border-box;
        cursor: pointer;
        margin-bottom: 0.3rem;
    }

    .imgbox {
        width: 3.14rem;
        height: 2.5rem;
        position: relative;
        display: flex;
        flex-shrink: 0;
    }

    .imgboxSo {
        width: 100%;
        height: 3.68rem;
        position: relative;
        display: flex;
        flex-shrink: 0;
    }

    .techimg {
        width: 100%;
        height: 100%;
    }

    .techimgMoHide {
        display: none;
    }

    .techimgMo {
        width: 100%;
        height: 100%;
    }

    .techtitle {
        width: 100%;
        display: flex;
        margin-bottom: 0.2rem;
    }

    .techtitleicon {
        display: flex;
        margin: auto;
        margin-left: 0;
        margin-right: 0.12rem;
    }

    .techtitleicon img {
        width: 0.24rem;
        height: 0.24rem;
        margin: auto;
    }

    .techtitlelabel {
        color: #333333;
        font-size: 0.26rem;
        margin: auto;
        margin-left: 0;
        font-weight: 600;
    }

    .techDesc {
        font-size: 0.24rem;
        font-weight: 500;
        color: #666666;
        line-height: 0.38rem;
    }

    .techMOdesc {
        margin: auto;
        margin-left: 0.37rem;
        margin-top: 0;
    }

    .techmore {
        display: none;
        margin: auto;
        margin-left: 0;
        margin-top: 0.16rem;
    }

    .techmore span {
        font-size: 0.16rem;
        margin: auto;
        margin-right: 0.14rem;
        color: #3B7CFF;
    }

    .techmore img {
        width: 0.24rem;
        height: 0.11rem;
        margin: auto;
    }

    /* ----------------------------------------------------------------------------------- */
    .content2 {
        width: 100%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        /* padding-bottom: 0.6rem; */
    }

    .solutionContent {
        width: 100%;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }

    .solutionContent h1 {
        color: #333333;
        font-weight: 600;
        font-size: 0.28rem;
        margin: auto;
        margin-top: 0.6rem;
        margin-bottom: 0;
        border-bottom: 2px solid #3B7CFF;
        padding-bottom: 10px;
        caret-color: transparent;
    }

    .solutionContent h2 {
        color: #666666;
        font-size: 0.26rem;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 0;
        font-weight: 400;
        caret-color: transparent;
    }

    .sotitleBox {
        display: flex;
        margin: auto;
        margin-top: 0.3rem;
        width: 100%;
    }

    .sotitle {
        font-size: 0.28rem;
        color: #333333;
        font-weight: 600;
        margin: auto;
        margin-left: 0;
    }

    .checkFa {
        margin: auto;
        margin-right: 0;
        display: flex;
    }

    .checkFa span {
        color: #3E7DFF;
        font-size: 0.24rem;
        margin: auto;
        margin-right: 0.11rem;
    }

    .aricon {
        width: 0.1rem;
        height: 0.19rem;
        margin: auto;
    }

    .sodesc {
        color: #333333;
        font-size: 0.24rem;
        margin: auto;
        margin-left: 0;
        margin-top: 0.17rem;
        line-height: 0.4rem;
    }

    /* --------------------------------------------------------------------- */
    .content3 {
        width: 100%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        /* padding-bottom: 0.6rem; */
    }

    .serLi {
        width: 100%;
        height: 2.33rem;
        display: flex;
        margin: auto;
        margin-top: 0.87rem;
        border: 1px solid #3B7CFF;
        border-radius: 0.2rem;
        background: rgba(59, 124, 255, 0);
        position: relative;
    }

    .serlititle {
        width: 2.49rem;
        height: 0.96rem;
        background: #FFFFFF;
        box-shadow: 0px 0px 21px 0px rgba(51, 51, 51, 0.13);
        border-radius: 0.1rem;
        position: absolute;
        top: -0.48rem;
        left: 50%;
        margin-left: -1.245rem;
        text-align: center;
        line-height: 0.96rem;
        font-size: 0.24rem;
        font-weight: bold;
        color: #333333;
        justify-content: space-around;
    }

    .serlili {
        margin: auto;
        display: flex;
        flex-direction: column;
    }

    .serlili img {
        height: 0.76rem;
        margin: auto;
    }

    .serlili span {
        font-size: 0.24rem;
        font-weight: 400;
        color: #333333;
        margin: auto;
        margin-top: 0.16rem;
    }

    .serlili1 {
        width: 33%;
    }

    .serlili2 {
        width: 20%;
    }

    .serlili3 {
        width: 25%;
    }

    /* --------------------------------------------------------------------- */
    .prolist {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .proli {
        width: 3.3rem;
        height: 0.94rem;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0.4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        cursor: pointer;
        position: relative;
    }

    .proli span {
        font-size: 0.36rem;
        font-weight: bold;
        color: #FFFFFF;
        /* -webkit-text-stroke: 0.5px #3D7DFF;
        text-stroke: 0.5px #3D7DFF; */
        margin: auto;
        position: relative;
        z-index: 51;
    }

    /* ----------------------------------------------------------- */
    .allist {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: auto;
        margin-top: 0.4rem;
        padding: 0 0.34rem;
        box-sizing: border-box;
    }

    .alli {
        width: 26%;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0.34rem;
        display: flex;
        cursor: pointer;
    }

    .alli img {
        width: 100%;
        max-height: 100%;
        margin: auto;
    }

    /* ------------------------------------------------------------ */
    .newBox {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 0.4rem;
        box-sizing: border-box;
        padding: 0 0.32rem;
    }

    .newtitleBox {
        display: flex;
        margin: auto;
        margin-left: 0;
        margin-bottom: 0.3rem;
    }

    .tab {
        margin: auto;
        margin-left: 0;
        margin-right: 0.3rem;
        display: flex;
    }

    .blueflag {
        width: 0.04rem;
        height: 0.25rem;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
        background: transparent;
    }

    .tabActive {
        animation: background 0.5s;
        animation-fill-mode: forwards;
    }

    @keyframes background {
        0% {
            background: transparent;
        }

        /* 50%{background:orange;} */

        100% {
            background: #3B7CFF;
        }
    }

    .newtitleBox span {
        font-size: 0.26rem;
        font-weight: bold;
        color: #333333;
        margin: auto;
        margin-left: 0.11rem;
    }

    .newContentBox {
        display: flex;
        width: 100%;
    }

    .newleft {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        box-sizing: border-box;
        cursor: pointer;
        box-sizing: border-box;

    }

    .newleft img {
        width: 100%;
        height: 3.8rem;
        margin: auto;
        margin-bottom: 0.2rem;
    }

    .newtitleBoxB {
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-bottom: 0.2rem;
        width: 100%;
    }

    .newtitle {
        font-size: 0.26rem;
        font-weight: 600;
        color: #333333;
        margin: auto;
        margin-left: 0;
        line-height: 0.36rem;
    }

    .newtime {
        font-size: 0.24rem;
        font-weight: 400;
        color: #666666;
        margin: auto;
        margin-top: 0.2rem;
        margin-left: 0;
    }

    .newdesc {
        font-size: 0.24rem;
        font-weight: 400;
        color: #666666;
        line-height: 0.25rem;
        text-align: justify;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        /* 超出n行这里写n */
        -webkit-box-orient: vertical;
    }

    .newright {
        width: 47%;
        display: none;
        flex-direction: column;
        margin: auto;
        margin-right: 0;
        margin-top: 0;
    }

    .newli {
        display: flex;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0.4rem;
        cursor: pointer;
    }

    .newlinum {
        font-size: 0.42rem;
        font-weight: 400;
        color: #666666;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .newline {
        width: 1px;
        height: 60px;
        background: #CCCCCC;
        margin: auto;
        margin-left: 0.33rem;
        margin-right: 0.26rem;
    }

    .newrightBox {
        margin: auto;
        display: flex;
        flex-direction: column;
        /* margin-left: 0;
        margin-right: 0; */
    }

    .newrighttop {
        margin: auto;
        display: flex;
        width: 100%;
    }

    .newrighttoptitle {
        font-size: 0.18rem;
        font-weight: 600;
        color: #333333;
        margin: auto;
        margin-left: 0;
    }

    .newrighttoptime {
        font-size: 0.14rem;
        font-weight: 400;
        color: #666666;
        margin: auto;
        margin-right: 0;
    }

    .newrightBoxdesc {
        font-size: 0.16rem;
        font-weight: 400;
        color: #666666;
        margin: auto;
        margin-top: 0.1rem;
        line-height: 0.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* 超出n行这里写n */
        -webkit-box-orient: vertical;
    }

    .newli:hover .newlinum {
        color: #3E7DFF;
    }

    .newli:hover .newrighttoptitle {
        color: #3E7DFF;
    }

    /* ----------------------------------------------------------------------------------------- */
    .techContentMO {
        box-sizing: border-box;
        padding: 0 0.3rem;
    }

    .serLiMO {
        flex-wrap: wrap;
        height: auto;
        padding-bottom: 0.3rem;
    }

    .serLiMO1-1 {
        width: 100%;
        margin-top: 0.78rem;
        margin-bottom: 0.3rem;
    }

    .serLiMO1-2 {
        width: 50%;
        margin-bottom: 0.3rem;
    }

    .paddingTop {
        padding-top: 0.78rem;
    }

    .paddingBottom {
        padding-bottom: 0.6rem;
    }

    .mt {
        display: none;
    }

    .anliImg {
        display: none;
        width: 100%;
        height: 100%;
        transform: scale(1.5);
        transition: all .8s ease;
    }

    .anliImg:hover {
        transform: scale(1);
    }

    .anliContent {
        width: 100%;
    }

    .anliImgPhone {
        width: 100%;
        height: auto;
        margin-top: 0.6rem;
    }
}