@font-face {
    font-family: SourceHanSansCN-Bold;
    src: url("../font/NOTOSANSHANS-REGULAR.OTF");
}

@font-face {
    font-family: SourceHanSansCN;
    src: url("../font/NOTOSANSHANS-REGULAR.OTF");
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.ttf?t=1624514671674') format('truetype');
}

* {
    box-sizing: border-box;
}

html {
    --asset-x-offset-mobile: 0vw;
    --asset-y-offset-mobile: -3vh;
    --asset-x-offset-desktop: 0vw;
    --asset-y-offset-desktop: 0vh;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #fff;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN, serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 !important;
    height: calc(100vh + 30px) !important;
    margin-bottom: unset !important;
}

.swiper-container2>.swiper-wrapper>.swiper-slide {
    height: 100% !important;
}

.swiper-container2>.swiper-wrapper>.swiper-slide>img {
    height: 100%;
}

img {
    width: 100%;
}

.screen_height {
    height: 100vh !important;
}

.tcl-img {
    object-position: 50% 50%;
    object-position: calc(50% + var(--asset-x-offset-desktop)) calc(50% + var(--asset-y-offset-desktop));
    object-fit: cover;
}

.screen_height.tcl-img {
    height: 100% !important;
}

.obj-ps-btm {
    object-position: bottom;
}

.index-img {
    height: 100%;
}

.index-top {
    position: absolute;
    top: 0;
    color: #393c41;
    z-index: 999;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0);
    margin-top: 108px;
    width: 100%
}

.top-title {
    font-size: 100px;
    line-height: 100px;
    font-family: NOTOSANSHANS-REGULAR, serif;
}

.top-text {
    font-size: 35px;
    margin-top: 20px;
}

.top-text>a {
    color: #393c41;
    line-height: 27px;
    text-decoration: none;
    box-shadow: 0 1px 0 0 currentColor;
}

.index-bottom.active {
    -webkit-animation: 1.5s opacityS forwards;
    animation: 1.5s opacityS forwards;
}

.index-img3.active {
    -webkit-animation: 1.5s chess forwards;
    animation: 3s chess forwards;
    position: absolute;
}

.btm-icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

@keyframes chess {
    0% {
        right: -391px;
        bottom: 50%;
        transform: rotate(90deg);
        /*transform: translate(-50%,-50%);*/
    }

    100% {
        right: 35%;
        bottom: -20px;
        transform: rotate(0);
        /*transform: translate(-50%,-50%);*/
    }
}

@-webkit-keyframes opacityS {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes opacityS {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.index-bottom {
    opacity: 1;
    position: absolute;
    top: 0;
    color: #393c41;
    z-index: 999;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0);
    margin-top: calc(80vh + 20px);
}

.index-bottom:hover>.more {
    color: #333;
    background-color: #fff;
}

.index-bottom>a {
    text-decoration: none;
    color: #333;
    background-color: #fff;
    width: 256px;
    padding: 10px 100px;
    border-radius: 20px;
}

.hggj-item-border:hover {
    transform: scale(1.1);
}

.more {
    text-decoration: none;
    color: #FFFFFF;
    background: #020B1A;
    width: 256px;
    padding: 10px 0;
    border-radius: 20px;
    opacity: .7;
}

.banner-buttons {
    bottom: 50px;
    position: absolute;
    z-index: 3;
    max-width: 367px;
    width: 100%;
}

.banner-button {
    font-size: 12px;
    cursor: pointer;
    margin-right: 12px;
}

.tds-icon {
    margin-right: 10px;
    border: 3px solid #000;
    background-color: transparent;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.fit {
    width: fit-content;
}

.banner-button {
    font-size: 12px;
    cursor: pointer;
    margin-right: 12px;
}

.drawer-interaction {
    height: 40px;
    width: auto;
    margin-inline-end: 0;
    min-width: calc(50% - 8px);
    padding: 10px 32px;
    white-space: nowrap;
    border-radius: 100px;
    border: 3px solid #000;
    text-align: center;
}

.index-text {
    margin-top: 30px;
}

.i-text>p {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}

.index-btn {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 50px;
    cursor: pointer;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hgzs-video {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .8);
}

.pagination {
    position: absolute;
    top: calc(50% - 126px);
    z-index: 99;
    width: 60px;
}

.pagination-tab {
    width: 1px;
    height: 100%;
    margin: 5px 0 0 14px;
    background-color: #000;
    opacity: 0.75;
    transition: .5s width ease;
}

.pagination-tab.hovers {
    width: 3px;
}

.pagination>li {
    width: 100%;
    height: 23px;
    position: relative;
    cursor: pointer;
}

.pagination-label {
    margin-left: 24px;
    left: 0;
    float: left;
    font-size: 10px;
    width: 300px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    line-height: 23px;
    cursor: pointer;
    background-image: linear-gradient(75deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 33.33%, rgba(0, 0, 0, 0) 66.67%, rgba(0, 0, 0, 0) 100%);
    background-size: 300% 100%;
    background-position-x: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    transition: .5s background-position-x ease-in-out;
}

.pagination-label:hover {
    background-position-x: 0;
}

.pagination-label.hovers {
    background-position-x: 0;
}

span.iconfont {
    position: absolute;
    top: 100px;
    right: 100px;
    color: #ffffff;
    z-index: 100;
    font-size: 48px;
    cursor: pointer;
}

.hggj-item-btn {
    background: url(../imgs/icon1.png) no-repeat;
    background-size: 100% 100%;
}

.hggj-item-btn:hover {
    background: url(../imgs/icon1-act.png) no-repeat;
    background-size: 100% 100%;
}

.hggj-item-btn2 {
    background: url(../imgs/icon2.png) no-repeat;
    background-size: 100% 100%;
}

.hggj-item-btn2:hover {
    background: url(../imgs/icon2-act.png) no-repeat;
    background-size: 100% 100%;
}

.index-btn-icon {
    width: 60px;
    height: 60px;
    border: 4px solid #fff;
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
}

.index-btn-icon::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index-btn-icon::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

.index-name {
    color: #1975FF;
    font-weight: 600;
    line-height: 85px;
    font-size: 80px;
    height: 85px;
}

.index-wrapper {
    position: absolute;
    left: calc(50% + 38px);
    top: 50%;
    transform: translate(0%, -50%);
}

.index-img2 {
    -webkit-animation: 2s btm-0 forwards;
    animation: 2s btm-0 forwards;
    position: absolute;
}

.scyx-img>img {
    height: 100%;
}

.scyx-img {
    position: relative;
}

.scyx-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.ppsj-img {
    position: absolute;
    top: 144px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 1442px;
    height: 648px;
}

.ppsj-img-top {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.ppsj-img-top>img {
    height: calc(100vh + 30px);
}

.ppsj-img-2 {
    position: absolute;
    width: 709px;
    height: 435px;
    left: -102px;
    top: -53px;
}

.ppsj-img-3 {
    position: absolute;
    top: -92px;
    right: -102px;
    width: 902px;
    height: 446px;
}

.ppsj-img-4 {
    position: absolute;
    bottom: -110px;
    left: 0;
    width: 657px;
    height: 376px;
}

.ppsj-img-5 {
    position: absolute;
    right: -40px;
    bottom: -147px;
    width: 734px;
    height: 566px;
}

@-webkit-keyframes btm-0 {
    0% {
        bottom: -50vh;
    }

    100% {
        bottom: 0;
    }
}

@keyframes btm-0 {
    0% {
        bottom: -50vh;
    }

    100% {
        bottom: 0;
    }
}

.left-img {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translate(-100px, 0);
}

.left-img-item {
    position: absolute;
    left: 89px;
    top: 10px;
    width: 274px;
    height: 592px !important;
    z-index: 1;
    overflow: hidden;
}

.logo-icon>img {
    height: 39px;
    width: auto;
    margin-right: 1rem;
}

.right-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60px, -50%);
}

.of-c {
    z-index: 2;
    position: absolute;
    object-fit: contain;
}

.index-2-img-1 {
    height: 744px;
    width: 492px;
}

.index-2-img-1>img {
    height: 100%;
}

.hgzn-left-text {
    position: absolute;
    left: 14rem;
    top: 15.4rem;
}

.hgzn-right-img {
    position: absolute;
    right: 8.4rem;
    top: 15.4rem;
    max-width: 115rem;
    height: 660px;
    width: 1096px;
}

.hgzn-right-img-item {
    position: absolute;
    left: 130px;
    top: 37px;
    width: 836px;
    height: 524px !important;
    overflow: hidden;
}

.hgzn-right-img>img {
    height: 100%;
}

.hgzn-left-img {
    top: 28.8rem;
    left: 20rem;
}

.hgzn-right-text2 {
    top: 28.8rem;
    right: 20rem;
}

.hgzn-flex {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 14rem;
    align-items: center;
    justify-content: space-between;
}

.hgzn-text-list-item {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    font-size: 20px;
    margin-top: 2.6rem;
}

.hgzn-icon {
    width: 28px;
    height: 28px;
    margin-right: 1rem;
}

.hgzn-left-text2 {
    position: absolute;
    left: 14rem;
    top: 50%;
    transform: translateY(-50%);
}

.hgzn-text-list-item2 {
    font-size: 60px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 65px;
    margin-top: 3rem;
    margin-right: 6rem;
}

.rjkf-right-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(3.8rem);
}

.hgzs-container {
    width: 100%;
    height: 100vh;
}

.hgzs-content {
    position: absolute;
    top: 174px;
    color: #ffffff;
    width: 100%;
    text-align: center;
}

.hgzs-play-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 124px;
    height: 124px;
    cursor: pointer;
}

.hgzs-img {
    height: 100%;
}

.hgzs-img>img {
    height: 100% !important;
    height: 100% !important;
}

.hgzs-title {
    font-size: 40px;
}

.hgzs-dsc {
    font-size: 80px;
}

.hggj-container {
    padding-top: 160px;
    padding-left: 98px;
    padding-right: 98px;
    width: 100%;
    min-height: 100%;
    background: rgb(25, 25, 25);
}

.hggj-h3 {
    font-size: 30px;
    line-height: 35px;
    color: white;
}

.hggj-title {
    font-size: 145px;
    line-height: 145px;
    position: relative;
    color: white;
}

.hggj-title-icon {
    position: absolute;
    top: -32px;
    right: -62px;
    font-size: 49px;
    line-height: 49px;
}

.hggj-list {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(4, calc((100% - 53px * 3)/ 4));
    grid-column-gap: 53px;
    grid-row-gap: 40px;
}

.hggj-avatar2 {
    width: 100%;
}

.hggj-content {
    height: 136px;
    background: #1975FF;
    text-align: center;
    padding: 12px 0;
    color: #ffffff;
}

.hggj-dsc2 {
    word-break: break-all;
    padding: 0 12px;
}

.hggj-name2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 13px;
}

.hggj-dec {
    font-size: 18px;
    line-height: 20px;
}

.hggj-item-btns {
    margin-top: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hggj-icon {
    width: 70px;
    height: 62px;
    position: relative;
}

.hggj-btn-fg {
    width: 1px;
    background: #787878;
    height: 23px;
    margin: 0 30px;
}

.hggj-item {
    width: 400px;
    height: 560px;
    box-sizing: border-box;
    padding: 50px 100px 35px;
    border: 2px solid #1975FF;
}

.hggj-avatar {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
}

.hggj-avatar>img {
    border-radius: inherit;
}

.hggj-name {
    font-size: 40px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN, serif;
    font-weight: bold;
    color: #1975FF;
    line-height: 60px;
    margin-top: 40px;
    text-align: center;
}

.hggj-dsc {
    font-size: 22px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN, serif;
    font-weight: 400;
    color: #B0B0B0;
    text-align: center;
}

.hggj-title2 {
    margin-top: 58px;
}

.hggj-title3 {
    font-size: 22px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN, serif;
    font-weight: 400;
    color: #1975FF;
    line-height: 22px;
    cursor: pointer;
}

.hggj-wrap {
    width: 1px;
    height: 23px;
    background: #1975FF;
}

.profile-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 11, 26, .4);
}

.profile {
    width: 680px;
    height: 681px;
    background: #FFFFFF;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 51px;
    z-index: 99;
}

.profile-avatar {
    width: 256px;
    height: 329px;
    flex-shrink: 0;
}

.profile-info {
    width: 412px;
    margin-left: 42px;
}

.profile-title {
    font-size: 40px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN, serif;
    font-weight: bold;
    color: #1975FF;
    line-height: 60px;
}

.profile-content {
    font-size: 22px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN, serif;
    font-weight: 400;
    color: #353535;
}

.profile-content>p {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
}

.profile-signature {
    margin-top: 100px;
}

.signature {
    font-size: 22px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN, serif;
    font-weight: 400;
    color: #353535;
}

.signature-img {
    width: 293px;
    height: 116px;
}

.profile-video {
    width: 800px;
    height: 550px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

video {
    width: inherit;
    height: inherit;
}

.contact-top {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-weight: 400;
    color: #020B1A;
    font-size: 20px;
    font-family: SourceHanSansCN, serif;
}

.contact-title {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

@media (max-width: 1500px) {
    .hgzn-right-img {
        width: 546.5px;
        height: 329px;
        top: 50%;
        transform: translateY(-50%);
    }

    .hgzn-right-img-item {
        width: 416.5px;
        height: 269px !important;
        left: 65px;
        top: 11px;
    }

    .index-2-img-1 {
        height: 637px;
        width: 421px;
    }

    .left-img-item {
        left: 78px;
        top: 16px;
        width: 232px;
        height: 507px !important;
    }

    .hgzn-right-text2 {
        right: 10rem;
        top: 15.8rem;
    }

    .hgzn-left-img {
        left: 10rem;
        max-width: 40vw;
        top: 15.8rem;
    }

    .hgzn-left-text2 {
        left: 50%;
        top: 50%;
    }

    .hg-h5 {
        font-size: 3.5rem !important;
    }
}

@media (min-width: 1200px) {
    .ppsj-img {
        width: 990px !important;
        height: auto !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .ppsj-img-2 {
        width: 580px !important;
        height: auto !important;
        left: -85px !important;
        top: -53px !important;
    }

    .ppsj-img-3 {
        top: -92px !important;
        right: -102px !important;
        width: 670px !important;
        height: auto !important;
    }

    .ppsj-img-4 {
        bottom: -188px !important;
        left: -32px !important;
        width: 595px !important;
        height: 376px !important;
    }

    .ppsj-img-5 {
        right: -151px !important;
        bottom: -250px !important;
        width: 593px !important;
        height: 566px !important;
    }

    .hggj-list {
        margin-top: 60px;
        display: grid;
        grid-column-gap: 15px;
        grid-template-columns: repeat(4, calc((100% - 15px * 3)/ 4));
        grid-row-gap: 15px;
    }

    .hggj-avatar {
        width: 125px;
        height: 125px;
    }

    .hggj-item {
        width: 250px;
        height: 350px;
        padding: 40px 40px 35px;
    }

    .hggj-name {
        margin-top: 20px;
        font-size: 28px;
        line-height: 35px;
    }

    .hggj-dsc {
        font-size: 15px;
    }

    .hggj-title2 {
        margin-top: 20px;
    }

    .hggj-title3 {
        font-size: 15px;
    }

    .hggj-title {
        font-size: 75px !important;
        line-height: 75px !important;
    }

    .hggj-title-icon {
        top: -26px !important;
        right: -45px !important;
        font-size: 29px !important;
        line-height: 29px !important;
    }

    .hggj-h3 {
        font-size: 20px !important;
        line-height: 22px !important;
    }
}

@media (min-width: 1500px) {
    .ppsj-img {
        width: 1216px !important;
        height: auto !important;
    }

    .ppsj-img-2 {
        width: 608px !important;
        height: auto !important;
        left: -78px !important;
        top: -53px !important;
    }

    .ppsj-img-3 {
        top: -92px !important;
        right: -102px !important;
        width: 788px !important;
        height: auto !important;
    }

    .ppsj-img-4 {
        bottom: -79px !important;
        left: 0 !important;
        width: 522px !important;
        height: auto !important;
    }

    .ppsj-img-5 {
        right: -128px !important;
        bottom: -136px !important;
        width: 597px !important;
        height: auto !important;
    }

    .hggj-list {
        margin-top: 60px;
        display: grid;
        grid-column-gap: 40px;
        grid-template-columns: repeat(4, calc((100% - 40px * 3)/ 4));
        grid-row-gap: 40px;
    }

    .hggj-avatar {
        width: 150px;
        height: 150px;
    }

    .hggj-item {
        width: 300px;
        height: 420px;
        padding: 40px 60px 35px;
    }

    .hggj-name {
        margin-top: 25px;
        font-size: 30px;
        line-height: 35px;
    }

    .hggj-dsc {
        font-size: 15px;
    }

    .hggj-title2 {
        margin-top: 20px;
    }

    .hggj-title3 {
        font-size: 15px;
    }

    .hgzn-right-img {
        width: 866px;
        height: auto;
        top: 50%;
        transform: translateY(-50%);
        right: 1rem;
    }

    .hgzn-right-img-item {
        left: 103px;
        top: 29px;
        width: 661px;
        height: 415px !important;
    }
}

@media (min-width: 1800px) {
    .ppsj-img {
        top: 144px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        z-index: 1 !important;
        width: 1442px !important;
        height: 648px !important;
    }

    .ppsj-img-2 {
        width: 709px !important;
        height: 435px !important;
        left: -102px !important;
        top: -53px !important;
    }

    .ppsj-img-3 {
        top: -92px !important;
        right: -102px !important;
        width: 902px !important;
        height: 446px !important;
    }

    .ppsj-img-4 {
        bottom: -110px !important;
        left: 0 !important;
        width: 657px !important;
        height: 376px !important;
    }

    .ppsj-img-5 {
        right: -40px !important;
        bottom: -147px !important;
        width: 734px !important;
        height: 566px !important;
    }

    .hggj-list {
        margin-top: 56px;
        display: grid;
        grid-column-gap: 53px;
        grid-row-gap: 40px;
        grid-template-columns: repeat(4, calc((100% - 53px * 3)/ 4));
    }

    .hggj-item {
        width: 400px;
        height: 560px;
        box-sizing: border-box;
        padding: 50px 100px 35px;
        border: 2px solid #1975FF;
    }

    .hggj-avatar {
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }

    .hggj-name {
        font-size: 40px;
        font-family: SourceHanSansCN-Bold, SourceHanSansCN, serif;
        font-weight: bold;
        color: #1975FF;
        line-height: 60px;
        margin-top: 40px;
        text-align: center;
    }

    .hggj-dsc {
        font-size: 22px;
        font-family: SourceHanSansCN-Normal, SourceHanSansCN, serif;
        font-weight: 400;
        color: #B0B0B0;
        text-align: center;
    }

    .hggj-title2 {
        margin-top: 58px;
    }

    .hggj-title3 {
        font-size: 22px;
        font-family: SourceHanSansCN-Normal, SourceHanSansCN, serif;
        font-weight: 400;
        color: #1975FF;
        line-height: 22px;
    }

    .hggj-wrap {
        width: 1px;
        height: 23px;
        background: #1975FF;
    }

    .hgzn-right-img {
        position: absolute;
        right: 8.4rem;
        top: 15.4rem;
        max-width: 115rem;
        height: 660px;
        width: 1096px;
        transform: unset;
    }

    .hgzn-right-img-item {
        position: absolute;
        left: 130px;
        top: 37px;
        width: 836px;
        height: 524px !important;
        overflow: hidden;
    }

    .hggj-content {
        height: 136px;
        background: #1975FF;
        text-align: center;
        padding: 12px 0;
        color: #ffffff;
    }

    .hggj-avatar2 {
        width: 100%;
    }

    .hggj-name2 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 13px;
    }

    .hggj-dec {
        font-size: 18px;
        line-height: 20px;
    }

    .hggj-item-btns {
        margin-top: 53px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hggj-icon {
        width: 70px;
        height: 62px;
        position: relative;
    }

    .hggj-btn-fg {
        width: 1px;
        background: #787878;
        height: 23px;
        margin: 0 30px;
    }

    .hggj-h3 {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    .hggj-title {
        font-size: 145px !important;
        line-height: 145px !important;
    }

    .hggj-title-icon {
        top: -32px !important;
        right: -62px !important;
        font-size: 49px !important;
        line-height: 49px !important;
    }
}

@media (min-width: 2500px) {
    .ppsj-img {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 1800px !important;
        height: 800px !important;
    }

    .ppsj-img-2 {
        width: 862px !important;
        height: 435px !important;
        left: -115px !important;
        top: -53px !important;
    }

    .ppsj-img-3 {
        width: 1090px !important;
    }

    .ppsj-img-4 {
        bottom: -78px !important;
        left: 0 !important;
        width: 822px !important;
        height: 376px !important;
    }

    .ppsj-img-5 {
        right: -122px !important;
        bottom: -147px !important;
        width: 815px !important;
        height: 566px !important;
    }

    .index-2-img-1 {
        height: 966px;
        width: 639px;
    }

    .left-img-item {
        left: 104px;
        top: 29px;
        width: 382px;
        height: 762px !important;
    }

    .hgzn-flex {
        padding: 0 18rem;
    }

    .hgzn-left-img {
        width: 78rem;
    }

    .hgzn-right-text2 {
        width: 78rem;
    }
}
