body {
}
input {
    background-color: transparent;
    border: 0;
}
button {
    margin: 0;
    padding: 0;
    border: 0.052083vw solid transparent;
    outline: none;
    background-color: transparent;
}

button:active {
    opacity: 0.6;
}
.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}
.justify-start {
    display: flex;
    justify-content: flex-start;
}
.justify-center {
    display: flex;
    justify-content: center;
}

.justify-end {
    display: flex;
    justify-content: flex-end;
}
.justify-evenly {
    display: flex;
    justify-content: space-evenly;
}
.justify-around {
    display: flex;
    justify-content: space-around;
}
.justify-between {
    display: flex;
    justify-content: space-between;
}
.align-start {
    display: flex;
    align-items: flex-start;
}
.align-center {
    display: flex;
    align-items: center;
}
.align-end {
    display: flex;
    align-items: flex-end;
}
a{
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.text-reveal {
    opacity: 0;
    transform: translateY(5.208333vw);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card-image-reveal {
    opacity: 0;
    transform: scale(0.8);
    transition: all 1s ease-out;
}

.card-image-reveal.animate {
    opacity: 1;
    transform: scale(1);
}
.text-reveal.animate {
    opacity: 1;
    transform: translateY(0);
}
/* 方向动画类 */
.card-image-reveal.top {
    transform: translateY(-5.208333vw);
}

.card-image-reveal.top.animate {
    transform: translateY(0);
}

.card-image-reveal.bottom {
    transform: translateY(5.208333vw);
}

.card-image-reveal.bottom.animate {
    transform: translateY(0);
}

.card-image-reveal.left {
    transform: translateX(-5.208333vw);
}

.card-image-reveal.left.animate {
    transform: translateX(0);
}

.card-image-reveal.right {
    transform: translateX(5.208333vw);
}

.card-image-reveal.right.animate {
    transform: translateX(0);
}
.w-1200{
    width: 62.500000vw;
    margin: 0 auto;
}
.index_1 {
    background-image: url(../images/cglhdb/cglhdb.jpg);
    background-repeat: no-repeat;
    background-size: 100.000000vw 32.187500vw;
    background-position: center center;
    background-color: #e2e8f4;
    height: 32.187500vw;
    width: 100%;
    position: relative;
}
.bsjb-bg{
    width: 100%;
    height: 35.937500vw;
    background: linear-gradient( 180deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.group_1 {
    width: 62.500000vw;
    height: 19.895833vw;
    margin: 10.937500vw 0 0 3.125000vw;
}

.block_1 {
    width: 27.708333vw;
    height: 19.062500vw;
    margin-top: 0.104167vw;
}

.image_1 {
    width: 12.343750vw;
    height: 2.708333vw;
}

.index_1 .text-group_1 {
    width: 27.708333vw;
    height: auto;
    margin-top: 0;
}

.index_1_1 {
    width: 24.791667vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.979167vw;
    font-family: DingTalk-JinBuTi, serif;
    text-align: left;
    white-space: nowrap;
    line-height: 1.770833vw;
}

.index_1 .text_2 {
    width: 25.416667vw;
    height: 2.916667vw;
    overflow-wrap: break-word;
    color: rgba(234, 72, 104, 1);
    font-size: 0.937500vw;
    font-family: MicrosoftYaHei;
    text-align: left;
    line-height: 1.458333vw;
    margin-top: 0.833333vw;
}

.text_3 {
    width: 31.250000vw;
    overflow-wrap: break-word;
    color: rgba(98, 110, 128, 1);
    font-size: 0.937500vw;
    font-family: MicrosoftYaHeiLight;text-align: justify;
    line-height: 1.458333vw;
    margin-top: 1.302083vw;
}

.block_2 {
    width: 32.343750vw;
    height: 19.895833vw;
}

.image-wrapper_1 {
    width: 1.666667vw;
    height: 3.802083vw;
    margin: 9.322917vw auto 0;
}

.image_2 {
    width: 1.666667vw;
    height: 3.802083vw;
}
.mouse_ani{
    animation: bounce 2s ease-in-out infinite;
    @keyframes bounce {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-1.041667vw);
        }
    }
}

.block_53 {
    width: 20.572917vw;
    height: 2.500000vw;
    margin: 3.697917vw 0 0 0;
}

.text-wrapper_1 {
    border-radius: 0.208333vw;
    height: 2.500000vw;
    border: 0.052083vw solid rgba(218, 42, 67, 1);
    width: 9.895833vw;
    cursor: pointer;
}
.left-btn {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow-wrap: break-word;
    color: rgba(218, 42, 67, 1);
    font-size: 0.937500vw;
    text-align: center;
    white-space: nowrap;
    line-height: 2.500000vw;
    color: #DA2A43;
}
.text-wrapper_2 {
    height: 2.500000vw;
    width: 9.895833vw;
    background-color: #DA2A43;
    border-radius: 0.208333vw;
    background-image: linear-gradient(270deg, #EE4D6F 2%, #D7263C 97%);
}
.index_1 .text_4 {
    height: 2.500000vw;
    width: 9.895833vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.937500vw;
    font-family: MicrosoftYaHei;
    text-align: center;
    white-space: nowrap;
    line-height: 2.500000vw;
    cursor: pointer;
    letter-spacing: 0.052083vw;
}
.index_1 .text-wrapper_2:hover .text_4{
    color: rgba(255, 255, 255, 0.8);
}

.section_7 {
    background-image: url(../images/znpj/9edfdcd281fa4df0a8380e15ea142fb3_mergeImage.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 41.302083vw;
    position: relative;
}

.text-group_7 {
    width: 48.750000vw;
    height: 5.625000vw;
    margin: 5.156250vw auto 0;
}

.text_14 {
    width: 100%;
    height: 1.770833vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.770833vw;
    font-family: DingTalk-JinBuTi, serif;
    text-align: center;
    white-space: nowrap;
    line-height: 1.770833vw;
    margin: 0 auto;
}

.paragraph_1 {
    width: 48.750000vw;
    height: 2.916667vw;
    overflow-wrap: break-word;
    color: rgba(98, 110, 128, 1);
    font-size: 0.833333vw;
    font-family: MicrosoftYaHeiLight;
    text-align: center;
    line-height: 1.458333vw;
    margin-top: 0.937500vw;
}

.section_8 {
    width: 35.416667vw;
    height: 20.104167vw;
    background: url(../images/znpj/img_jjfaleft.png) no-repeat;
    background-size: 100% 100%;
    margin: 3.177083vw 0 0 0;
}

.text_15 {
    width: 8.125000vw;
    height: 1.041667vw;
    overflow-wrap: break-word;
    color: rgba(217, 58, 88, 1);
    font-size: 1.354167vw;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 1.041667vw;
    margin: 4.427083vw 0 0 3.802083vw;
}

.text_16 {
    width: 18.645833vw;
    overflow-wrap: break-word;
    color: rgba(96, 108, 128, 1);
    font-size: 0.729167vw;
    letter-spacing: 0.020833vw;
    font-family: MicrosoftYaHeiLight;
    text-align: left;
    line-height: 1.250000vw;
    margin: 0.677083vw 0 0 3.802083vw;
}

.image-text_5 {
    width: 13.802083vw;
    height: 1.250000vw;
    margin: 1.197917vw 0 0 3.854167vw;
}

.thumbnail_1 {
    width: 0.937500vw;
    height: 0.937500vw;
    margin-top: 0.156250vw;
}

.text-group_8 {
    width: 12.395833vw;
    height: 1.250000vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHeiSemilight;
    text-align: left;
    white-space: nowrap;
    line-height: 1.250000vw;
}

.image-text_6 {
    width: 13.802083vw;
    height: 1.250000vw;
    margin: 0.364583vw 0 0 3.854167vw;
}

.thumbnail_2 {
    width: 0.937500vw;
    height: 0.937500vw;
    margin-top: 0.156250vw;
}

.text-group_9 {
    width: 12.395833vw;
    height: 1.250000vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHeiSemilight;
    text-align: left;
    white-space: nowrap;
    line-height: 1.250000vw;
}

.image-text_7 {
    width: 13.802083vw;
    height: 1.250000vw;
    margin: 0.468750vw 0 4.427083vw 3.854167vw;
}

.thumbnail_3 {
    width: 0.937500vw;
    height: 0.937500vw;
    margin-top: 0.156250vw;
}

.text-group_10 {
    width: 12.395833vw;
    height: 1.250000vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHeiSemilight;
    text-align: left;
    white-space: nowrap;
    line-height: 1.250000vw;
}

.section_9 {
    background: url(../images/znpj/img_jjfaright.png) no-repeat;
    background-size: cover;
    border-radius: 0.520833vw;
    height: 22.656250vw;
    width: 39.791667vw;
    position: absolute;
    right: 0;
    top: 1.770833vw;
}

.section_11 {
    border-radius: 0.520833vw;
    position: absolute;
    left: 0;
    top: 0;
    width: 39.791667vw;
    height: 22.656250vw;
    border: 0.104167vw solid rgba(255, 255, 255, 1);
}

.text_17 {
    background-image: linear-gradient(
        180deg,
        #576DC5, #003A8C
    );
    width: 9.479167vw;
    height: 1.666667vw;
    overflow-wrap: break-word;
    font-size: 1.354167vw;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 1.666667vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 4.635417vw 0 0 8.385417vw;
}

.text_18 {
    width: 24.531250vw;
    overflow-wrap: break-word;
    color: rgba(96, 108, 128, 1);
    font-size: 0.729167vw;
    letter-spacing: 0.020833vw;
    font-family: MicrosoftYaHeiLight;
    text-align: left;
    line-height: 1.250000vw;
    margin: 0.468750vw 0 0 8.541667vw;
}

.image-text_8 {
    width: 14.895833vw;
    height: 1.250000vw;
    margin: 1.250000vw 0 0 8.697917vw;
}

.label_1 {
    width: 1.406250vw;
    height: 1.145833vw;
    margin-top: 0.104167vw;
}

.text-group_11 {
    width: 13.125000vw;
    height: 1.250000vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHeiSemilight;
    text-align: left;
    white-space: nowrap;
    line-height: 1.250000vw;
}

.image-text_9 {
    width: 14.895833vw;
    height: 1.250000vw;
    margin: 0.572917vw 0 0 8.697917vw;
}

.label_2 {
    width: 1.406250vw;
    height: 1.145833vw;
    margin-top: 0.104167vw;
}

.text-group_12 {
    width: 13.125000vw;
    height: 1.250000vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHeiSemilight;
    text-align: left;
    white-space: nowrap;
    line-height: 1.250000vw;
}

.image-text_10 {
    width: 14.895833vw;
    height: 1.302083vw;
    margin: 0.416667vw 0 6.093750vw 8.697917vw;
}

.label_3 {
    width: 1.406250vw;
    height: 1.145833vw;
    margin-top: 0.156250vw;
}

.text-group_13 {
    width: 13.125000vw;
    height: 1.250000vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHeiSemilight;
    text-align: left;
    white-space: nowrap;
    line-height: 1.250000vw;
}

.section_2 {
    background-image: url(../images/znpj/b0ff403fc1144fb1ab839f89d7a71c8f_mergeImage.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 37.916667vw;
}

.text-group_1 {
    width: 36.562500vw;
    height: 3.906250vw;
    margin: 5.208333vw auto 0;
}

.text_1 {
    width: 100%;
    height: 1.770833vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.770833vw;
    font-family: DingTalk-JinBuTi, serif;
    text-align: center;
    white-space: nowrap;
    line-height: 1.770833vw;
}

.text_2 {
    width: 36.562500vw;
    height: 1.458333vw;
    overflow-wrap: break-word;
    color: rgba(98, 110, 128, 1);
    font-size: 0.833333vw;
    font-family: MicrosoftYaHeiLight;
    text-align: center;
    white-space: nowrap;
    line-height: 1.458333vw;
    margin-top: 0.677083vw;
}

.list_1 {
    width: 62.500000vw;
    height: 20.781250vw;
    justify-content: space-between;
    margin: 2.239583vw auto 0;
}

.list-items_1-0 {
    width: 20.208333vw;
    height: 20.781250vw;
    background-color: rgba(255, 255, 255, 0.3);
    margin-right: 0.937500vw;
    border-radius: 0.416667vw;
    box-shadow: 0 0 0.520833vw 0 rgba(170, 210, 242, 0.74);
}
.list-items_1-0:hover{
    background-image: linear-gradient(-45deg,#E2F0FD ,#F2F8FF ,#F1F8FF );
}
.image-text_1-0 {
    width: 6.822917vw;
    height: 6.927083vw;
    margin: 2.343750vw 0 0 2.083333vw;
}

.image_1-0 {
    width: 3.645833vw;
    height: 3.645833vw;
    margin-left: 0.052083vw;
}

.text-group_2-0 {
    width: 6.822917vw;
    height: 2.239583vw;
    margin-top: 1.041667vw;
}

.text_3-0 {
    width: 7.968750vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.041667vw;
    letter-spacing: 0.092593vw;
    font-family: MicrosoftYaHeiSemibold;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
    font-weight: 600;
}

.text_4-0 {
    width: 11.458333vw;
    height: 0.833333vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHei;
    text-align: left;
    white-space: nowrap;
    line-height: 0.833333vw;
    margin: 0.104167vw 0 0 0.052083vw;
}

.text_5-0 {
    width: 16.354167vw;
    height: 3.750000vw;
    overflow-wrap: break-word;
    color: rgba(96, 108, 128, 1);
    font-size: 0.729167vw;
    letter-spacing: 0.011646vw;
    font-family: MicrosoftYaHeiLight;
    text-align: left;
    line-height: 1.250000vw;
    margin: 2.135417vw 0 5.625000vw 2.187500vw;
}

.image-text_1-1 {
    width: 6.822917vw;
    height: 6.927083vw;
    margin: 2.343750vw 0 0 2.083333vw;
}

.image_1-1 {
    width: 3.645833vw;
    height: 3.645833vw;
    margin-left: 0.052083vw;
}

.text-group_2-1 {
    width: 6.822917vw;
    height: 2.239583vw;
    margin-top: 1.041667vw;
}

.text_3-1 {
    width: 7.968750vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.041667vw;
    letter-spacing: 0.092593vw;
    font-family: MicrosoftYaHeiSemibold;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
}

.text_4-1 {
    width: 11.458333vw;
    height: 0.833333vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHei;
    text-align: left;
    white-space: nowrap;
    line-height: 0.833333vw;
    margin: 0.104167vw 0 0 0.052083vw;
}

.text_5-1 {
    width: 16.354167vw;
    height: 3.750000vw;
    overflow-wrap: break-word;
    color: rgba(96, 108, 128, 1);
    font-size: 0.729167vw;
    letter-spacing: 0.011646vw;
    font-family: MicrosoftYaHeiLight;
    text-align: left;
    line-height: 1.250000vw;
    margin: 2.135417vw 0 5.625000vw 2.187500vw;
}

.image-text_1-2 {
    width: 6.822917vw;
    height: 6.927083vw;
    margin: 2.343750vw 0 0 2.083333vw;
}

.image_1-2 {
    width: 3.645833vw;
    height: 3.645833vw;
    margin-left: 0.052083vw;
}

.text-group_2-2 {
    width: 6.822917vw;
    height: 2.239583vw;
    margin-top: 1.041667vw;
}

.text_3-2 {
    width: 7.968750vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.041667vw;
    letter-spacing: 0.092593vw;
    font-family: MicrosoftYaHeiSemibold;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
}

.text_4-2 {
    width: 11.458333vw;
    height: 0.833333vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHei;
    text-align: left;
    white-space: nowrap;
    line-height: 0.833333vw;
    margin: 0.104167vw 0 0 0.052083vw;
}

.text_5-2 {
    width: 16.354167vw;
    height: 3.750000vw;
    overflow-wrap: break-word;
    color: rgba(96, 108, 128, 1);
    font-size: 0.729167vw;
    letter-spacing: 0.011646vw;
    font-family: MicrosoftYaHeiLight;
    text-align: left;
    line-height: 1.250000vw;
    margin: 2.135417vw 0 5.625000vw 2.187500vw;
}



.section_3 {
    background-image: url(../images/znpj/260e978fde644d7cbf2d475c1d78eb13_mergeImage.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 37.291667vw;
    width: 100%;
}

.box_2 {
    width: 17.812500vw;
    height: 4.270833vw;
    margin: 5.156250vw auto 0;
}

.text-group_3 {
    width: 17.812500vw;
    height: 4.270833vw;
}

.text_6 {
    width: 100%;
    height: 1.770833vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.770833vw;
    font-family: DingTalk-JinBuTi, serif;
    text-align: center;
    white-space: nowrap;
    line-height: 1.770833vw;
}

.text_7 {
    width: 17.812500vw;
    height: 1.458333vw;
    overflow-wrap: break-word;
    color: rgba(98, 110, 128, 1);
    font-size: 0.833333vw;
    font-family: MicrosoftYaHeiLight;
    text-align: center;
    white-space: nowrap;
    line-height: 1.458333vw;
    margin-top: 1.041667vw;
}

.box_3 {
    width: 62.500000vw;
    height: 19.843750vw;
    margin: 2.083333vw auto 0;
}
.image-text_2 {
    width: 6.822917vw;
    margin: 3.333333vw 0 0 2.500000vw;
}

.image_2 {
    width: 3.645833vw;
    height: 3.645833vw;
    margin-left: 0.052083vw;
}

.text-group_4 {
    width: 6.822917vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.041667vw;
    letter-spacing: 0.092593vw;
    font-family: MicrosoftYaHeiSemibold;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
    margin-top: 0.520833vw;
    font-weight: 600;
}

.text_8 {
    background-image: linear-gradient(
        270deg,
        rgba(238, 77, 111, 1) 0,
        rgba(215, 38, 60, 1) 100%
    );
    width: 100%;
    height: 1.406250vw;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 1.041667vw;
    letter-spacing: 0.092593vw;
    font-family: MicrosoftYaHeiSemibold;
    text-align: left;
    white-space: nowrap;
    line-height: 1.406250vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 2.291667vw 0 0 2.552083vw;
    display: flex;
    align-items: center;;

}
.text_8 img{
    margin-left: 0.156250vw;
}
.text_9 {
    width: 19.270833vw;
    height: 1.979167vw;
    overflow-wrap: break-word;
    color: rgba(96, 108, 128, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHeiLight;
    text-align: left;
    line-height: 0.989583vw;
    margin: 0.572917vw 0 4.739583vw 2.604167vw;
}

.image_3 {
    position: absolute;
    left: 2.552083vw;
    top: 13.072917vw;
    width: 19.270833vw;
    height: 1.979167vw;
}

.section_5 {
    width: 14.583333vw;
    height: 19.791667vw;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.4);
    border: 0.052083vw solid #ffffff;
    justify-content: center;
}
.section_5:nth-child(1){
    border-radius: 0.520833vw 0 0 0.520833vw;
}
.section_5:nth-child(3){
    border-radius: 0 0.520833vw 0.520833vw 0;
}
.section_5:nth-child(1){
    z-index: 3;
}
.section_5:nth-child(2){
    z-index: 2;
}
.section_5:nth-child(3){
    z-index: 1;
}
.section_5.active{
    z-index: 5;
}
.section_5.active:nth-child(1){
    background-image: url(../images/cglhdb/img_znpjkhjz1@2x.png);
}
.section_5.active:nth-child(2){
    background-image: url(../images/cglhdb/img_znpjkhjz2@2x.png);
}
.section_5.active:nth-child(3){
    background-image: url(../images/cglhdb/img_znpjkhjz3@2x.png);
}
.section_5.active {
    position: relative;
    width: 33.281250vw;
    height: 19.791667vw;
    justify-content: flex-start;
}
.section_5 .active-dom{
    display: none;
}
.section_5.active .active-dom{
    display: flex;
    flex-direction: column;
}

.khjz_desc{
    height: 0.833333vw;
    overflow-wrap: break-word;
    color: rgba(96, 108, 128, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHeiSemilight;
    text-align: left;
    white-space: nowrap;
    line-height: 0.833333vw;
    margin: 0.468750vw 0 0.989583vw 0.052083vw;
}
.khjz_explain{
    margin: 0 0 0.677083vw 2.083333vw;
    align-items: center;
}
.khjz_explain img{
    margin-right: 0.260417vw;
}
.khjz_explain_text{
    height: 0.989583vw;
    overflow-wrap: break-word;
    color: rgba(96, 108, 128, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHeiLight;
    text-align: left;
    white-space: nowrap;
    line-height: 0.989583vw;
}

.section_5.active .image-text_3{
    display: none;
}
.image-text_3 {
    width: 9.375000vw;
    height: 6.458333vw;
    margin: 5.052083vw 0 0 0;
    align-items: center;
}

.image_4 {
    width: 3.645833vw;
    height: 3.645833vw;
}

.text-group_5 {
    width: 9.375000vw;
    height: 2.395833vw;
    margin-top: 0.416667vw;
    align-items: center;
}

.text_10 {
    width: 6.875000vw;
    height: 1.406250vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.041667vw;
    letter-spacing: 0.104167vw;
    font-family: MicrosoftYaHeiSemibold;
    text-align: center;
    white-space: nowrap;
    line-height: 1.406250vw;
    font-weight: 600;
}

.text_11 {
    width: 9.375000vw;
    height: 0.833333vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHei;
    text-align: center;
    white-space: nowrap;
    line-height: 0.833333vw;
    margin-top: 0.156250vw;
}
.image-text_4 {
    width: 8.854167vw;
    height: 6.302083vw;
    margin: 5.104167vw 0 0 2.864583vw;
}

.image_5 {
    width: 3.645833vw;
    height: 3.645833vw;
    margin-left: 2.604167vw;
}

.text-group_6 {
    width: 8.854167vw;
    height: 2.395833vw;
    margin-top: 0.260417vw;
}

.text_12 {
    width: 5.729167vw;
    height: 1.406250vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.041667vw;
    letter-spacing: 0.104167vw;
    font-family: MicrosoftYaHeiSemibold;
    text-align: right;
    white-space: nowrap;
    line-height: 1.406250vw;
    margin-left: 1.562500vw;
}

.text_13 {
    width: 8.854167vw;
    height: 0.833333vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHei;
    text-align: right;
    white-space: nowrap;
    line-height: 0.833333vw;
    margin-top: 0.156250vw;
}

.section_12 {
    background: linear-gradient( 359deg, #CEE7FF 0%, rgba(255,255,255,0.4) 100%);
    width: 100%;
    height: 47.187500vw;
}

.text-group_14 {
    width: 17.812500vw;
    height: 4.270833vw;
    margin: 5.156250vw auto 0;
}

.text_19 {
    width: 100%;
    height: 1.770833vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.770833vw;
    font-family: DingTalk-JinBuTi, serif;
    text-align: center;
    white-space: nowrap;
    line-height: 1.770833vw;
}

.text_20 {
    height: 1.458333vw;
    overflow-wrap: break-word;
    color: rgba(98, 110, 128, 1);
    font-size: 0.833333vw;
    font-family: MicrosoftYaHeiLight;
    text-align: center;
    white-space: nowrap;
    line-height: 1.458333vw;
    margin-top: 1.041667vw;
}

.list_2 {
    width: 62.447917vw;
    height: 23.802083vw;
    margin: 2.187500vw auto 0;
}
.list_2 > div{
    border: 0.052083vw solid #ffffff;
}
.list-items_2-0 {
    box-shadow: 0.000000vw 0.000000vw 0.520833vw 0.000000vw rgba(170, 210, 242, 0.74);
    border-radius: 0.520833vw;
    height: 23.802083vw;
    margin-right: 0.937500vw;
    width: 20.208333vw;
    background-image: url(../images/znpj/img_d6k1.png);
}

.box_4-0 {
    border-radius: 0.520833vw;
    height: 23.802083vw;
    width: 20.208333vw;
}

.group_2-0 {
    width: 20.208333vw;
    height: 23.802083vw;
}

.text-group_16-0 {
    position: relative;
    width: 16.354167vw;
    height: 5.625000vw;
    margin: 12.864583vw 0 0 1.822917vw;
}

.text_25-0 {
    background-image: linear-gradient(
        180deg,
        #576DC5, #003A8C
    );
    width: 7.500000vw;
    height: 1.250000vw;
    overflow-wrap: break-word;
    font-size: 1.250000vw;
    font-family: DingTalk-JinBuTi, serif;
    text-align: right;
    line-height: 1.250000vw;
    margin-left: 4.427083vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text_26-0 {
    position: absolute;
    left: 0;
    top: 3.125000vw;
    width: 16.354167vw;
    height: 2.500000vw;
    overflow-wrap: break-word;
    color: rgba(96, 108, 128, 1);
    font-size: 0.729167vw;
    letter-spacing: 0.011646vw;
    font-family: MicrosoftYaHeiLight;
    text-align: left;
    line-height: 1.250000vw;
}

.list-items_2-1 {
    box-shadow: 0.000000vw 0.000000vw 0.520833vw 0.000000vw rgba(170, 210, 242, 0.74);
    border-radius: 0.520833vw;
    height: 23.802083vw;
    margin-right: 0.937500vw;
    width: 20.208333vw;
    background-image: url(../images/znpj/img_d6k2.png);
}

.box_4-1 {
    border-radius: 0.520833vw;
    height: 23.802083vw;
    width: 20.208333vw;
}

.image-text_11-1 {
    width: 16.354167vw;
    height: 6.979167vw;
    margin: 11.510417vw 0 0 1.822917vw;
}

.label_5-1 {
    width: 1.770833vw;
    height: 1.666667vw;
    margin-left: 7.031250vw;
}

.text-group_15-1 {
    width: 16.354167vw;
    height: 4.375000vw;
    margin-top: 0.937500vw;
}

.text_23-1 {
    background-image: linear-gradient(
        180deg,
        #EA7682, #C60056
    );
    width: 7.500000vw;
    height: 1.250000vw;
    overflow-wrap: break-word;
    font-size: 1.250000vw;
    font-family: DingTalk-JinBuTi, serif;
    text-align: right;
    white-space: nowrap;
    line-height: 1.250000vw;
    margin-left: 4.427083vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text_24-1 {
    width: 16.354167vw;
    height: 2.500000vw;
    overflow-wrap: break-word;
    color: rgba(96, 108, 128, 1);
    font-size: 0.729167vw;
    letter-spacing: 0.011646vw;
    font-family: MicrosoftYaHeiLight;
    text-align: left;
    line-height: 1.250000vw;
    margin-top: 0.625000vw;
}

.list-items_2-2 {
    box-shadow: 0.000000vw 0.000000vw 0.520833vw 0.000000vw rgba(170, 210, 242, 0.74);
    border-radius: 0.520833vw;
    height: 23.802083vw;
    margin-right: 0.937500vw;
    width: 20.208333vw;
    background-image: url(../images/znpj/img_d6k3.png);
}
.list_2 > div{
    position: relative;
    overflow: hidden;
}
.list_2 > div >div{
    position: relative;
    z-index: 10;
}
.ywfn-bg{
    height: 23.802083vw;
    width: 20.208333vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.list_2 > div:hover .ywfn-bg{
    transform: scale(1.1);
    transition: all 0.5s;
}
.list_2 > div:hover .hover_explain{
    display: flex;
}
.list_2 > div:hover .image-text_11-1{
    margin-top: 4.427083vw;
}

.list_2 .hover_explain{
    display: none;
    margin-top: 0.781250vw;
}
.list_2 .hover_explain .explain_item{
    margin-bottom: 0.572917vw;
}
.list_2 .hover_explain span{
    font-family: MicrosoftYaHeiLight;
    font-size: 0.729167vw;
    color: #606C80;
    line-height: 0.989583vw;
    text-align: left;
}
.box_4-2 {
    border-radius: 0.520833vw;
    height: 23.802083vw;
    width: 20.208333vw;
}

.group_1-2 {
    position: relative;
    width: 20.208333vw;
    height: 23.802083vw;
    background-size: 100% 100%;
    margin-left: -0.052083vw;
}

.text_21-2 {
    background-image: linear-gradient(
        180deg,
        #756FD4, #22075E
    );
    height: 1.250000vw;
    overflow-wrap: break-word;
    font-size: 1.250000vw;
    font-family: DingTalk-JinBuTi, serif;
    text-align: center;
    line-height: 1.250000vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.text_22-2 {
    width: 16.354167vw;
    height: 2.500000vw;
    overflow-wrap: break-word;
    color: rgba(96, 108, 128, 1);
    font-size: 0.729167vw;
    letter-spacing: 0.011646vw;
    font-family: MicrosoftYaHeiLight;
    text-align: left;
    line-height: 1.250000vw;
    margin: -0.625000vw 0 5.312500vw 1.822917vw;
}

.label_4-2 {
    position: absolute;
    left: 9.114583vw;
    top: 11.562500vw;
    width: 1.770833vw;
    height: 1.562500vw;
}

.box_5 {
    background-image: url(../images/znpj/266ed76a6a12425d868c374592f50f54_mergeImage.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 52.656250vw;
}

.text-group_17 {
    width: 12.187500vw;
    height: 4.114583vw;
    margin: 5.052083vw auto 0;
}

.text_27 {
    width: 100%;
    height: 1.770833vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.770833vw;
    font-family: DingTalk-JinBuTi, serif;
    text-align: center;
    white-space: nowrap;
    line-height: 1.770833vw;
}

.text_28 {
    width: 12.187500vw;
    height: 1.458333vw;
    overflow-wrap: break-word;
    color: rgba(98, 110, 128, 1);
    font-size: 0.833333vw;
    letter-spacing: 0.052083vw;
    font-family: MicrosoftYaHeiLight;
    text-align: center;
    white-space: nowrap;
    line-height: 1.458333vw;
    margin-top: 0.885417vw;
}
.box_6{
    background-image: url(../images/znpj/img_shipty.png);
    width: 63.750000vw;
    height: 36.406250vw;
    margin: 2.604167vw auto 0;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.player-container{
    width: 60.416667vw;
    height: 32.239583vw;
    margin: 2.604167vw auto;
}

.player-container:hover .custom-controls {
    opacity: 1;
}
.video-wrapper {
    position: relative;
    padding-top: 32.239583vw; /* 16:9 Aspect Ratio */
}

.video-wrapper.has-fullscreen {
    position: relative;
    padding-top:56.25%; /* 16:9 Aspect Ratio */
}
video {
    border-radius: 0.729167vw;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 0 0.520833vw 0 rgba(170,210,242,0.74), 0 0 0.520833vw 0 rgba(255,255,255,0.74);
}

.custom-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 0.781250vw 1.041667vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: opacity 0.3s;
    opacity: 0;
    border-radius: 0 0 0.729167vw 0.729167vw;
}

.player-container:hover .custom-controls {
    opacity: 1;
}

.big-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.687500vw;
    height: 4.687500vw;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}
.big-play-btn .fa-play{
    display: inline-block;
    width: 4.687500vw;
    height: 4.687500vw;
    background-image: url(../images/znpj/icon_bfan.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.big-play-btn .fa-pause{
    display: inline-block;
    width: 4.687500vw;
    height: 4.687500vw;
    background-image: url(../images/znpj/icon_gb.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.play-btn .fa-play{
    display: inline-block;
    width: 1.875000vw;
    height: 1.875000vw;
    background-image: url(../images/costRobot/icon_bf.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.play-btn .fa-pause{
    display: inline-block;
    width: 1.875000vw;
    height: 1.875000vw;
    background-image: url(../images/costRobot/icon_zt.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mute-btn{
    margin-right: 0.208333vw;
}
.mute-btn .fa-volume-up{
    display: inline-block;
    width: 0.833333vw;
    height: 0.833333vw;
    background-image: url(../images/costRobot/icon_fjy.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mute-btn .fa-volume-mute{
    display: inline-block;
    width: 0.833333vw;
    height: 0.833333vw;
    background-image: url(../images/costRobot/icon_jy.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.fullscreen-btn .fa-expand{
    display: inline-block;
    width: 0.833333vw;
    height: 0.833333vw;
    background-image: url(../images/costRobot/icon_qp.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.fullscreen-btn .fa-compress{
    display: inline-block;
    width: 0.833333vw;
    height: 0.833333vw;
    background-image: url(../images/costRobot/icon_fqp.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.play-btn, .mute-btn, .fullscreen-btn {
    background: none;
    border: none;
    color: white;
    font-size: 1.041667vw;
    cursor: pointer;
    width: 2.083333vw;
    height: 2.083333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
}

.play-btn:hover, .mute-btn:hover, .fullscreen-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.progress-container {
    flex: 1;
    height: 0.312500vw;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0.156250vw;
    margin: 0 0.781250vw;
    cursor: pointer;
    position: relative;
}

.progress-bar {
    height: 100%;
    width: 0;
    background: #ff4757;
    border-radius: 0.156250vw;
    position: relative;
}

.progress-bar::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.729167vw;
    height: 0.729167vw;
    background: white;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s;
}

.progress-container:hover .progress-bar::after {
    opacity: 1;
}

.time-display {
    color: white;
    font-size: 0.729167vw;
    font-family: monospace;
    min-width: 5.208333vw;
    text-align: center;
}

.volume-container {
    display: flex;
    align-items: center;
    margin: 0 0.781250vw;
    width: 5.208333vw;
}

.volume-slider {
    flex: 1;
    height: 0.208333vw;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0.104167vw;
    cursor: pointer;
}

.volume-level {
    height: 100%;
    width: 70%;
    background: white;
    border-radius: 0.104167vw;
}
.fzpb{
    width: 100%;
    height: 55.781250vw;
    background: linear-gradient( 180deg, #FFFFFF 0%, #DDEEFF 100%);
}
.tab-content{
    position: relative;
    overflow: hidden;
    height: 36.354167vw;
    background: linear-gradient( 318deg, rgba(241, 248, 255, 0.88) 0%, rgba(254, 255, 255, 0.88) 64%, rgba(255, 255, 255, 0.88) 100%);
    box-shadow: 0.000000vw 0.104167vw 0.208333vw 0.000000vw #BCD4E6;
    border-radius: 0.104167vw;
    border: 0.052083vw solid #FFFFFF;
}
.tabs_box{
    box-shadow: none;
    background-color: #FFFFFF;
}
.tab-content{
    display: none;
}
.tab-content.show{
    display: block;
}
.tab-content .cpt1{
    margin: 1.614583vw auto 0;
    width: 62.500000vw;
    display: block;
}
.download_AI{
    width: 18.697917vw;
    height: 2.083333vw;
    margin: 2.812500vw auto 0;
    position: relative;
    border-radius: 0.208333vw;
    border: 0.052083vw solid #D7263C;
    display: flex;
    align-items: center;
    justify-content: center;
}
.download_AI img{
    width: 1.250000vw;
    height: 1.250000vw;
    margin-right: 0.520833vw;
    z-index: 10;
    position: relative;
}
.download_AI span{
    font-family: MicrosoftYaHei;
    font-size: 0.833333vw;
    color: #DC2D46;
    line-height: 0.833333vw;
    text-align: left;
    font-style: normal;
    z-index: 10;
    position: relative;
}
.download_AI .download_bg{
    width: 0.052083vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.5s;
    background: #DC2D46;
}
.download_AI:hover .download_bg{
    width: 100%;
}
.download_AI:hover span{
    color: #FFFFFF;
}
.ywfn_box{
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0.520833vw 0 rgba(170,210,242,0.74);
    width: 62.500000vw;
    height: 29.791667vw;
    margin: 0 auto;
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    place-items: start center;
    padding: 3.958333vw 3.802083vw 4.427083vw 3.281250vw;
    box-sizing: border-box;
}
.ywfn_wrapper .line-1{
    position: absolute;
    width: calc(100% - 6.927083vw);
    border-top: 0.052083vw solid;
    border-image: linear-gradient(141deg, rgba(255, 255, 255, 0), rgba(202, 227, 253, 1), rgba(202, 227, 253, 1), rgba(255, 255, 255, 0));
    border-image-slice: 1;
    background-image: linear-gradient(141deg, rgba(255, 255, 255, 0), rgba(202, 227, 253, 1), rgba(202, 227, 253, 1), rgba(255, 255, 255, 0));
    opacity: 0.8;
    top: 15.625000vw;
    left: 3.281250vw;
}
.ywfn_wrapper .line-2{
    position: absolute;
    border-left: 0.052083vw solid;
    border-image: linear-gradient(360deg, rgba(255, 255, 255, 0), rgba(202, 227, 253, 1), rgba(202, 227, 253, 1), rgba(255, 255, 255, 0));
    border-image-slice: 1;
    height: calc(100% - 8.385417vw);
    background-image:linear-gradient(360deg, rgba(255, 255, 255, 0), rgba(202, 227, 253, 1), rgba(202, 227, 253, 1), rgba(255, 255, 255, 0));
    opacity: 0.8;
    left: 20.572917vw;
    top: 3.958333vw;
}
.ywfn_wrapper .line-3{
    position: absolute;
    border-left: 0.052083vw solid rgba(255, 255, 255, 0);
    border-image: linear-gradient(360deg, rgba(255, 255, 255, 0), rgba(202, 227, 253, 1), rgba(202, 227, 253, 1), rgba(255, 255, 255, 0));
    border-image-slice: 1;
    height: calc(100% - 8.385417vw);
    background-image:linear-gradient(360deg, rgba(255, 255, 255, 0), rgba(202, 227, 253, 1), rgba(202, 227, 253, 1), rgba(255, 255, 255, 0));
    opacity: 0.8;
    right: 20.572917vw;
    top: 3.958333vw;
}
.ywfn_item{
    width: 11.666667vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 0.833333vw;
}
.ywfn_item img{
    width: 3.645833vw;
}

.ywfn_item:hover img{
    transform: scale(1.06);
    transition: all 0.5s;
}
.ywfn_item .ywfn_item_title{
    font-family: MicrosoftYaHeiSemibold;
    font-size: 1.041667vw;
    color: #202D40;
    line-height: 1.250000vw;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    margin-top: 0.312500vw;
}
.ywfn_item .ywfn_item_desc{
    font-family: MicrosoftYaHeiLight;
    font-size: 0.729167vw;
    color: #606C80;
    line-height: 1.250000vw;
    text-align: center;
    font-style: normal;
    margin-top: 1.093750vw;
}
.section_4 {
    width: 62.500000vw;
    height: 2.239583vw;
    margin-left: -0.052083vw;
    background: linear-gradient( 180deg, rgba(222, 0, 41, 0.16) 0%, rgba(222,0,41,0) 100%);
    opacity: 0.11;
    position: absolute;
    top: 0;
}
