

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;
}
.box_1 {
    background-image: url(../images/zxjg/fbf475f70ccf4c648ed188860bbfdd52_mergeImage.png);
    height: 56.250000vw;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.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: 15.468750vw 0 0;
}

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

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

.text-group_1 {
    width: 27.708333vw;
    height: 14.218750vw;
    margin-top: 2.135417vw;
}

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

.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: 27.708333vw;
    height: 7.291667vw;
    overflow-wrap: break-word;
    color: rgba(98, 110, 128, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHeiLight;
    text-align: justify;
    line-height: 1.458333vw;
    margin-top: 1.406250vw;
}

.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);
        }
    }
}
.group_2 {
    height: 22.916667vw;
    width: 35.104167vw;
    background-image: url(../images/zxjg/img_cpt1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 29.687500vw;
    top: 15.468750vw;
}

.block_3 {
    background-image: url(../images/zxjg/img_zxjgbj3@2x.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 67.708333vw;
    width: 100%;
    position: relative;
}

.box_3 {
    position: relative;
    width: 100%;
    height: 35.937500vw;
}
.img_sjhj1{
    width: 62.500000vw;
    position: absolute;
    top: 0;
    left: 0;
}
.img_sjhj2{
    width: 62.500000vw;
    position: absolute;
    top: 5.208333vw;
    left: 0;
    z-index: 2;
    animation: bounce 3s infinite;

}
@keyframes bounce {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
.text_11 {
    width: 7.083333vw;
    height: 2.500000vw;
    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: 2.500000vw;
    margin: 5.937500vw auto 0;
}

.paragraph_1 {
    width: 62.500000vw;
    height: 2.916667vw;
    overflow-wrap: break-word;
    color: rgba(98, 110, 128, 1);
    font-size: 0.729167vw;
    text-align: center;
    line-height: 1.250000vw;
    margin: 1.614583vw auto 0;
}

.image_4 {
    position: absolute;
    left: 18.750000vw;
    top: 17.447917vw;
    width: 63.177083vw;
    height: 31.197917vw;
}

.block_4 {
    background-image: url(../images/zxjg/30e8a8629a19495ba9018a319fa52084_mergeImage.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 56.250000vw;
    width: 100%;
    position: relative;
}

.group_5{
    position: relative;
}


.text-group_2 {
    width: 33.645833vw;
    height: 6.979167vw;
    margin: 5.937500vw auto 0;
}

.paragraph_2 {
    width: 33.645833vw;
    height: 5.000000vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.770833vw;
    font-family: DingTalk-JinBuTi, serif;
    text-align: center;
    line-height: 2.500000vw;
}

.text_12 {
    width: 26.979167vw;
    height: 0.937500vw;
    overflow-wrap: break-word;
    color: rgba(234, 72, 104, 1);
    font-size: 0.937500vw;
    font-family: MicrosoftYaHei;
    text-align: center;
    white-space: nowrap;
    line-height: 0.937500vw;
    margin: 1.041667vw 0 0 3.333333vw;
}

.text-wrapper_2 {
    width: 18.281250vw;
    height: 0.729167vw;
    margin: 1.041667vw auto 0;
}

.text_13 {
    width: 4.375000vw;
    height: 0.729167vw;
    overflow-wrap: break-word;
    color: rgba(98, 110, 128, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHeiLight;

    text-align: justify;
    white-space: nowrap;
    line-height: 0.729167vw;
}

.text_14 {
    width: 13.854167vw;
    height: 0.729167vw;
    overflow-wrap: break-word;
    color: rgba(98, 110, 128, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHeiLight;

    text-align: justify;
    white-space: nowrap;
    line-height: 0.729167vw;
}

.text_15 {
    width: 46.250000vw;
    height: 4.375000vw;
    overflow-wrap: break-word;
    color: rgba(98, 110, 128, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHeiLight;

    text-align: center;
    line-height: 1.458333vw;
    margin: 1.041667vw auto 13.750000vw;
}

.group_6 {
    height: 32.812500vw;
    background-color: rgba(255, 255, 255, 0.4);
    width: 62.500000vw;
    position: absolute;
    left:0;
    top: 17.187500vw;
    border-radius: 0.416667vw;
}

.section_3 {
    border-radius: 0.416667vw;
    height: 32.812500vw;
    border: 0.078125vw solid rgba(255, 255, 255, 1);
    width: 62.500000vw;
}

.group_7 {
    width: 31.927083vw;
    height: 1.666667vw;
    margin: 1.875000vw 0 0 28.333333vw;
}

.text_16 {
    width: 5.833333vw;
    height: 1.458333vw;
    overflow-wrap: break-word;
    color: rgba(222, 51, 78, 1);
    font-size: 1.458333vw;
    font-family: DingTalk-JinBuTi, serif;
    text-align: center;
    white-space: nowrap;
    line-height: 1.458333vw;
}

.text-wrapper_3 {
    width: 12.708333vw;
    height: 1.458333vw;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: MicrosoftYaHeiLight;
    text-align: right;
    line-height: 1.458333vw;
    margin-top: 0.208333vw;
}

.text_17 {
    width: 12.187500vw;
    height: 1.458333vw;
    overflow-wrap: break-word;
    color: rgba(98, 110, 128, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHeiLight;

    text-align: left;
    line-height: 1.458333vw;
}

.text_18 {
    width: 12.187500vw;
    height: 1.458333vw;
    overflow-wrap: break-word;
    color: rgba(98, 110, 128, 1);
    font-size: 0.729167vw;
    font-family: Helvetica-Light;
    font-weight: 300;
    text-align: left;
    line-height: 1.458333vw;
}

.text_19 {
    width: 12.187500vw;
    height: 1.458333vw;
    overflow-wrap: break-word;
    color: rgba(98, 110, 128, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHeiLight;

    text-align: left;
    line-height: 1.458333vw;
}

.group_8 {
    width: 49.531250vw;
    height: 4.375000vw;
    margin: 4.166667vw 0 0 6.927083vw;
}

.image-text_1 {
    width: 5.000000vw;
    height: 4.375000vw;
}

.label_1 {
    width: 2.500000vw;
    height: 2.500000vw;
    margin: 0 auto;
}

.text-group_3 {
    width: 5.000000vw;
    height: 1.250000vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.145833vw;
    font-family: MicrosoftYaHeiSemibold;

    text-align: right;
    white-space: nowrap;
    line-height: 1.250000vw;
    margin-top: 0.625000vw;
}

.image-text_2 {
    width: 5.000000vw;
    height: 4.375000vw;
    margin-left: 11.250000vw;
}

.label_2 {
    width: 2.500000vw;
    height: 2.500000vw;
    margin-left: 1.250000vw;
}

.text-group_4 {
    width: 5.000000vw;
    height: 1.250000vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.145833vw;
    font-family: MicrosoftYaHeiSemibold;

    text-align: right;
    white-space: nowrap;
    line-height: 1.250000vw;
    margin-top: 0.625000vw;
}

.image-text_3 {
    width: 5.000000vw;
    height: 4.375000vw;
    margin-left: 9.375000vw;
}

.label_3 {
    width: 2.500000vw;
    height: 2.500000vw;
    margin-left: 1.250000vw;
}

.text-group_5 {
    width: 5.000000vw;
    height: 1.250000vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.145833vw;
    font-family: MicrosoftYaHeiSemibold;
    text-align: right;
    white-space: nowrap;
    line-height: 1.250000vw;
    margin-top: 0.625000vw;
}

.image-text_4 {
    width: 5.000000vw;
    height: 4.375000vw;
    margin-left: 8.906250vw;
}

.label_4 {
    width: 2.500000vw;
    height: 2.500000vw;
    margin-left: 1.250000vw;
}

.text-group_6 {
    width: 5.000000vw;
    height: 1.250000vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.145833vw;
    font-family: MicrosoftYaHeiSemibold;

    text-align: right;
    white-space: nowrap;
    line-height: 1.250000vw;
    margin-top: 0.625000vw;
}

.text-wrapper_4 {
    width: 58.437500vw;
    height: 3.385417vw;
    margin: 0.468750vw 0 0 3.385417vw;
}

.text_20 {
    background-image: linear-gradient(
        180deg,
        rgba(234, 72, 104, 1) 0,
        rgba(219, 45, 69, 1) 100%
    );
    width: 7.291667vw;
    height: 3.333333vw;
    font-family: Arial-BoldMT;
    overflow-wrap: break-word;
    color: rgba(215, 38, 60, 1);
    font-size: 2.500000vw;
    text-align: right;
    white-space: nowrap;
    line-height: 3.333333vw;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text_21 {
    background-image: linear-gradient(
        180deg,
        rgba(234, 72, 104, 1) 0,
        rgba(219, 45, 69, 1) 100%
    );
    width: 2.500000vw;
    height: 1.562500vw;
    overflow-wrap: break-word;
    color: rgba(215, 38, 60, 1);
    font-size: 1.250000vw;
    font-family: MicrosoftYaHeiSemibold;

    text-align: right;
    white-space: nowrap;
    line-height: 1.562500vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 1.145833vw 0 0 0.208333vw;
}

.text_22 {
    background-image: linear-gradient(
        180deg,
        rgba(234, 72, 104, 1) 0,
        rgba(219, 45, 69, 1) 100%
    );
    width: 7.291667vw;
    height: 3.333333vw;
    overflow-wrap: break-word;
    color: rgba(215, 38, 60, 1);
    font-size: 2.500000vw;
    font-family: Arial-BoldMT;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    line-height: 3.333333vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0.052083vw 0 0 5.208333vw;
}

.text_23 {
    background-image: linear-gradient(
        180deg,
        rgba(234, 72, 104, 1) 0,
        rgba(219, 45, 69, 1) 100%
    );
    width: 2.500000vw;
    height: 1.562500vw;
    overflow-wrap: break-word;
    color: rgba(215, 38, 60, 1);
    font-size: 1.250000vw;
    font-family: MicrosoftYaHeiSemibold;

    text-align: right;
    white-space: nowrap;
    line-height: 1.562500vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 1.145833vw 0 0 0.520833vw;
}

.text_24 {
    background-image: linear-gradient(
        180deg,
        rgba(234, 72, 104, 1) 0,
        rgba(219, 45, 69, 1) 100%
    );
    width: 5.468750vw;
    height: 3.333333vw;
    overflow-wrap: break-word;
    color: rgba(215, 38, 60, 1);
    font-size: 2.500000vw;
    font-family: Arial-BoldMT;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    line-height: 3.333333vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0.052083vw 0 0 5.468750vw;
}

.text_25 {
    background-image: linear-gradient(
        180deg,
        rgba(234, 72, 104, 1) 0,
        rgba(219, 45, 69, 1) 100%
    );
    width: 2.500000vw;
    height: 1.562500vw;
    overflow-wrap: break-word;
    color: rgba(215, 38, 60, 1);
    font-size: 1.250000vw;
    font-family: MicrosoftYaHeiSemibold;

    text-align: right;
    white-space: nowrap;
    line-height: 1.562500vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 1.145833vw 0 0 0.104167vw;
}

.text_26 {
    background-image: linear-gradient(
        180deg,
        rgba(234, 72, 104, 1) 0,
        rgba(219, 45, 69, 1) 100%
    );
    width: 5.468750vw;
    height: 3.333333vw;
    overflow-wrap: break-word;
    color: rgba(215, 38, 60, 1);
    font-size: 2.500000vw;
    font-family: Arial-BoldMT;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    line-height: 3.333333vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0.052083vw 0 0 7.656250vw;
}

.text_27 {
    background-image: linear-gradient(
        180deg,
        rgba(234, 72, 104, 1) 0,
        rgba(219, 45, 69, 1) 100%
    );
    width: 2.500000vw;
    height: 1.562500vw;
    overflow-wrap: break-word;
    color: rgba(215, 38, 60, 1);
    font-size: 1.250000vw;
    font-family: MicrosoftYaHeiSemibold;

    text-align: right;
    white-space: nowrap;
    line-height: 1.562500vw;
    margin-top: 1.145833vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.group_9 {
    width: 49.322917vw;
    height: 4.375000vw;
    margin: 3.541667vw 0 0 7.135417vw;
}

.image-text_5 {
    width: 5.000000vw;
    height: 4.375000vw;
}

.label_5 {
    width: 2.500000vw;
    height: 2.500000vw;
    margin-left: 1.145833vw;
}

.text-group_7 {
    width: 5.000000vw;
    height: 1.250000vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.145833vw;
    font-family: MicrosoftYaHeiSemibold;

    text-align: right;
    white-space: nowrap;
    line-height: 1.250000vw;
    margin-top: 0.625000vw;
}

.image-text_6 {
    width: 5.000000vw;
    height: 4.375000vw;
    margin-left: 11.041667vw;
}

.label_6 {
    width: 2.500000vw;
    height: 2.500000vw;
    margin-left: 1.250000vw;
}

.text-group_8 {
    width: 5.000000vw;
    height: 1.250000vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.145833vw;
    font-family: MicrosoftYaHeiSemibold;

    text-align: right;
    white-space: nowrap;
    line-height: 1.250000vw;
    margin-top: 0.625000vw;
}

.image-text_7 {
    width: 3.750000vw;
    height: 4.375000vw;
    margin-left: 10.000000vw;
}

.label_7 {
    width: 2.500000vw;
    height: 2.500000vw;
    margin-left: 0.625000vw;
}

.text-group_9 {
    width: 3.750000vw;
    height: 1.250000vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.145833vw;
    font-family: MicrosoftYaHeiSemibold;

    text-align: right;
    white-space: nowrap;
    line-height: 1.250000vw;
    margin-top: 0.625000vw;
}

.image-text_8 {
    width: 5.000000vw;
    height: 4.375000vw;
    margin-left: 9.531250vw;
}

.label_8 {
    width: 2.500000vw;
    height: 2.500000vw;
    margin-left: 1.250000vw;
}

.text-group_10 {
    width: 5.000000vw;
    height: 1.250000vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.145833vw;
    font-family: MicrosoftYaHeiSemibold;

    text-align: right;
    white-space: nowrap;
    line-height: 1.250000vw;
    margin-top: 0.625000vw;
}

.text-wrapper_5 {
    width: 57.291667vw;
    height: 3.541667vw;
    margin: 0.312500vw 0 3.020833vw 2.656250vw;
}

.text_28 {
    background-image: linear-gradient(
        180deg,
        rgba(234, 72, 104, 1) 0,
        rgba(219, 45, 69, 1) 100%
    );
    width: 7.291667vw;
    height: 3.333333vw;
    overflow-wrap: break-word;
    color: rgba(215, 38, 60, 1);
    font-size: 2.500000vw;
    font-family: Arial-BoldMT;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    line-height: 3.333333vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text_29 {
    background-image: linear-gradient(
        180deg,
        rgba(234, 72, 104, 1) 0,
        rgba(219, 45, 69, 1) 100%
    );
    width: 2.500000vw;
    height: 1.562500vw;
    overflow-wrap: break-word;
    color: rgba(215, 38, 60, 1);
    font-size: 1.250000vw;
    font-family: MicrosoftYaHeiSemibold;

    text-align: right;
    white-space: nowrap;
    line-height: 1.562500vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 1.145833vw 0 0 0.312500vw;
}

.text_30 {
    background-image: linear-gradient(
        180deg,
        rgba(234, 72, 104, 1) 0,
        rgba(219, 45, 69, 1) 100%
    );
    width: 4.739583vw;
    height: 3.333333vw;
    overflow-wrap: break-word;
    color: rgba(215, 38, 60, 1);
    font-size: 2.500000vw;
    font-family: Arial-BoldMT;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    line-height: 3.333333vw;
    margin-left: 9.635417vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text_31 {
    background-image: linear-gradient(
        180deg,
        rgba(234, 72, 104, 1) 0,
        rgba(219, 45, 69, 1) 100%
    );
    width: 2.500000vw;
    height: 1.562500vw;
    overflow-wrap: break-word;
    color: rgba(215, 38, 60, 1);
    font-size: 1.250000vw;
    font-family: MicrosoftYaHeiSemibold;

    text-align: right;
    white-space: nowrap;
    line-height: 1.562500vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 1.145833vw 0 0 0.364583vw;
}

.text_32 {
    background-image: linear-gradient(
        180deg,
        rgba(234, 72, 104, 1) 0,
        rgba(219, 45, 69, 1) 100%
    );
    width: 3.645833vw;
    height: 3.333333vw;
    overflow-wrap: break-word;
    color: rgba(215, 38, 60, 1);
    font-size: 2.500000vw;
    font-family: Arial-BoldMT;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    line-height: 3.333333vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0.052083vw 0 0 6.562500vw;
}

.text_33 {
    background-image: linear-gradient(
        180deg,
        rgba(234, 72, 104, 1) 0,
        rgba(219, 45, 69, 1) 100%
    );
    width: 2.500000vw;
    height: 1.562500vw;
    overflow-wrap: break-word;
    color: rgba(215, 38, 60, 1);
    font-size: 1.250000vw;
    font-family: MicrosoftYaHeiSemibold;

    text-align: right;
    white-space: nowrap;
    line-height: 1.562500vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 1.145833vw 0 0 0.312500vw;
}

.text_34 {
    background-image: linear-gradient(
        180deg,
        rgba(234, 72, 104, 1) 0,
        rgba(219, 45, 69, 1) 100%
    );
    width: 6.250000vw;
    height: 3.333333vw;
    overflow-wrap: break-word;
    color: rgba(215, 38, 60, 1);
    font-size: 2.500000vw;
    font-family: Arial-BoldMT;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    line-height: 3.333333vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0.208333vw 0 0 7.031250vw;
}

.text_35 {
    background-image: linear-gradient(
        180deg,
        rgba(234, 72, 104, 1) 0,
        rgba(219, 45, 69, 1) 100%
    );
    width: 1.302083vw;
    height: 1.562500vw;
    overflow-wrap: break-word;
    color: rgba(215, 38, 60, 1);
    font-size: 1.250000vw;
    font-family: MicrosoftYaHeiSemibold;
    text-align: right;
    white-space: nowrap;
    line-height: 1.562500vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 1.145833vw 0 0 0.208333vw;
}


.box_4 {
    background-image: url(../images/zxjg/img_zxjgbj4.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 56.250000vw;
}

.text_36 {
    width: 19.479167vw;
    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: 5.885417vw auto 0;
}

.text_37 {
    width: 46.250000vw;
    height: 2.916667vw;
    overflow-wrap: break-word;
    color: rgba(98, 110, 128, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHeiLight;
    text-align: center;
    line-height: 1.458333vw;
    margin: 1.562500vw auto 0;
}

.group_10 {
    width: 52.083333vw;
    height: 2.916667vw;
    margin: 1.562500vw auto 0;
}

.image-text_9 {
    height: 2.812500vw;
    cursor: pointer;
    align-items: center;
}
.image-text_9.no_click {
    cursor: text;
}
.image-text_9 .label_9_hove{
    display: none;
}
.image-text_9.active .label_9{
    display: none;
}
.image-text_9.active .label_9_hove{
    display: inline-block;
}

.label_9,.label_9_hove {
    width: 1.250000vw;
    height: 1.250000vw;
}

.image-text_9.active .text-group_11 {
    height: 0.937500vw;
    overflow-wrap: break-word;
    color: rgba(215, 38, 60, 1);
    font-size: 0.937500vw;
    font-family: MicrosoftYaHei;
    text-align: right;
    white-space: nowrap;
    line-height: 0.937500vw;
    margin-top: 0.625000vw;
    position: relative;
}
.image-text_9.active .text-group_11:before{
    content: "";
    width: 100%;
    height: 0.156250vw;
    position: absolute;
    bottom: -0.781250vw;
    left: 0;
    background-color: #D7263C;
}

.group_11 {
    width: 7.500000vw;
    height: 2.812500vw;
    margin: 0.104167vw 0 0 4.583333vw;
}

.label_10 {
    width: 1.250000vw;
    height: 1.250000vw;
    margin-left: 3.229167vw;
}

.image-text_9 .text_38 {
    height: 0.937500vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.937500vw;
    font-family: MicrosoftYaHeiLight;
    text-align: right;
    white-space: nowrap;
    line-height: 0.937500vw;
    margin-top: 0.625000vw;
}

.image-text_10 {
    width: 4.687500vw;
    height: 2.812500vw;
    margin: 0.104167vw 0 0 4.010417vw;
}

.label_11 {
    width: 1.250000vw;
    height: 1.250000vw;
    margin-left: 1.718750vw;
}

.text-group_12 {
    width: 4.687500vw;
    height: 0.937500vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.937500vw;
    font-family: MicrosoftYaHeiLight;
    text-align: right;
    white-space: nowrap;
    line-height: 0.937500vw;
    margin-top: 0.625000vw;
}

.image-text_11 {
    width: 4.062500vw;
    height: 2.916667vw;
    margin-left: 3.385417vw;
}

.label_12 {
    width: 1.145833vw;
    height: 1.354167vw;
    margin-left: 1.458333vw;
}

.text-group_13 {
    width: 100%;
    height: 0.937500vw;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: MicrosoftYaHeiLight;
    text-align: center;
    white-space: nowrap;
    line-height: 0.937500vw;
    margin-top: 0.625000vw;
}

.text_39 {
    width: 4.062500vw;
    height: 0.937500vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.937500vw;
    font-family: MicrosoftYaHeiLight;
    text-align: left;
    white-space: nowrap;
    line-height: 0.937500vw;
}

.text_40 {
    width: 4.062500vw;
    height: 0.937500vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.937500vw;
    font-family: Helvetica-Light;
    font-weight: 300;
    text-align: left;
    white-space: nowrap;
    line-height: 0.937500vw;
}

.group_13 {
    border-radius: 0.520833vw;
    height: 28.489583vw;
    width: 57.500000vw;
    position: relative;
    margin: 2.083333vw auto 0;
    display: none;
}
.group_13.show{
    display: block;
}
.box_5 {
    height: 28.489583vw;
    background: url(../images/zxjg/img_pbwtbj1@2x.png)
    100% no-repeat;
    background-size: 100% 100%;
    width: 57.500000vw;
}
.tab_content .group_13:nth-child(2) .box_5{
    background: url(../images/zxjg/img_pbwtbj2@2x.png)
    100% no-repeat;
    background-size: 100% 100%;
}
.tab_content .group_13:nth-child(3) .box_5{
    background: url(../images/zxjg/img_pbwtbj3@2x.png)
    100% no-repeat;
    background-size: 100% 100%;
}
.tab_content .group_13:nth-child(4) .box_5{
    background: url(../images/zxjg/img_pbwtbj4@2x.png)
    100% no-repeat;
    background-size: 100% 100%;
}
.tab_content .group_13:nth-child(5) .box_5{
    background: url(../images/zxjg/img_pbwtbj5@2x.png)
    100% no-repeat;
    background-size: 100% 100%;
}
.tab_content .group_13:nth-child(6) .box_5{
    background: url(../images/zxjg/img_pbwtbj6@2x.png)
    100% no-repeat;
    background-size: 100% 100%;
}
.box_7 {
    box-shadow: 0.000000vw 0.104167vw 0.520833vw 0.000000vw rgba(170, 210, 242, 0.3);
    height: 21.354167vw;
    width: 33.645833vw;
    position: absolute;
    top:  3.593750vw;
    left: -2.552083vw;
}

.text-wrapper_6 {
    height: 21.354167vw;
    background: url(../images/zxjg/img_pbwty1.png) -0.520833vw -0.416667vw
    no-repeat;
    background-size: 34.687500vw 22.395833vw;
    width: 33.645833vw;
}

.paragraph_3 {
    width: 30.520833vw;
    height: 10.208333vw;
    overflow-wrap: break-word;
    color: rgba(98, 110, 128, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHeiLight;
    text-align: justify;
    line-height: 1.458333vw;
    margin: 1.562500vw 0 0 1.562500vw;
}
.box_8 {
    background-image: url(../images/zxjg/dd654ac351cf4a5984ba6b5a7e00a1c9_mergeImage.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 56.250000vw;
}

.text-group_14 {
    width: 46.250000vw;
    height: 10.937500vw;
    margin: 19.687500vw auto 0;
}

.paragraph_4 {
    width: 46.041667vw;
    height: 5.000000vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 1.770833vw;
    font-family: DingTalk-JinBuTi, serif;
    text-align: center;
    line-height: 2.500000vw;
    margin-left: 0.104167vw;
}

.text_41 {
    width: 46.250000vw;
    height: 4.375000vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHeiLight;
    text-align: center;
    line-height: 1.458333vw;
    margin-top: 1.562500vw;
}

.image_5 {
    width: 1.666667vw;
    height: 3.802083vw;
    margin: 14.010417vw auto 0;
}
.box_9 {
    background-image: url(../images/zxjg/72b552756c4e4551b5afd10cadd8f666_mergeImage.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 56.250000vw;
    width: 100%;
}

.box_10 {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 56.250000vw;
}

.text-group_15 {
    width: 54.895833vw;
    height: 10.781250vw;
    margin: 19.791667vw auto 0;
}

.paragraph_5 {
    width: 54.895833vw;
    height: 5.000000vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 1.770833vw;
    font-family: DingTalk-JinBuTi, serif;
    text-align: center;
    line-height: 2.500000vw;
}

.text_42 {
    width: 54.895833vw;
    height: 4.375000vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.729167vw;
    font-family: MicrosoftYaHeiLight;
    text-align: center;
    line-height: 1.458333vw;
    margin-top: 1.406250vw;
}
.fxbq{
    width: 100%;
    height: 56.250000vw;
    background: url(../images/zxjg/img_fxbqbj@2x.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.fxbq_text_1{
    font-family: DingTalk-JinBuTi;
    font-weight: normal;
    font-size: 1.770833vw;
    color: #202D40;
    line-height: 1.770833vw;
    text-align: center;
    font-style: normal;
    margin-top: 7.083333vw;
}
.fxbq_text_2{
    width: 46.250000vw;
    font-family: MicrosoftYaHeiLight;
    font-size: 0.729167vw;
    color: #626E80;
    line-height: 1.458333vw;
    text-align: center;
    font-style: normal;
    margin: 2.239583vw auto 0;
}
.fxbq_content{
    position: relative;
    width: 100%;
    height: 31.770833vw;
    display: flex;
    margin: 5.729167vw auto 0;
    max-width: 100.000000vw;
}
.zjys{
    position: absolute;
    top: 11.458333vw;
    width: 43.802083vw;
    left: calc(50% - (43.802083vw / 2));
    z-index: 1;
}
.marquee-left{
    width: 50%;
}
.marquee-right{
    width: 50%;
}
.marquee-right > div{
    position: relative;
    float: right;
}

.marquee-left > div{
    position: relative;
}
.marquee-left > div:before{
    content: '';
    position: absolute;
    width: 20.833333vw;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, #ddeeff, rgba(255, 255, 255, 0));
    z-index: 1;

}
/*.marquee-left > div:after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 20.833333vw;*/
/*    height: 100%;*/
/*    right: 0;*/
/*    top: 0;*/
/*    background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));*/
/*    z-index: 1;*/

/*}*/
/*.marquee-right > div:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 20.833333vw;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));*/
/*    z-index: 1;*/

/*}*/
.marquee-right > div:after{
    content: '';
    position: absolute;
    width: 20.833333vw;
    height: 100%;
    right: 0;
    top: 0;
    background-image: linear-gradient(to left, #ddeeff, rgba(255, 255, 255, 0));
    z-index: 1;

}
.marquee-1{
    width: 46.875000vw;
    overflow: hidden;
}
.marquee-2{
    width: 39.895833vw;
    overflow: hidden;
}
.marquee-3{
    width: 36.979167vw;
    overflow: hidden;
}
.marquee-4{
    width: 35.937500vw;
    overflow: hidden;
}
.marquee-5{
    width: 36.197917vw;
    overflow: hidden;
}
.marquee-6{
    width: 41.666667vw;
    overflow: hidden;
}
.marquee-container{
    width: 100%;
    overflow: hidden;
    position: relative;
    transform: translateX(-100%);
    animation: marquee-left 10s linear 1 forwards;
}
.marquee {
    display: inline-flex;
    padding: 0.520833vw 0;
    animation: marquee-scroll 20s linear infinite;
    animation-delay: 10s;
}
.marquee-right .marquee-container{
    animation: marquee-right 10s linear 1 forwards;
    transform: translateX(100%);
    display: flex;
    justify-content: flex-end;
}
.marquee-right .marquee{
    flex-direction: row-reverse;
    justify-content: flex-end;
    animation: marquee-scroll-right 20s linear infinite;
    animation-delay: 10s;
}
.tag {
    background: rgba(255, 255, 255, 0.15);
    border: 0.052083vw solid rgba(255, 255, 255, 0.2);
    border-radius: 1.458333vw;
    line-height: 2.916667vw;
    padding: 0 2.604167vw;
    margin: 0 0.781250vw;
    white-space: nowrap;
    transition: all 0.3s ease;
    backdrop-filter: blur(0.260417vw);
    box-shadow: 0 0 0.520833vw 0 rgba(170,210,242,0.74);
}

.tag:hover {
    transform: translateY(-0.260417vw) scale(1.05);
    cursor: pointer;
}
.tag.style-1{
    font-family: MicrosoftYaHeiSemibold;
    font-size: 0.937500vw;
    color: #202D40;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.052083vw;
}
.tag.style-2{
    background: linear-gradient( 270deg, rgba(194,222,252,0.41) 0%, #FAFDFF 100%);
    box-shadow: 0.000000vw 0.208333vw 0.312500vw 0.000000vw rgba(193,208,225,0.65);
    border-color: #faedf2;


    font-family: MicrosoftYaHeiSemibold;
    font-size: 1.250000vw;
    color: #202D40;
    text-align: center;
    font-style: normal;
    font-weight: 500;
}
.tag.style-3{
    font-family: MicrosoftYaHeiSemibold;
    font-size: 0.937500vw;
    color: #D7263C ;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.052083vw;
}

.tag.style-4{
    background: linear-gradient( 270deg, rgba(194,222,252,0.41) 0%, #FAFDFF 100%);
    box-shadow: 0.000000vw 0.208333vw 0.312500vw 0.000000vw rgba(193,208,225,0.65);

    font-family: MicrosoftYaHeiSemilight;
    font-size: 0.937500vw;
    color: #202D40;
    text-align: center;
    font-style: normal;
    letter-spacing: 0.052083vw;
}
.tag.style-5{
    background: linear-gradient( 270deg, rgba(194,222,252,0.41) 0%, #FAFDFF 100%);
    box-shadow: 0.000000vw 0.208333vw 0.312500vw 0.000000vw rgba(193,208,225,0.65);

    font-weight: bold;
    font-size: 1.250000vw;
    color: #202D40;
    text-align: center;
    font-style: normal;
}
.tag.style-5 span{
    background-image:linear-gradient(45.98406317922052deg, #EE4D6F 0%, #D7263C 100%);
    -webkit-background-clip: text;
    display: inline-block;
    -webkit-text-fill-color: transparent;
    color: #D7263C;
}

.tag.style-6{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 0.937500vw;
    color: #202D40;
    text-align: center;
    font-style: normal;
    letter-spacing: 0.052083vw;
}
.tag.style-7{
    background: linear-gradient( 270deg, rgba(194,222,252,0.41) 0%, #FAFDFF 100%);
    box-shadow: 0.000000vw 0.208333vw 0.312500vw 0.000000vw rgba(193,208,225,0.65);
    border-color: #faedf2;

    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 1.250000vw;
    color: #202D40;
    text-align: center;
    font-style: normal;
}
.tag.style-7 span{
    background: linear-gradient(45.98406317922052deg, #EE4D6F 0%, #D7263C 100%);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tag.style-8{
    font-family: MicrosoftYaHeiSemibold;
    font-size: 0.937500vw;
    color: #202D40;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.052083vw;
}
.tag.style-9{
    background: linear-gradient( 270deg, rgba(194,222,252,0.41) 0%, #FAFDFF 100%);
    box-shadow: 0.000000vw 0.208333vw 0.312500vw 0.000000vw rgba(193,208,225,0.65);

    font-family: MicrosoftYaHeiSemilight;
    font-size: 0.937500vw;
    color: #202D40;
    text-align: center;
    font-style: normal;
    letter-spacing: 0.052083vw;
}
.tag.style-10{
    font-family: MicrosoftYaHeiSemibold;
    font-size: 0.937500vw;
    color: #202D40;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.052083vw;
}
.tag.style-11{
    background: linear-gradient( 270deg, rgba(194,222,252,0.41) 0%, #FAFDFF 100%);
    box-shadow: 0.000000vw 0.208333vw 0.312500vw 0.000000vw rgba(193,208,225,0.65);

    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 1.250000vw;
    color: #202D40;
    text-align: center;
    font-style: normal;
}

.tag.style-11 span{
    background: linear-gradient(45.98406317922052deg, #EE4D6F 0%, #D7263C 100%);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tag.style-12{

    font-family: MicrosoftYaHeiSemibold;
    font-size: 0.937500vw;
    color: #D7263C ;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.052083vw;
}

@keyframes marquee-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes marquee-right {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes marquee-scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes marquee-scroll-right {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(50%);
    }
}
