﻿/*新版底部*/

.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: 60px;
    top: 20px;
    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;
                       
                    }
/*productpc,productdingding*/
.productshiyong{
    background:#fff;
    color:#155aff;
    font-size:15px;
    border-radius:20px;
    padding:10px 35px;
}
    .productshiyong:hover{
        background:#f60;
        color:#fff
    }
    .otherpc {
        float: right;
        color: #00aff7;
        margin: 20px 10px;
        margin-top: 50px;
    }
    .otherpc:hover{
        color:#f60
    }
    .productpc {
        width: 100%;
        margin: 40px auto;
        height: 500px;
    }
.productpc-huo {
    width: 35px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    padding-left: 5px;
    margin-left: 240px !important;
    background: #bb0a0a;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    margin-top: -10px;
}
.productpc ul {
    list-style-type:none;
    width:1340px;
    margin:10px auto;
}

    .productpc ul li{
        float:left;
        padding:30px 10px;
        margin:10px;
        width:280px;
        background-image:url('../images/index/productpcgif.gif');
        background-repeat:no-repeat;
        background-size:contain;
        box-shadow:2px 5px 10px #bfbfbf;
        border-radius:6px;
        height:300px;
        transition:0.3s;
        
    }
        .productpc ul li:hover {
            
            box-shadow: 2px 5px 13px #666;
        }
            .productpc ul li:hover:before {
                border-top-color: #017aee;
                /* 上边框颜色 */
                border-right-color: #0092f2;
                /* 右边框颜色 */
                width: 100%;
                height: 100%;
                transition: width .2s,height .2s .2s;
            }

        .productpc ul li:after {
            right: 0;
            bottom: 0;
            transition: border-color 0s .4s,width .2s .2s,height .2s;
        }

        .productpc ul li:hover:after {
            border-bottom-color: #0092f2;
            /* 下边框颜色 */
            border-left-color: #00aff7;
            /* 左边框颜色 */
            width: 100%;
            height: 100%;
            transition: border-color 0s .4s,width .2s .4s,height .2s .6s;
        }

        .productpc-title {
            font-size: 20px;
            font-weight: 600;
            text-align: center;
            line-height: 40px;
        }
.productpc-main {
    font-size: 13px;
    color: #bfbfbf;
    line-height: 30px;
    margin: 20px auto;
    height:150px;
}

    .productpc-a{
       text-align:center;
    }
        .productpc-a > a {
            border-radius:5px;
            padding: 8px 15px;
            background: #155aff;
            color: #fff;
            cursor: pointer;
            font-size: 13px;
        }
        .productpc-a a:hover {
            background: #6076f7;
        }
        .productdingding{
            width:100%;
            margin:0px auto;

        }
.dingding-erweima {
    width: 150px;
    margin-right:40px;
   
}
.other {
    margin-top: 10px;
    text-decoration: underline;
    position: relative;
    top: 20px;
    left:10px;
}
            .other:hover{
                color:#f60;
            }
            .dingding {
                width: 1440px;
                height: auto;
                margin: 0px auto;
                padding: 30px 0
            }
.dingding-title{
    color:#005aa8;
    font-size:16px;
    text-align:left;
    padding-left:120px;
    font-weight:600;
    padding-top:30px;

}
.dingding p img {
    width:900px;
}
        /*productpc,productdingding*/
        /*product*/
        .wrapper {
            width: 1200px;
            max-width: 1200px;
            margin: 0 auto;
        }

.main-banner {
    height: 480px;
    position: relative;

    padding-top: 160px;
}
    .main-banner .Title {
        font-size: 40px;
        font-weight: bold;
        color: #1f2329;
        margin-top: 35px;
        z-index: 10 !important;
        position: relative;
    }
    .main-banner .Description {
        margin-top: 35px;
        font-size: 15px;
        color: #3e4963;
        line-height: 30px;
    }
    .main-banner .banner {
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .main-banner .ControlButton {
        margin-top: 35px;
    }
.productbtn{
    padding:10px 18px;
    background:#155aff;
    color:#fff;
    font-size:13px;
    border-radius:5px;
    margin:5px;
}
    .productbtn:hover{
        background:#005aa8
    }
    .productbtntwo {
        padding: 10px 18px;
        background: #fff;
        color: #155aff;
        font-size: 13px;
        border: 1px solid #155aff;
        border-radius: 5px;
        margin: 5px 5px;
    }
        .productbtntwo:hover{
            background:#155aff;
            color:#fff;
        }
        .main-banner .banner {
            position: absolute;
            top: 0px;
            right: 0px;
        }
section{
    display:block
}
.BgColor1 {
    background-color: #F5FAFF;
    padding-top: 30px;
    padding-bottom: 70px;
}
.BgColor2 {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 70px;
}
.productcontainer {
    width: 1200px;
    max-width: 1200px !important;
    margin: 0 auto;
    position: relative;
    height:480px;
    display:flex
}
.CommonAreaContainerLeftRightMode .Right {
    float: left;
    width: 100%;
}
.animated {
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.CommonAreaContainerLeftRightMode .Left {
    float: left;
    width: 100%;
}
    .CommonAreaContainerLeftRightMode .Left .Title {
        margin-top: 0px;
        text-align: left;
    }
.CommonAreaContainer .Title {
    font-size: 30px;
    text-align: center;
    color: #2a344b;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: bold;
}
.OrderNumberIcon {
    height: 100px;
}
    .OrderNumberIcon img {
        height: 70px;
    }
.CommonAreaContainer .ControlButton {
    margin-top: 25px;
}
.CommonAreaContainer .Description {
    text-align: left;
    font-size: 15px;
    line-height: 32px;
    color: #3e4963;
}

.btn-small {
    background:#0064FF;
    padding: 6px 15px;
    font-size: 12px;
    line-height: 1.42857143;
    color:#fff;
    border-radius:5px;

}
    .btn-small:hover{
        background:#f60;
    }
   /*动态图片*/



    /*product*/


    /*24/1/21index*/
.gn {
    padding-top: 30px;
    width: 100%;
    height:460px;
    margin-bottom: 30px;
}
    .gn-main{
        width:1300px;
        margin:20px auto;
        height:300px;
    }

        .gn-main a {
            width: 22%;
            height: 140px;
            float: left;
            box-shadow: 2px 2px 12px #ececec;
            padding: 5px;
            margin: 10px;
            background: #fff;
            display: block;
            border-radius: 8px;
        }
            .gn-main a:hover {
                box-shadow: 2px 8px 15px #666;
                transition:0.6s;
            }
.gn-main a {
  border:2px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    border-radius: 6px;
}

   .gn-main a:before,.gn-main a:after {
        box-sizing: border-box;
        content: '';
        border: 1px solid transparent;
        border-radius: 3px;
        position: absolute;
        width: 0;
        height: 0;
    }

   .gn-main a:before {
        top: 0;
        left: 0;
        transition: border-color 0s .8s,width .2s .6s,height .2s .4s;
    }

    .gn-main a:hover:before {
        border-top-color: #017aee;
        /* 上边框颜色 */
        border-right-color: #0092f2;
        /* 右边框颜色 */
        width: 100%;
        height: 100%;
        transition: width .2s,height .2s .2s;
    }

   .gn-main a:after {
        right: 0;
        bottom: 0;
        transition: border-color 0s .4s,width .2s .2s,height .2s;
    }

    .gn-main a:hover:after {
        border-bottom-color: #0092f2;
        /* 下边框颜色 */
        border-left-color: #00aff7;
        /* 左边框颜色 */
        width: 100%;
        height: 100%;
        transition: border-color 0s .4s,width .2s .4s,height .2s .6s;
    }

                .gn-main-left {
                    display: block;
                    width: 65%;
                    float: left
                }
.gn-main-left-title {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    line-height: 36px;
    padding-left: 10px;
    margin-top: 10px;
}
.gn-main-left-content {
    font-size: 13px;
    color: #fff;
    padding-left: 10px;
    margin-top:10px;
}
.gn-main-right {
    display: block;
    width: 35%;
    float: left
}
.gn-main-right img {
    width: 50px;
    float:right;
    margin-right:15px;
    margin-top:30px;
}
.gn-hx {
    
    margin: 20px auto;
    height: 480px;
    position: relative;
    padding: 20px 10px;
    background-image: url(../images/product/bannerbg.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.gn-hx-title p {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
   

}
.gn-hx-main {
    margin: 0 auto;
    width: 1300px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 400px;
   
}

.gn-hx-main ul {
    list-style-type: none;
}
    .gn-hx-main ul li {
        float: left;
        width: 290px;
        height: 280px;
        margin: 10px;
        /*background: hsla(0,0%,100%,.25) border-box;*/
        border-radius: 0.3em;
        box-shadow: 0 0 0 3px hsla(0,0%,100%,.1) inset, 0 0.5em 1em rgba(0,0,0,0.1);
        cursor: pointer;
        color: #005aa8;
        
    }
@keyframes line {
    to {
        background-position: 100%;
    }
}
.rabut {
    border: 1px solid transparent;
    background: linear-gradient(white,white) padding-box,repeating-linear-gradient( -45deg,#155aff 0,#155aff 25%,white 0,white 50% ) 0 / .6em .6em;
    animation: line 12s linear infinite;
}

.gn-hx-main ul li:hover {
    background-image: linear-gradient(315deg,#6772FF 0,#00F9E5 100%);
    color: #fff;
}
        .gn-hx-main ul li p {
            text-align: center;
            line-height: 36px;
            font-size: 15px;
        }
    .gn-title{
        font-size:18px;
        font-weight:600;
        margin-top:30px;
        
    }
.gn-hx-main ul li p img {
    margin-top: 10px;
    width: 100px;
    position: relative;
    top: 5px;
    margin-bottom: 30px;
}
        .gn-detail{
            background:#155aff;
            color:#fff;
            font-size:12px;
            padding:6px 13px;
            border-radius:5px;
           
        }
        .gn-detail:hover{
            background:#fff;color:#155aff;
            border:1px solid #155aff;
        }
        /*24/1/21index*/
        /*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: 20px auto;
    display: inline-block;
   
}

    .newjustwin-top .newjustwin-title {
        width: 100%;
        min-height: 1px;
        overflow: hidden;
        font-size: 28px;
        line-height: 46px;
        padding-bottom: 5px;
        color: #000;
        text-align: center;
    }

    .newjustwin-top .newjustwin-title1 {
        width: 100%;
        min-height: 1px;
        overflow: hidden;
        font-size: 28px;
        line-height: 46px;
        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/indexdinwei1.jpg');*/
    background: linear-gradient(#006dee, #0089f3);
    background-size: cover;
    width: 23%;
    height: 370px;
    float: left;
    margin:1px;
    box-shadow: 2px 2px 8px #eefafc;
    
}

    .newjustwin-dingwei-a1 p {
        line-height: 20px;
        font-size: 12px;
        color: #fff;
    }
    .newjustwin-dingwei-a1 p a{
        border:1px solid #fff;
        padding:4px 10px;
        font-size:13px;
        border-radius:2px;

    }
    .newjustwin-dingwei-a1 p b {
        line-height: 28px;
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 10px;
    }

.newjustwin-dingwei-a2 {
    padding: 10px;
    background: #fbfdfc;
    width: 21%;
    height: 175px;
    float: left;
    margin:1px;
    box-shadow: 2px 2px 8px #f3f3f3;
}

    .newjustwin-dingwei-a2 p b {
        line-height: 28px;
        font-size: 14px;
        color: #000;
        font-weight: 700;
        bottom: 3px;
        position: relative;
    }

    .newjustwin-dingwei-a2 p {
        line-height: 20px;
        font-size: 12px;
        /*color: #fff;*/
    }

.newjustwin-quanguocheng {
    background-image: url('../images/indexbgnew.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: 580px;
}

.hexin-content1 {
    text-align: right;
    margin-bottom: 15px;
}

.hexin-content2 {
    margin-bottom: 15px;
}

.hexin-content p b {
    font-size: 16px;
    color: #186ff8;
    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/indexbgnew1.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 580px;
}

.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;
  
    /*background: linear-gradient(to bottom,#1941a5,#4076e1);*/
    background-image: url('../images/index/hxbg.png');
    background-size:cover
}

    .newjustwin-register h2 {
        font-size: 36px;
        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-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        outline:none;
        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-top-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-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;
        }

@keyframes animtran {
    from {
        transform: rotateZ(0deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

@keyframes animtrans {
    from {
        transform: rotateZ(360deg);
    }

    to {
        transform: rotateZ(0deg);
    }
}

@-webkit-keyframes animtran {
    from {
        transform: rotateZ(0deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes animtrans {
    from {
        transform: rotateZ(360deg);
    }

    to {
        transform: rotateZ(0deg);
    }
}

#advert {
    width: 300px;
    height: 300px;
    margin: 10% auto;
    position: relative;
    z-index: 1;
}

    #advert .bg1 {
        width: 260px;
        height: 260px;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 10;
    }

        #advert .bg1 div {
            width: 260px;
            height: 260px;
            border: #ccc 1px solid;
            border-radius: 15em;
            position: relative;
            animation: animtran 16s linear infinite;
            -webkit-animation: animtran 16s linear infinite;
        }

        #advert .bg1 img {
            width: 50px;
            position: absolute;
            animation: animtrans 16s linear infinite;
            -webkit-animation: animtrans 16s linear infinite;
        }

        #advert .bg1 .icon01 {
            bottom: 25px;
            left: 7px;
        }

        #advert .bg1 .icon02 {
            top: 80px;
            left: -24px;
        }

        #advert .bg1 .icon03 {
            top: -7px;
            left: 44px;
        }

        #advert .bg1 .icon04 {
            top: -7px;
            right: 44px;
        }

        #advert .bg1 .icon05 {
            top: 80px;
            right: -24px;
        }

        #advert .bg1 .icon06 {
            bottom: 25px;
            right: 7px;
        }

        #advert .bg1 .icon07 {
            bottom: -25px;
            left: 105px;
        }

    #advert .bg2 {
        width: 180px;
        height: 180px;
        position: absolute;
        top: 60px;
        left: 60px;
        z-index: 9;
    }

        #advert .bg2 div {
            width: 180px;
            height: 180px;
            border: #017def 1px solid;
            border-radius: 15em;
            position: relative;
            animation: animtrans 12s linear infinite;
            -webkit-animation: animtrans 12s linear infinite;
        }

        #advert .bg2 span {
            display: inline-block;
            background-color: #FFFFFF;
            overflow: hidden;
            border-radius: 15em;
            position: absolute;
            animation: animtran 6s linear infinite;
            -webkit-animation: animtran 6s linear infinite;
        }

        #advert .bg2 img {
            padding: 10px;
            display: block;
        }

        #advert .bg2 .icon08 {
            top: 10px;
            left: 13px;
        }

        #advert .bg2 .icon09 {
            bottom: 0;
            left: 7px;
        }

        #advert .bg2 .icon10 {
            bottom: 40px;
            right: -15px;
        }


    #advert .bg3 {
        width: 100px;
        height: 100px;
        position: absolute;
        top: 100px;
        left: 100px;
        z-index: 8;
    }

        #advert .bg3 div {
            width: 100px;
            height: 100px;
            border: #00aff7 1px dotted;
            border-radius: 15em;
            position: relative;
            animation: animtran 8s linear infinite;
            -webkit-animation: animtran 8s linear infinite;
        }

        #advert .bg3 span {
            display: inline-block;
            background-color: #FFFFFF;
            overflow: hidden;
            border-radius: 15em;
            position: absolute;
            animation: animtrans 4s linear infinite;
            -webkit-animation: animtrans 4s linear infinite;
        }

        #advert .bg3 img {
            padding: 10px;
            display: block;
        }

        #advert .bg3 .icon11 {
            top: -14px;
            right: 0px;
        }

        #advert .bg3 .icon12 {
            bottom: -13px;
            right: 10px;
        }

    #advert .content {
        width: 130px;
        height: 45px;
        background: linear-gradient(to right, #00abf7, #017cef);
        position: absolute;
        z-index: 11;
        left: 85px;
        top: 125px;
        border-radius: 5px;
        text-align: center;
        line-height: 45px;
        color: #fff;
        font-size: 18px;
        box-shadow: #f6f6f6 8px 8px 8px 4px;
        cursor: pointer;
    }


@keyframes ani-one {
    from {
        left: 260px;
    }

    to {
        left: 16px
    }
}

@keyframes ani-two {
    from {
        left: 260px;
    }

    to {
        left: 70px
    }
}

@keyframes ani-three {
    from {
        top: 0;
        left: 0;
    }

    to {
        top: 8px;
        left: 8px;
    }
}

@keyframes ani-four {
    0% {
        width: 130px;
        height: 50px;
        left: 85px;
        top: 125px;
        box-shadow: #f6f6f6 8px 8px 8px 4px;
        border: #eee 0px solid;
        margin-left: 0;
    }

    100% {
        width: 259px;
        height: 333px;
        left: 50%;
        top: 0px;
        box-shadow: #FFFFFF 0 0 0 0;
        border: #eee 1px solid;
        margin-left: -130px;
    }
}

@keyframes ani-five {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes ani-six {
    from {
        left: 260px;
    }

    to {
        left: 0;
    }
}

@-webkit-keyframes ani-one {
    from {
        left: 260px;
    }

    to {
        left: 16px
    }
}

@-webkit-keyframes ani-two {
    from {
        left: 260px;
    }

    to {
        left: 70px
    }
}

@-webkit-keyframes ani-three {
    from {
        top: 0;
        left: 0;
    }

    to {
        top: 8px;
        left: 8px;
    }
}

@-webkit-keyframes ani-four {
    0% {
        width: 130px;
        height: 50px;
        left: 85px;
        top: 125px;
        box-shadow: #f6f6f6 8px 8px 8px 4px;
        border: #eee 0px solid;
        margin-left: 0;
    }

    100% {
        width: 259px;
        height: 333px;
        left: 50%;
        top: 0px;
        box-shadow: #FFFFFF 0 0 0 0;
        border: #eee 1px solid;
        margin-left: -130px;
    }
}

@-webkit-keyframes ani-five {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes ani-six {
    from {
        left: 260px;
    }

    to {
        left: 0;
    }
}

#applyfor {
    width: 259px;
    height: 333px;
    margin: 20% auto;
    position: relative;
    display: none;
}

    #applyfor form {
        padding: 13px 16px 30px;
        width: 225px;
        height: 288px;
        border: #eee 1px solid;
        border-radius: 6px;
        /* box-shadow: #f6f6f6 10px 10px 0px; */
        position: relative;
        background-color: #fff;
        overflow: hidden;
    }

    #applyfor #shadow {
        width: 259px;
        height: 333px;
        border-radius: 5px;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        background-color: #f3f3f3;
    }




    #applyfor form div {
        position: absolute;
        width: 257px;
        height: 50px;
        line-height: 50px;
        top: 0;
        left: 0;
        background-color: #f6f6f6;
    }

    #applyfor i {
        display: inline-block;
        width: 6px;
        height: 18px;
        background: linear-gradient(to bottom, #fa71ad, #c77dd1);
        border-radius: 2px;
        position: absolute;
        top: 16px;
        left: 16px;
    }

    #applyfor span {
        margin-left: 34px;
        color: #333333;
        /* position: absolute;
            display: inline-block;
            width: 64px; */
    }

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
}

.animation-paused {
    animation-play-state: paused !important;
    -webkit-animation-play-state: paused !important;
}

.animation-one {
    animation: ani-one 0.6s ease 1;
    -webkit-animation: ani-one 0.6s ease 1;
}

.animation-two {
    animation: ani-two 0.6s ease 1;
    -webkit-animation: ani-two 0.6s ease 1;
}

.animation-three {
    animation: ani-three 0.6s ease 1;
    -webkit-animation: ani-three 0.6s ease 1;
}

.animation-four {
    animation: ani-four 0.3s ease 1;
    -webkit-animation: ani-four 0.3s ease 1;
}

.animation-five {
    animation: ani-five 0.5s ease 1;
    -webkit-animation: ani-five 0.5s ease 1;
}

.animation-six {
    animation: ani-six 0.6s ease 1;
    -webkit-animation: ani-six 0.6s ease 1;
}

.opacity0 {
    opacity: 0;
}
/*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: url(../web/index/yy.png) no-repeat center center;
        background-size: cover;
    }

        .right_sevice .r2:hover {
            background: url(../web/index/yy2.png) no-repeat center center;
            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: 10px 0 0 10px;
        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: 5%;
        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;
    height: 310px;
}

.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;
}
