﻿/*ai弹出*/
.tooltip-container {
    position: absolute;
    width: 80px;
    padding: 5px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    text-align: center;
    top: -110px;
    right: 0px;
}



.tooltip-arrow {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
}

.tooltip-title {
    display: inline-block !important;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px !important;
    color: #4a6bff;
    text-align: center;
    color: rgba(100, 149, 237, 0.7); /* 淡蓝色 */
    animation: gentleBlink 2s ease-in-out infinite;
    cursor: pointer;
    margin-bottom: 0 !important
}

    .tooltip-title:hover {
        color: #ff6a00
    }

.hover-container {
    position: relative;
    width: 70px;
    text-align: center;
    background: #068533;
    border-radius: 10px;
}

.hover-text {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 2px 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 2;
    letter-spacing: 6px;
    text-align: center;
    padding-left: 10px;
    line-height: 29px;
}

.hover-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    z-index: 1;
}

.hover-container:hover .hover-text {
    color: transparent;
}

.hover-container:hover .hover-image {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

@keyframes gentleBlink {
    0%, 100% {
        opacity: 0.7;
        color: rgba(100, 149, 237, 0.7); /* 淡蓝色 */
        text-shadow: 0 0 8px rgba(100, 149, 237, 0.3);
    }

    50% {
        opacity: 1;
        color: rgba(100, 149, 237, 0.8); /* 稍亮的蓝色 */
        text-shadow: 0 0 12px rgba(100, 149, 237, 0.7);
    }
}

/*新版底部*/

.footerN {
    width: 100%;
    background: #000;
    min-width: 1322px;
    overflow: hidden;

}
.footerN-link {
    width: 80%;
    margin: 0px auto;
    padding-top: 50px;
  height:330px;
}
.footerN-link ul{
    width:25%;
    list-style-type:none;
    float:left;
}
    .footerN-link ul li{
        line-height:36px;
        max-height:36px;
        font-size:15px;
    }
  .footerN-link ul li a:hover{
       color:#ff6a00 !important
    }
        .footerN-link ul li b{
            padding-bottom:15px;
            font-size:17px;
            color:#fff;
        }

.footerN-code {
    width: 100%;
    height: 160px;
  margin-bottom:30px;
}
.footerN-qr{
    width:520px;
    float:left;
    padding-left:10%;
}
    .footerN-qr ul{
        width:130px;
        list-style-type:none;
        float:left
    }
        .footerN-qr ul li{
            text-align:center;
            font-size:14px;
            color:#fff;
            padding:5px
        }
        .footerN-contact {
            width:530px;
            float: left;
            margin-left:30px;
          
        }
.Nsu {
    line-height: 45px;
    height: 45px;
    position: relative;
    top: -15px;
    font-size: 18px;
    margin-right: 30px;
    color: #fff;
}
.footerN-contact a{
    padding:5px;
}

/*ai弹出*/

/* CSS Document */
.dialog,
.dialog__overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index:995555;
}

.dialog {
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    pointer-events: none;
}

.action {
    position: absolute;
    right: 10px;
    top: 10px;
    border:none;
    background:none;
    cursor:pointer
}
    .action>img{
        width:20px;
    }
    .ifa {
        width: 560px;
        height: 700px;
        border: oldlace;
    }
.dialog--open .dialog__overlay {
    opacity: 1;
    pointer-events: auto;
}

.dialog__content {
    
    width: 560px;
    height:700px;
    background: #fff;
    
    
    text-align: center;
    position: relative;
    z-index: 5;
    opacity: 0;
}

.dialog--open .dialog__content {
    pointer-events: auto;
}

.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.dialog.dialog--open .dialog__content {
    -webkit-animation-name: anim-open;
    animation-name: anim-open;
}

.dialog.dialog--close .dialog__content {
    -webkit-animation-name: anim-close;
    animation-name: anim-close;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}



@-webkit-keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    2.083333% {
        -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    4.166667% {
        -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    6.25% {
        -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    8.333333% {
        -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    10.416667% {
        -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    12.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    14.583333% {
        -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    16.666667% {
        -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    18.75% {
        -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    20.833333% {
        -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    22.916667% {
        -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    25% {
        -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    27.083333% {
        -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    29.166667% {
        -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    31.25% {
        -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    33.333333% {
        -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    35.416667% {
        -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    37.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    39.583333% {
        -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    41.666667% {
        -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    43.75% {
        -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    45.833333% {
        -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    47.916667% {
        -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    50% {
        opacity: 1;
        -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    52.083333% {
        -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    54.166667% {
        -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    56.25% {
        -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    58.333333% {
        -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    60.416667% {
        -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    62.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    64.583333% {
        -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    66.666667% {
        -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    68.75% {
        -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    70.833333% {
        -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    72.916667% {
        -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    75% {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    77.083333% {
        -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    79.166667% {
        -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    81.25% {
        -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    83.333333% {
        -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    85.416667% {
        -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    87.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    89.583333% {
        -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    91.666667% {
        -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    93.75% {
        -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    95.833333% {
        -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    97.916667% {
        -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    100% {
        opacity: 1;
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    2.083333% {
        -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    4.166667% {
        -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    6.25% {
        -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    8.333333% {
        -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    10.416667% {
        -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    12.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    14.583333% {
        -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    16.666667% {
        -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    18.75% {
        -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    20.833333% {
        -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    22.916667% {
        -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    25% {
        -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    27.083333% {
        -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    29.166667% {
        -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    31.25% {
        -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    33.333333% {
        -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    35.416667% {
        -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    37.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    39.583333% {
        -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    41.666667% {
        -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    43.75% {
        -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    45.833333% {
        -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    47.916667% {
        -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    50% {
        opacity: 1;
        -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    52.083333% {
        -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    54.166667% {
        -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    56.25% {
        -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    58.333333% {
        -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    60.416667% {
        -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    62.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    64.583333% {
        -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    66.666667% {
        -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    68.75% {
        -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    70.833333% {
        -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    72.916667% {
        -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    75% {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    77.083333% {
        -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    79.166667% {
        -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    81.25% {
        -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    83.333333% {
        -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    85.416667% {
        -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    87.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    89.583333% {
        -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    91.666667% {
        -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    93.75% {
        -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    95.833333% {
        -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    97.916667% {
        -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    100% {
        opacity: 1;
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@-webkit-keyframes anim-close {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.8, 0.8, 1);
    }
}

@keyframes anim-close {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
}

/*ai弹出*/


#aire{
    position:absolute;
    display:none;
    margin-top:-90px;
    text-align:center;
    color:#000;
    padding-left:15px;
}

 .ai{
                        position:absolute;margin-top:-83px;border-bottom:none !important;
                       
                    }
/*product*/
.tabs {
    width: 1200px;
    margin: 0px auto;
    margin-bottom: 30px;
}

    .tabs .horizontal {
        margin: 0px;
        padding: 0px;
        width: 1200px;
    }

        .tabs .horizontal li {
            float: left;
            list-style: none;
            height: 130px;
            border-left: 1px solid #DDDDDD;
            border-bottom: 1px solid #DDDDDD;
            width: 398px;
            text-align: center;
            cursor: pointer;
        }

            .tabs .horizontal li span {
                font-size: 20px;
                position: relative;
                top: 90px;
            }

            .tabs .horizontal li:hover {
                color: #186ff8
            }

            .tabs .horizontal li:hover {
                background: #f6f6f6;
            }

            .tabs .horizontal li:first-child {
                background: url('../images/diannao1.png');
                background-repeat: no-repeat;
                background-size: 15%;
                background-position-x: center;
                background-position-y: 30%;
            }

                .tabs .horizontal li:first-child:hover {
                    background: url('../images/diannao1.png');
                    background-repeat: no-repeat;
                    background-size: 15%;
                    background-position-x: center;
                    background-position-y: 30%;
                }

                .tabs .horizontal li:first-child:focus {
                    background: url('images/diannao.png');
                    background-repeat: no-repeat;
                    background-size: 15%;
                    background-position-x: center;
                    background-position-y: 30%;
                }

            .tabs .horizontal li:nth-child(2) {
                background: url('../images/shouji1.png');
                background-repeat: no-repeat;
                background-size: 15%;
                background-position-x: center;
                background-position-y: 30%;
            }

                .tabs .horizontal li:nth-child(2):hover {
                    background: url('../images/shouji.png');
                    background-repeat: no-repeat;
                    background-size: 15%;
                    background-position-x: center;
                    background-position-y: 30%;
                }

                .tabs .horizontal li:nth-child(2):focus {
                    background: url('../images/shouji.png') !important;
                    background-repeat: no-repeat !important;
                    background-size: 15% !important;
                    background-position-x: center !important;
                    background-position-y: 30% !important;
                }

            .tabs .horizontal li:last-child {
                background: url('../images/wechat1.png');
                background-repeat: no-repeat;
                background-size: 15%;
                background-position-x: center;
                background-position-y: 30%;
            }

                .tabs .horizontal li:last-child:hover {
                    background: url('../images/wechat.png');
                    background-repeat: no-repeat;
                    background-size: 15%;
                    background-position-x: center;
                    background-position-y: 30%;
                }

                .tabs .horizontal li:last-child:focus {
                    background-image: url('../images/wechat.png') !important;
                    background-repeat: no-repeat;
                    background-size: 15%;
                    background-position-x: center;
                    background-position-y: 30%;
                }

        .tabs .horizontal .selectActive {
            background-image: url('../images/diannao.png') !important;
            border-bottom: 3px solid #186ff8;
            color: #186ff8;
        }



.tabs-main1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
  
    margin-bottom: 30px;
}

.tabs-main {
    display: none;
    clear: both;
    position: relative;
    margin-top: 50px;
    height: 280px;
}

.prduct-name {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.tabs-main ul li {
    border-radius: 5px;
    float: left;
    width: 360px;
    padding: 25px 15px;
    box-shadow: 0px 5px 30px rgb(15 91 183 / 10%);
    cursor: pointer;
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}

.tabs-main ul .mar {
    margin: 0 15px;
}

.tabs-main ul li p {
    text-align: center;
    line-height: 30px;
    color: #808080;
    font-size: 14px;
}

    .tabs-main ul li p b {
        font-size: 24px;
        height: 50px;
        line-height: 50px;
        color: #000000;
    }

.tabs-main ul li:hover {
    box-shadow: 0px 5px 30px rgb(15 91 183 / 30%);
}

.tabs-content-name {
    width:1200px;
    margin: 20px auto;
}

    .tabs-content-name p {
        color: #808080;
        font-size: 15px;
        line-height: 36px;
        text-align: center;
        width: 96%;
        margin: 0 auto
    }

        .tabs-content-name p b {
            font-size: 22px;
            color: #186ff8;
        }

.tabs-content >.line {
    background: #f6f7fc;
    padding: 10px 0;
}

.tabs-content-hexin {
    width: 100%;
    margin: 20px auto;
}

    .tabs-content-hexin .hexinregister {
        padding: 8px 30px;
        border-radius: 20px;
        font-size: 15px;
        color: #ffF;
        background: #186ff8;
        text-decoration: none;
        position: relative;
        top: 25px;
    }

        .tabs-content-hexin .hexinregister:hover {
            background: #005aa8;
            box-shadow: 2px 2px 8px #005aa8;
        }

.tabs-content-hexin-left {
    list-style-type: none;
    margin:30px auto;
}

    .tabs-content-hexin-left table tr td {
        padding: 20px;
    }

.t1 {
    width: 600px;
}
.t1 p img{
    width:560px;
}
.t2 {
    text-align: left;
    width: 600px;
    vertical-align: top;
    padding-top: 30px;
    padding-left:50px;
}

    .t2 p {
        color: #808080;
        font-size: 15px;
        line-height: 36px;
        text-align: left;
        padding: 5px;
        
    }

        .t2 p b {
            font-size: 18px;
            color: #000;
        }

.tabs-content-hexin-left table tr td img {
    max-width: 100%;
}

.tabs-content-hexin-right {
    margin: 30px auto;
    padding:10px;
    list-style-type: none;
    background: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#fff));
    background: linear-gradient(180deg,#f8f8f8,#fff);
}
/*product*/
/*20230823*/
.newjustwin {
}

.newjustwin-name {
    width: 800px;
    height: 45px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    text-align: center;
    z-index: 9;
}

.newjustwin-name1 {
}

.newjustwin-name > a {
    font-size: 12px;
    color: #666;
    text-align: center;
    display: inline-block;
    width: auto;
    line-height: 50px;
    padding: 0 10px;
    margin: 0 10px;
    position: relative;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    text-decoration: none;
}

.newjustwin-top {
    width: 100%;
    margin: 40px auto;
    display: inline-block;
}

    .newjustwin-top .newjustwin-title {
        width: 100%;
        min-height: 1px;
        overflow: hidden;
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 5px;
        color: #000;
        text-align: center;
    }

    .newjustwin-top .newjustwin-title1 {
        width: 100%;
        min-height: 1px;
        overflow: hidden;
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 5px;
        color: #fff;
        text-align: center;
    }

    .newjustwin-top .newjustwin-title span {
        font-weight: 700;
    }

    .newjustwin-top .newjustwin-title1 span {
        font-weight: 700;
    }

    .newjustwin-top .newjustwin-content {
        width: 100%;
        min-height: 1px;
        overflow: hidden;
        font-size: 15px;
        line-height: 20px;
        color: #999;
        text-align: center;
    }

    .newjustwin-top .newjustwin-content1 {
        width: 100%;
        min-height: 1px;
        overflow: hidden;
        font-size: 15px;
        line-height: 20px;
        color: #f8f8f8;
        text-align: center;
    }

.newjustwin-dingwei {
    width: 1230px;
    margin: 20px auto;
    display: table
}

.justwinp1 {
    width: 23px;
    position: relative;
    margin-right: 5px;
    top: 3px
}

.newjustwin-dingwei-a1 {
    padding: 10px;
    background: url('../images/indexdinwei.jpg');
    background-size: cover;
    width: 23%;
    height: 390px;
    float: left;
    margin: 10px;
    box-shadow: 2px 2px 8px #eefafc;
    border-radius: 5px;
}

    .newjustwin-dingwei-a1 p {
        line-height: 20px;
        font-size: 12px;
        color: #999;
    }

        .newjustwin-dingwei-a1 p b {
            line-height: 28px;
            font-size: 14px;
            color: #207eef;
            font-weight: 700;
            margin-bottom: 10px;
        }

.newjustwin-dingwei-a2 {
    padding: 10px;
    background: #f6f7fb;
    width: 21%;
    margin: 10px;
    height: 175px;
    float: left;
    box-shadow: 2px 2px 8px #eefafc;
    border-radius: 5px;
}

    .newjustwin-dingwei-a2 p b {
        line-height: 28px;
        font-size: 14px;
        color: #333;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .newjustwin-dingwei-a2 p {
        line-height: 20px;
        font-size: 12px;
        color: #999;
    }

.newjustwin-quanguocheng {
    background-image: url('../images/indexbg2.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
}

.shiyong1 {
    background: #d30606;
    padding: 7px 30px;
    border-radius: 20px;
    position: absolute;
    left: 19%;
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
}

    .shiyong1:hover {
        background: #ff7d7d;
        color: #fff;
    }

.shiyong {
    background: #d30606;
    padding: 7px 30px;
    border-radius: 20px;
    position: absolute;
    left: 19%;
    color: #fff;
    margin-top: -210px;
    font-size: 16px;
}

    .shiyong:hover {
        background: #ff7d7d;
        color: #fff;
    }

.newjustwin-hexin {
    width: 1200px;
    margin: 30px auto;
    height: 600px;
}

.hexin-content1 {
    text-align: right;
    margin-bottom: 15px;
}

.hexin-content2 {
    margin-bottom: 15px;
}

.hexin-content p b {
    font-size: 16px;
    color: #110428;
    font-weight: 700;
    line-height: 26px;
}

.hexin-content p {
    font-size: 12px;
    color: #777;
    line-height: 20px;
}

.newjustwin-app {
    margin: 20px auto;
    background-image: url('../images/indexbg3.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 630px;
}

.newjustwin-xinchuang {
    width: 1230px;
    margin: 20px auto;
    height: 400px;
}

.newjustwin-register {
    width: 100%;
    margin: 0px auto;
    height: 260px;
    min-height: 1px;
    overflow: hidden;
    padding-top: 56px;
    padding-bottom: 60px;
    margin-top: 100px;
    background: linear-gradient(to bottom,#1941a5,#4076e1);
}

    .newjustwin-register h2 {
        font-size: 22px;
        color: #fff;
        text-align: center
    }

    .newjustwin-register p {
        display: block;
        font-size: 13px;
        line-height: 24px;
        color: #f8f8f8;
        text-align: center
    }

.newjustwin-register-shuru {
    width: 490px;
    margin: 50px auto
}

    .newjustwin-register-shuru input {
        background: #fff;
        border-radius: 5px;
        border: none;
        width: 100%;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        color: #005aa8;
        padding: 0 16px;
        text-decoration: none;
    }

        .newjustwin-register-shuru input:hover {
            box-shadow: 2px 2px 8px #9fc7fe
        }

    .newjustwin-register-shuru button {
        width: 120px;
        height: 48px;
        display: block;
        font-size: 14px;
        line-height: 48px;
        color: #fff;
        background-color: #d30606;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        outline: none;
        border: none;
        cursor: pointer
    }

        .newjustwin-register-shuru button:hover {
            background: #005aa8;
            box-shadow: 2px 2px 8px #9fc7fe
        }

    .newjustwin-register-shuru .video {
        padding: 13px 26px;
        line-height: 48px;
        font-size: 14px;
        color: #666;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-color: #f6f7fb;
        box-shadow: 0 0 48px rgb(0 80 157 / 8%);
        -moz-box-shadow: 0 0 48px rgba(0,80,157,.08);
        -webkit-box-shadow: 0 0 48px rgb(0 80 157 / 8%);
    }

        .newjustwin-register-shuru .video:hover {
            background: #6ccbfb;
            color: #fff;
        }
/*20230823*/
body {
    background: #fff !important;
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
}

img {
    border: none;
}
/*弹出电话*/
.phone {
    position: absolute;
    top: 45px;
    cursor: pointer;
    z-index: 9999;
}

.dianhua {
    float: left;
    width: 60px;
    height: 60px;
}

#phone {
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    width: 140px;
    height: 100px;
    padding: 2px 5px;
    line-height: 15px;
    display: none;
    z-index: 9999;
    position: absolute;
    background: url('../images/phonebei.png');
    background-repeat: no-repeat;
    background-repeat-x: inherit;
    top: -45px;
    left: 230px;
    cursor: pointer;
    padding-top: 10px;
    overflow: hidden;
    color: #0054aa;
    color: rgb(0,90,168) !important;
    box-shadow: 2px 2px 5px #bfbfbf;
    border-radius: 5px;
}

#phone2 {
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    width: 140px;
    height: 100px;
    padding: 2px 5px;
    line-height: 15px;
    display: none;
    z-index: 9999;
    position: absolute;
    background: url('../images/phonebei.png');
    background-repeat: no-repeat;
    background-repeat-x: inherit;
    top: -45px;
    left: 230px;
    cursor: pointer;
    padding-top: 10px;
    overflow: hidden;
    color: #0054aa;
    box-shadow: 2px 2px 5px #bfbfbf;
    border-radius: 5px;
}

#phone > a {
    color: #005aa8 !important
}

i {
    /*color:#f15304;*/
    font-style: normal;
}

.text {
    margin-top: 10px;
    float: left;
    font-size: 12px;
}

    .text > b {
        font-size: 20px;
        font-weight: bold;
        color: rgb(0,90,168) !important;
    }

    .text b > a {
        color: #005aa8 !important
    }

/*弹出注册*/
.theme-popover-mask {
    z-index: 99998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none
}

.theme-popover {
    z-index: 99999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -193px 0 0 -216px;
    border-radius: 8px;
    background-color: #fff;
    display: none;
}

    .theme-popover * {
        font-size: 12px;
        box-sizing: content-box;
    }

.theme-popover-close {
    position: absolute;
    right: -25px;
    top: -25px;
    width: 52px;
    height: 52px;
    background-image: url('../images/close.png');
    cursor: pointer;
}

.theme-popover .tab_container {
    float: left;
    width: 100%;
    position: relative;
}

.theme-popover .tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 46px;
    border: none;
    width: 100%;
}

    .theme-popover .tabs li {
        float: left;
        margin: 0;
        padding: 0;
        height: 45px;
        width: 50%;
        line-height: 45px;
        border: none;
        margin-bottom: -1px;
        background: #e0e4e8;
        overflow: hidden;
        position: relative;
    }

    .theme-popover .tabs .activeTab, .theme-popover .tabs {
        background: #fff;
        border-bottom: 1px solid #fff;
    }

.tabs {
    border-radius: 8px;
}

.tab_content {
    display: none
}

.activeTab a:hover {
    background: #f2f3f5;
}


.theme-popover .tabs li a {
    text-decoration: none;
    color: #242424;
    display: block;
    padding: 0 20px;
    outline: none;
    text-align: center;
    font-size: 16px;
}

#activeTab1 {
    background: #e0e4e8;
}

.theme-popover .line {
    border-bottom: 1px solid #bfbfbf;
}

.theme-popover .fields {
    padding: 0 20px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    width: 345px;
    margin: 35px auto;
}

.theme-popover .require {
    color: red;
    padding: 0 5px;
}

.theme-popover .field {
    height: 45px;
    line-height: 45px;
    color: #888888;
}

.theme-popover .btn {
    display: block;
    border: none;
    height: 45px;
    width: 385px;
    border-radius: 5px;
    background-color: #49a7e0;
    margin: 0 auto;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
}

.theme-popover button, .theme-popover input[type="button"] {
    box-sizing: border-box;
}

.theme-popover #getCode {
    border: none;
    height: 30px;
    background-color: #49a7e0;
    color: #ffffff;
    float: right;
    margin-top: 7px;
    cursor: pointer;
    line-height: normal;
    outline: none;
    font-size: 12px;
    padding: 1px 6px;
}

.theme-popover .disable {
    background-color: #d5d5d5 !important;
    cursor: auto !important;
}

.theme-popover select {
    width: 244px !important;
}

.theme-popover input[type=text] {
    border: none;
    outline: none;
    background-color: #ffffff;
    font-size: 15px;
    line-height: normal;
    width: 258px;
    margin-right: 5px;
}

.theme-popover .page {
    display: none;
}

.theme-popover .regPage {
    display: block;
    width: 433px;
    height: 387px;
}

.theme-popover .wxQcode, .theme-popover .mobiQcode {
    width: 735px;
    height: 448px;
}

.theme-qcode {
    margin-left: -367px;
    margin-top: -224px;
}

.tiyan {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 220px;
    height: 40px;
    line-height: 40px;
    margin-left: 45%;
    top: 380px;
    text-align: center;
    position: absolute;
    z-index: 999;
}

.tiyan2 {
    color: #1296db;
    border: 1px solid #fff;
    border-radius: 10px;
    line-height: 40px;
    width: 220px;
    height: 40px;
    margin-left: 80%;
    margin-top: 400px;
    text-align: center;
    position: relative;
    z-index: 10000;
}

.right_sevice {
    position: fixed;
    z-index: 100;
    top: 45%;
    right: 0%;
    background: #000000;
    padding: 5px 10px 10px;
    border: 1px solid #795D0D;
}

    .right_sevice a {
        display: block;
        width: 70px;
        height: auto;
        text-align: center;
        color: #FFFFFF;
        border-bottom: 1px dashed #FFFFFF;
        line-height: 40px;
        margin-bottom: 5px;
        cursor: pointer;
    }

        .right_sevice a:hover {
            color: #E2AE19;
        }

    .right_sevice .r1 {
    }

    .right_sevice .r2 {
        overflow: hidden;
        border-bottom: none;
        height: 70px;
        width: 70px;
       
        background-size: cover;
    }

        .right_sevice .r2:hover {
            background-size: cover;
        }

    .right_sevice .r3 {
    }

    .right_sevice .r4 {
        border-bottom: none
    }

    .right_sevice .app_code {
        width: 140px;
        position: absolute;
        top: 102px;
        left: -141px;
        display: none;
        box-shadow: 2px 2px 5px #bfbfbf
    }

    .right_sevice .wx_code {
        width: 140px;
        position: absolute;
        top: 80px;
        left: -141px;
        display: none;
        box-shadow: 2px 2px 5px #bfbfbf
    }

    .right_sevice .xz_code {
        width: 140px;
        position: absolute;
        top: 60px;
        left: -141px;
        display: none;
        box-shadow: 2px 2px 5px #bfbfbf
    }
  .right_sevice .wxzx_code {
        width: 140px;
        position: absolute;
        top: 70px;
        left: -141px;
        display: none;
        box-shadow: 2px 2px 5px #bfbfbf
    }

a {
    text-decoration: none;
    color: #fff;
}

.header {
    width: 100%;
    height: 165px;
}

.list {
    width: 210px;
    height: 165px;
    position: absolute;
    z-index: 999;
    left: 106px;
}

    .list .logo1 {
        width: 210px;
        height: 164px;
        background: #056ad2;
        background-image: url('../images/t016bdd4bd462aa90cb.jpg');
    }

    .list .logo {
        width: 210px;
        height: 164px;
        margin-top: 35px;
    }

        .list .logo a > img {
            right: 50px;
        }

        .list .logo > img {
            right: 50px;
        }

    .list .view {
        border: 0;
        position: relative;
    }

    .list .project {
        width: 210px;
        height: 591px;
        position: absolute;
        background: #eef0ed;
        box-shadow: 2px 4px 6px #000;
    }

        .list .project ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

            .list .project ul li {
                width: 210px;
                height: 70px;
                font-size: 14px;
                color: #191919;
                border-bottom: 1px dashed #d4d4d4;
            }

                .list .project ul li p a:hover {
                    text-decoration: none;
                    color: #f60;
                }

.lc {
    position: relative;
    width: 180px;
    font-size: 12px;
    padding-left: 15px;
    padding-top: 2px;
}

    .lc a {
        text-decoration: none;
        color: #848383;
        line-height: 20px;
    }

        .lc a:hover {
            text-decoration: none;
            color: #f60;
        }

.f {
    position: absolute;
    left: 400px;
    width: 450px;
}

.phone {
    width: 30%;
    position: absolute;
    left: 400px;
    top: 45px;
    cursor: pointer;
    z-index: 9999;
}

.dianhua {
    float: left;
    width: 60px;
    height: 60px;
}

.text {
    margin-top: 10px;
    float: left;
    font-size: 12px;
}

    .text b {
        font-size: 20px;
    }

.serves {
    position: relative;
    font-size: 12px;
    width: 30%;
    float: right;
    margin-top: 45px;
    z-index: 9999;
}

    .serves img {
        padding: 5px;
    }

    .serves a:hover img {
        background-image: url('../images/bg.png');
        background-size: cover;
        padding: 5px;
        border-radius: 5px;
    }

    .serves a {
        position: relative;
        color: #242424;
        top: 10px;
    }

        .serves a:hover {
            color: #f60;
        }

    .serves td {
        width: 60px;
        text-align: center;
        border-right: 1px solid #d4d4d4;
    }

#loaddown {
    overflow: hidden;
    text-align: center;
    padding: 0px;
    position: relative;
}

#enlarge_images {
    position: absolute;
    display: block;
    z-index: 999;
    border: 5px solid #f4f4f4;
}

.case {
    width: 100%;
    height: auto;
}

.case-title {
    top: 10px;
}

.case-project {
    width: 90%;
    height: auto;
    margin: 10px auto;
}

    .case-project td {
        width: 130px;
        vertical-align: middle;
        font-size: 12px;
        text-align: center;
        padding: 20px;
    }

.case-project1 td {
    width: 160px;
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
    padding: 10px;
}

    .case-project1 td img {
        width: 30px;
        height: 30px;
    }

.case-project td img {
    width: 120px;
    height: 120px;
}

.caption-style-4 {
    list-style-type: none;
    margin: 0 auto;
    padding: 0px;
    width: 100%;
}

    .caption-style-4 td {
        /*float: left;*/
        padding: 0px;
        position: relative;
        overflow: hidden;
    }

        .caption-style-4 td:hover .caption {
            opacity: 1;
        }

        .caption-style-4 td:hover img {
            opacity: 1;
            transform: scale(1.15,1.15);
            -webkit-transform: scale(1.15,1.15);
            -moz-transform: scale(1.15,1.15);
            -ms-transform: scale(1.15,1.15);
            -o-transform: scale(1.15,1.15);
        }


    .caption-style-4 img {
        margin: 0px;
        padding: 0px;
        float: left;
        z-index: 4;
    }


    .caption-style-4 .caption {
        cursor: pointer;
        position: absolute;
        opacity: 0;
        -webkit-transition: all 0.45s ease-in-out;
        -moz-transition: all 0.45s ease-in-out;
        -o-transition: all 0.45s ease-in-out;
        -ms-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out;
    }

    .caption-style-4 img {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .caption-style-4 .blur {
        background-color: rgba(0,0,0,0.65);
        height: 120px;
        width: 130px;
        z-index: 5;
        position: absolute;
    }

    .caption-style-4 .caption-text h1 {
        text-transform: uppercase;
        font-size: 12px;
    }

    .caption-style-4 .caption-text {
        z-index: 10;
        color: #fff;
        position: absolute;
        width: 120px;
        height: 120px;
        text-align: center;
    }
/*cases*/
#ruifoxHome .cat_title {
    overflow: hidden;
    height: 64px;
    padding: 35px 0;
    background: none;
    border: none;
}

    #ruifoxHome .cat_title p, #ruifoxHome .cat_title h2 {
        margin-top: 0;
    }

#cases ul {
    display: block;
    font-size: 0;
    letter-spacing: -6px;
    text-align: center;
    width: 100%;
    height: auto;
}

    #cases ul li {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
        position: relative;
        width: 240px;
        height: 152px;
        overflow: hidden;
        margin: 2px 0 0 2px;
        letter-spacing: normal;
    }

        #cases ul li img {
            position: absolute;
            top: 0;
            left: 0;
            width: 240px;
            height: 152px
        }

        #cases ul li p {
            display: none;
            width: 210px;
            height: 100%;
            position: absolute;
            z-index: 1;
            font-size: 12px;
            text-align: left;
            padding: 0 15px;
            background: #212121;
            color: #999;
            left: 0;
            bottom: 0;
        }

            #cases ul li p strong {
                display: block;
                font: bold 14px/30px Microsoft YaHei;
                color: #fff;
                margin-top: 10px
            }

            #cases ul li p a {
                display: inline-block;
                zoom: 1;
                *display: inline;
                font-weight: bold;
                height: 30px;
                line-height: 30px;
                padding: 0 8px;
                margin-top: 8px;
            }

                #cases ul li p a.openurl {
                    width: 23px;
                    height: 23px;
                    padding: 0;
                    background: url("images/ico_website.png") no-repeat;
                    overflow: hidden;
                    text-indent: -9999px;
                    position: absolute;
                    bottom: 5px;
                    right: 5px;
                }

                    #cases ul li p a.openurl:hover {
                        background-position: 0 -23px
                    }

#cases {
    width: 1400px;
    height: auto;
    position: relative;
    margin: 10px auto;
}


.foot {
    width: 100%;
    height: 250px;
    background: black;
    font-size: 14px;
    color: #fff;
}

    .foot ul {
        float: left;
        padding-left: 3%;
        margin: 20px auto;
        height: auto;
        list-style-type: none;
    }

        .foot ul li {
            padding-top: 10px;
            width: 100%;
            height: 20px;
            line-height: 20px;
        }

            .foot ul li a:hover {
                color: #f60;
            }

footer {
    background: #141414;
    text-align: center;
    font-size: 12px;
   
}

.download {
    width: 100%;
    font-family: "Helvetica Neue","Microsoft Yahei",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}

.download_card {
    width: 1000px;
    padding: 0px 100px;
    background: #fff;
    padding-top: 64px;
    overflow: hidden;
    padding-bottom: 64px;
    margin: auto;
}

    .download_card .pho {
        width: 240px;
        height: 436px;
        border-radius: 30px;
        padding-top: 85px;
        float: left;
    }

        .download_card .pho .screen {
            width: 215px;
            height: 377px;
            border: 1px solid #e4e4e4;
            margin: auto;
        }

        .download_card .pho #side_code {
            margin: auto;
            margin-top: 82px;
            width: 150px;
            height: 150px;
        }

    .download_card .ph p {
        text-align: center;
        font-size: 12px;
        color: #666;
        margin: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

.download_card .con {
    margin-left: 300px;
}

    .download_card .con .title2 {
        font-size: 30px;
        color: #333;
    }

    .download_card .con .desc {
        font-size: 18px;
        color: #999;
        margin-top: 10px;
    }

    .download_card .con .pp {
        margin-top: 26px;
        margin-left: 130px;
        padding: 10px;
        overflow: hidden;
    }

legend {
    border: 1px solid #d4d4d4;
    padding: 10px;
}

.download_card .con .pp td {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    vertical-align: middle;
    text-align: center;
}

.changelog {
    background: #fff;
    width: 100%;
    margin: 50px auto;
}

    .changelog .wrap {
        width: 500px;
        left: 300px;
        position: absolute;
    }

    .changelog .wrap1 {
        width: 500px;
        margin-left: 800px;
    }

    .changelog .hd {
        font-size: 24px;
        line-height: 50px;
    }

    .changelog .log i {
        font-size: 19px;
        font-style: normal;
        line-height: 30px;
    }

    .changelog .log p {
        color: #444;
        font-size: 13px;
        line-height: 40px;
        height: auto;
        min-height: 40px;
        margin-left: 10px;
    }

.judge {
    width: 13px;
}

.huo3 {
    width: 30px;
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    top: 50px;
    margin-left: -12px;
    background: #bb0a0a;
    border-top-left-radius: 30px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    text-align: center;
}
