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/ygyc/ygyc_banner@2x.jpg);
    background-repeat: no-repeat;
    background-size: 100.000000vw 32.187500vw;
    background-position: center center;
    background-color: #d7d8ef;
    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;
}

.index_1 .block_1 {
    width: 27.708333vw;
    height: 19.062500vw;
    margin: 0.104167vw 0 0 0;
}

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

.index_1 .index_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.979167vw;
}

.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;
}

.index_1 .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: 1.302083vw 0 0 0;
}

.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;
}

.index_1 .text-wrapper_1 {
    border-radius: 0.208333vw;
    height: 2.500000vw;
    border: 0.052083vw solid rgba(218, 42, 67, 1);
    width: 9.895833vw;
    cursor: pointer;
    margin: 0;
}
.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;
}
.index_1 .text-wrapper_2:hover .text_4{
    color: rgba(255, 255, 255, 0.8);
}

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

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

.cpys  .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;
}

.cpys .text_28 {
    width: 12.187500vw;
    height: 1.458333vw;
    overflow-wrap: break-word;
    color: rgba(98, 110, 128, 1);
    font-size: 0.937500vw;
    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: 51.041667vw;
    background-image: url(../images/ygyc/img_zjjqrbj1@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.fzpb_group_1 {
    width: 36.562500vw;
    height: 3.906250vw;
    margin: 4.114583vw auto 0;
}
.fzpb_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;
}

.fzpb_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;
}
.tab-content{
    position: relative;
    overflow: hidden;
    height: 30.625000vw;
    background: rgba(255, 255, 255, 0.4);
    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: rgba(255, 255, 255, 0.8);
}
.tab-content{
    display: none;
}
.tab-content.show{
    display: block;
}
.tab-content .cpt1{
    margin: 1.614583vw auto 0;
    width: 57.291667vw;
    display: block;
}

.group_2 {
    background-image: url(../images/ygyc/b267945c76d94a6a913abf6ea68af72d_mergeImage.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size:100% 100%;
    height: 60.416667vw;
}

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

.box_1 {
    width: 62.500000vw;
    height: 25.000000vw;
    margin: 2.656250vw auto 0;
    border: 0.052083vw solid #FFFFFF;
    box-shadow: 0 0 0.520833vw 0 rgba(170,210,242,0.74), 0 0 0.520833vw 0 rgba(255,255,255,0.74);
    border-radius: 0.208333vw;
}

.image_1 {
    width: 21.666667vw;
    height: 17.395833vw;
    margin: 4.375000vw 0 0 4.270833vw;
}

.block_1 {
    width: 30.677083vw;
    height: 11.614583vw;
    margin: 6.458333vw 1.979167vw 0 3.906250vw;
}

.text_2 {
    width: 30.625000vw;
    height: 3.125000vw;
    overflow-wrap: break-word;
    color: rgba(96, 108, 128, 1);
    font-size: 0.833333vw;
    font-family: MicrosoftYaHei;
    text-align: left;
    line-height: 1.562500vw;
    margin-left: 0.052083vw;
}

.image-text_1 {
    width: 15.885417vw;
    height: 0.989583vw;
    margin-top: 0.833333vw;
}

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

.text-group_1 {
    width: 14.583333vw;
    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;
}

.image-text_2 {
    width: 12.239583vw;
    height: 0.989583vw;
    margin-top: 0.677083vw;
}

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

.text-group_2 {
    width: 10.937500vw;
    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;
}

.image-text_3 {
    width: 15.156250vw;
    height: 0.989583vw;
    margin-top: 0.677083vw;
}

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

.text-group_3 {
    width: 13.854167vw;
    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;
}

.image-text_4 {
    width: 12.864583vw;
    height: 0.989583vw;
    margin-top: 0.677083vw;
}

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

.text-group_4 {
    width: 11.562500vw;
    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;
}

.image-text_5 {
    width: 10.781250vw;
    height: 0.989583vw;
    margin-top: 0.677083vw;
}

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

.text-group_5 {
    width: 9.479167vw;
    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;
}

.text_3 {
    width: 13.645833vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.250000vw;
    letter-spacing: 0.111111vw;
    font-family: MicrosoftYaHeiSemibold;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
    margin: 4.322917vw auto 0;
}

.box_2 {
    width: 62.500000vw;
    height: 12.500000vw;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0.520833vw 0 rgba(170,210,242,0.74);
    margin: 1.718750vw auto 0;
    display: flex;
}

.image-text_6 {
    height: 12.500000vw;
    flex: 1;
}

.image_2 {
    width: 3.645833vw;
    height: 3.593750vw;
}

.text-group_6 {
    width: 100%;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.145833vw;
    letter-spacing: 0.101852vw;
    font-family: MicrosoftYaHei;
    text-align: center;
    white-space: nowrap;
    line-height: 1.302083vw;
    margin-top: 0.625000vw;
}
.active_text{
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}
.active_text img{
    width: 25.000000vw;
    position: absolute;
    top: 0;
    left: 0;
}
.image-text_6:hover {
    width: 25.000000vw;
    flex: 0 0 25.000000vw;
}
.image-text_6:hover .text-group_6{
    display: none;
}
.image-text_6:hover .image_2{
    display: none;
}
.image-text_6:hover .active_text{
    display: block;
}
.active_text_1{
    font-family: MicrosoftYaHeiSemibold;
    font-size: 1.145833vw;
    color: #FFFFFF;
    line-height: 1.302083vw;
    letter-spacing: 0.052083vw;
    text-align: left;
    font-style: normal;
    margin-top: 3.072917vw;
    margin-left: 2.500000vw;
    position: relative;
}
.active_text_2{
    position: relative;
    width: 16.406250vw;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 300;
    font-size: 0.833333vw;
    color: #FFFFFF;
    line-height: 1.250000vw;
    text-align: left;
    font-style: normal;
    margin-top: 1.093750vw;
    margin-left: 2.500000vw;
}
.image_3 {
    width: 0.052083vw;
    height: 11.458333vw;
    margin: -0.104167vw 0 0 5.416667vw;
}

.text-wrapper_1 {
    width: 16.510417vw;
    height: 4.895833vw;
    margin: 3.125000vw 0 0 2.500000vw;
}

.text_4 {
    width: 10.677083vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 1.145833vw;
    letter-spacing: 0.101852vw;
    font-family: MicrosoftYaHei;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
}

.text_5 {
    width: 16.406250vw;
    height: 2.500000vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.833333vw;
    font-family: SourceHanSansCN-Light;
    font-weight: 300;
    text-align: left;
    line-height: 1.250000vw;
    margin: 1.093750vw 0 0 0.104167vw;
}

.image_4 {
    width: 0.052083vw;
    height: 11.458333vw;
    margin: -2.812500vw 0 0 9.531250vw;
}

.image-text_7 {
    width: 6.927083vw;
    height: 5.520833vw;
    margin: 3.072917vw 5.885417vw 0 5.937500vw;
}

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

.text-group_7 {
    width: 6.927083vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.145833vw;
    letter-spacing: 0.101852vw;
    font-family: MicrosoftYaHei;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
    margin-top: 0.625000vw;
}

.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;
}

.section_5 {
    width: 60.520833vw;
    height: 25.000000vw;
    margin: 0.520833vw 0 2.864583vw 1.979167vw;
}

.box_4 {
    width: 18.802083vw;
    margin-top: 1.562500vw;
}

.text_22 {
    height: 1.041667vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 1.250000vw;
    font-family: MicrosoftYaHeiSemibold;
    text-align: left;
    white-space: nowrap;
    width: auto;
    line-height: 1.041667vw;
    position: relative;
}

.tabs_box .tab-content .line{
    width: 17.864583vw;
    height: 0.052083vw;
    margin-top: 1.354167vw;
    background-color:  rgba(249,226,230,1);
    position: relative;
}

.tabs_box .tab-content .text_22:before{
    content: '';
    position: absolute;
    background-image: linear-gradient(93deg, #E9A76B 0%, #E9A36C 11%, #E98A71 25%, #EA7972 35%, #EA5E73 46%, #EC4E70 56%, #E5405F 73%, #DB2B44 100%);
    width: 100%;
    height: 0.208333vw;
    bottom: -1.406250vw;
}

.text_23 {
    width: 18.645833vw;
    overflow-wrap: break-word;
    color: #202d40;
    font-size: 0.729167vw;
    font-family: MicrosoftYaHeiLight;
    text-align: left;
    line-height: 1.250000vw;
    margin: 0.937500vw 0 0 0.156250vw;
}

.image-text_8 {
    width: 7.968750vw;
    height: 1.302083vw;
    margin: 1.927083vw 0 0 0.572917vw;
}

.thumbnail_6 {
    width: 0.833333vw;
    height: 0.625000vw;
    margin-top: 0.468750vw;
}

.text-group_10 {
    width: 6.354167vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.729167vw;
    letter-spacing: 0.064815vw;
    font-family: MicrosoftYaHei;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
}

.text_24 {
    width: 16.406250vw;
    overflow-wrap: break-word;
    color: rgba(96, 108, 128, 1);
    font-size: 0.729167vw;
    letter-spacing: 0.016204vw;
    font-family: SourceHanSansCN-Light;
    font-weight: 300;
    text-align: left;
    white-space: wrap;
    line-height: 1.041667vw;
    margin: 0.052083vw 0 0 2.135417vw;
}

.image-text_9 {
    width: 15.000000vw;
    height: 2.395833vw;
    margin: 1.822917vw 0 0 0.572917vw;
}

.thumbnail_7 {
    width: 0.833333vw;
    height: 0.625000vw;
    margin-top: 0.468750vw;
}

.text-group_11 {
    width: 13.437500vw;
    height: 2.395833vw;
}

.text_25 {
    width: 6.354167vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.729167vw;
    letter-spacing: 0.064815vw;
    font-family: MicrosoftYaHei;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
    margin-left: 0.052083vw;
}

.text_26 {
    width: 16.406250vw;
    overflow-wrap: break-word;
    color: rgba(96, 108, 128, 1);
    font-size: 0.729167vw;
    letter-spacing: 0.016204vw;
    font-family: SourceHanSansCN-Light;
    font-weight: 300;
    text-align: left;
    white-space: wrap;
    line-height: 1.041667vw;
    margin-top: 0.052083vw;
}

.image_8 {
    width: 38.020833vw;
    height: 25.000000vw;
    margin-right: 2.083333vw;
}

.group_7 {
    background-image: url(../images/ygyc/6b86cd3a068e42ab9042e95cf3b8059f_mergeImage.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 46.458333vw;
}

.text-group_12 {
    width: 14.062500vw;
    height: 3.645833vw;
    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: 14.062500vw;
    height: 1.458333vw;
    overflow-wrap: break-word;
    color: rgba(98, 110, 128, 1);
    font-size: 0.937500vw;
    font-family: MicrosoftYaHeiLight;
    font-weight: NaN;
    text-align: center;
    white-space: nowrap;
    line-height: 1.458333vw;
    margin-top: 0.416667vw;
}

.section_6 {
    width: 62.500000vw;
    height: 29.427083vw;
    margin: 2.343750vw auto 0;
}

.group_8 {
    width: 30.781250vw;
    height: 29.375000vw;
    background-color: rgba(255, 255, 255, 0.4);
    border: 0.104167vw solid #FFFFFF;
    border-radius: 0.729167vw;
}
.group_8:hover{
    background-image: url(../images/ygyc/img_hover_bjsaas@2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.group_8:hover .box_5{
    background-image: none;
}
.box_5 {
    border-radius: 0.520833vw 0.520833vw 0.000000vw 0.000000vw;
    background-image: url(../images/ygyc/img_bjsaas@2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 6.562500vw;
}

.text-group_13 {
    width: 13.854167vw;
    height: 3.437500vw;
    margin: 1.822917vw 0 0 1.822917vw;
}
.group_8:hover .text-group_13{
    margin-top: 3.541667vw;
}

.text_29 {
    background-image: linear-gradient(
        180deg,
        rgba(234, 118, 130, 1) 0,
        rgba(198, 0, 86, 1) 100%
    );
    width: 8.854167vw;
    height: 1.666667vw;
    overflow-wrap: break-word;
    color: rgba(198, 0, 86, 1);
    font-size: 1.666667vw;
    font-family: DingTalk-JinBuTi, serif;
    text-align: left;
    white-space: nowrap;
    line-height: 1.666667vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text_30 {
    width: 13.697917vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(213, 48, 104, 1);
    font-size: 0.833333vw;
    letter-spacing: 0.018750vw;
    font-family: MicrosoftYaHeiLight;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
    margin: 0.468750vw 0 0 0.156250vw;
}

.image-text_10 {
    width: 7.604167vw;
    height: 1.302083vw;
    margin: 3.229167vw 0 0 2.343750vw;
}

.thumbnail_8 {
    width: 0.937500vw;
    height: 0.729167vw;
    margin: 0.156250vw 0 0 0.468750vw;
}

.text-group_14 {
    width: 5.468750vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.833333vw;
    letter-spacing: 0.074074vw;
    font-family: MicrosoftYaHeiSemibold;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
}

.text_31 {
    width: 8.958333vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: #606c80;
    font-size: 0.729167vw;
    letter-spacing: 0.016204vw;
    font-family: SourceHanSansCN-Light;
    font-weight: 300;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
}

.image-text_11 {
    width: 19.114583vw;
    height: 2.968750vw;
    margin: 1.510417vw 0 0 2.343750vw;
}

.thumbnail_9 {
    width: 0.937500vw;
    height: 0.729167vw;
    margin: 0.156250vw 0 0 0.468750vw;
}

.text-group_15 {
    width: 16.979167vw;
    height: 2.968750vw;
}

.text_32 {
    width: 5.468750vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.833333vw;
    letter-spacing: 0.074074vw;
    font-family: MicrosoftYaHeiSemibold;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
}

.text_33 {
    width: 16.979167vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.729167vw;
    letter-spacing: 0.016204vw;
    font-family: MicrosoftYaHeiLight;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
    margin-top: 0.364583vw;
}

.image-text_12 {
    width: 17.083333vw;
    height: 2.916667vw;
    margin: 1.145833vw 0 0 2.343750vw;
}

.thumbnail_10 {
    width: 0.937500vw;
    height: 0.729167vw;
    margin: 0.156250vw 0 0 0.468750vw;
}

.text-group_16 {
    width: 14.947917vw;
    height: 2.916667vw;
}

.text_34 {
    width: 5.468750vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.833333vw;
    letter-spacing: 0.074074vw;
    font-family: MicrosoftYaHeiSemibold;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
}

.text_35 {
    width: 14.947917vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.729167vw;
    letter-spacing: 0.016204vw;
    font-family: MicrosoftYaHeiLight;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
    margin-top: 0.312500vw;
}

.image-text_13 {
    width: 19.895833vw;
    height: 2.916667vw;
    margin: 1.197917vw 0 0 2.343750vw;
}


.thumbnail_11 {
    width: 0.937500vw;
    height: 0.729167vw;
    margin: 0.156250vw 0 0 0.468750vw;
}

.text-group_17 {
    width: 17.760417vw;
    height: 2.916667vw;
}

.text_36 {
    width: 5.468750vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.833333vw;
    letter-spacing: 0.074074vw;
    font-family: MicrosoftYaHeiSemibold;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
}

.text_37 {
    width: 17.760417vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.729167vw;
    letter-spacing: 0.016204vw;
    font-family: MicrosoftYaHeiLight;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
    margin-top: 0.312500vw;
}

.group_9 {
    width: 30.781250vw;
    height: 29.375000vw;
    background-color: rgba(255, 255, 255, 0.4);
    border: 0.104167vw solid #FFFFFF;
    border-radius: 0.729167vw;
}

.group_9:hover{
    background-image: url(../images/ygyc/img_hover_bjldhbs@2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.group_9:hover .text-wrapper_3{
    background-image: none;
}

.text-wrapper_3 {
    background-image: url(../images/ygyc/img_bjldhbs@2x.png);
    border-radius: 0.520833vw 0.520833vw 0.000000vw 0.000000vw;
    width: 100%;
    height: 6.562500vw;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.text_38 {
    background-image: linear-gradient(
        180deg,
        rgba(87, 109, 197, 1) 0,
        rgba(0, 58, 140, 1) 100%
    );
    width: 8.333333vw;
    height: 1.666667vw;
    overflow-wrap: break-word;
    color: rgba(198, 0, 86, 1);
    font-size: 1.666667vw;
    font-family: DingTalk-JinBuTi, serif;
    text-align: left;
    white-space: nowrap;
    line-height: 1.666667vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 1.822917vw 0 0 2.031250vw;
}

.group_9:hover .text_38{
    margin-top: 3.541667vw;
}

.text_39 {
    width: 9.375000vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 77, 161, 1);
    font-size: 0.833333vw;
    letter-spacing: 0.018750vw;
    font-family: MicrosoftYaHeiLight;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
    margin: 0.572917vw 0 1.197917vw 2.395833vw;
}

.image-text_14 {
    width: 17.812500vw;
    height: 2.968750vw;
    margin: 3.177083vw 0 0 2.343750vw;
}

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

.text-group_18 {
    width: 15.677083vw;
    height: 2.968750vw;
}

.text_40 {
    width: 5.468750vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.833333vw;
    letter-spacing: 0.074074vw;
    font-family: MicrosoftYaHeiSemibold;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
}

.text_41 {
    width: 15.677083vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.729167vw;
    letter-spacing: 0.016204vw;
    font-family: MicrosoftYaHeiLight;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
    margin-top: 0.364583vw;
}

.image-text_15 {
    width: 20.052083vw;
    height: 2.968750vw;
    margin: 1.197917vw 0 0 2.343750vw;
}

.thumbnail_12 {
    width: 0.937500vw;
    height: 0.729167vw;
    margin: 0.208333vw 0 0 0.468750vw;
}

.text-group_19 {
    width: 17.916667vw;
    height: 2.968750vw;
}

.text_42 {
    width: 5.468750vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.833333vw;
    letter-spacing: 0.074074vw;
    font-family: MicrosoftYaHeiSemibold;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
}

.text_43 {
    width: 17.916667vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.729167vw;
    letter-spacing: 0.016204vw;
    font-family: MicrosoftYaHeiLight;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
    margin-top: 0.364583vw;
}

.image-text_16 {
    width: 17.083333vw;
    height: 2.916667vw;
    margin: 1.145833vw 0 0 2.343750vw;
}


.thumbnail_13 {
    width: 0.937500vw;
    height: 0.729167vw;
    margin: 0.156250vw 0 0 0.468750vw;
}

.text-group_20 {
    width: 14.947917vw;
    height: 2.916667vw;
}

.text_44 {
    width: 5.468750vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.833333vw;
    letter-spacing: 0.074074vw;
    font-family: MicrosoftYaHeiSemibold;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
}

.text_45 {
    width: 14.947917vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.729167vw;
    letter-spacing: 0.016204vw;
    font-family: MicrosoftYaHeiLight;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
    margin-top: 0.312500vw;
}

.image-text_17 {
    width: 19.895833vw;
    height: 2.916667vw;
    margin: 1.197917vw 0 4.270833vw 2.343750vw;
}


.thumbnail_14 {
    width: 0.937500vw;
    height: 0.729167vw;
    margin: 0.156250vw 0 0 0.468750vw;
}

.text-group_21 {
    width: 17.760417vw;
    height: 2.916667vw;
}

.text_46 {
    width: 5.468750vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.833333vw;
    letter-spacing: 0.074074vw;
    font-family: MicrosoftYaHeiSemibold;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
}

.text_47 {
    width: 17.760417vw;
    height: 1.302083vw;
    overflow-wrap: break-word;
    color: rgba(32, 45, 64, 1);
    font-size: 0.729167vw;
    letter-spacing: 0.016204vw;
    font-family: MicrosoftYaHeiLight;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 1.302083vw;
    margin-top: 0.312500vw;
}
.ptztsj{
    background-image: url(../images/ygyc/img_ygycbj2@2x.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    height: 56.718750vw;
    overflow: hidden;
}
.ptztsj_img{
    margin: 2.604167vw auto 0;
    display: block;
    width: 62.500000vw;
}
.ptztsj_img img{
    width: 62.500000vw;
}
