.header {
    height: 88px;
    min-width: 1500px;
    background: url(../images/top_bg.png) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 0
}

.header .wrap {
    width: 1450px;
    height: 68px;
    margin: 0 auto;
    position: relative;
}

.header .wrap .logo {
    width: 223px;
    height: 68px;
    background: url(../images/logo@3x.png) center center no-repeat;
    background-size: 100%;
    float: left;
    margin-right: 50px
}

.header .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin-left: 20px;
    height: 68px;
}

.header .header-sidebar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 68px;
    flex: 1;
    overflow: hidden;
}

.header .header-sidebar ul {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.header .header-sidebar ul li {
    float: none;
    margin: 0 12px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 68px;
}

.header .header-sidebar ul li a {
    width: auto;
    font-size: 16px;
    color: #FFF;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 4px;
}

.header .header-sidebar ul li a:active,
.header .header-sidebar ul li a:hover {
    color: #EDCC8C
}

.pc-banner {
    width: 100%;
    float: left;
    position: relative;
    min-width: 1400px;
    margin-bottom: 90px
}

.pc-banner .swiper-container {
    width: 100%;
    margin: 45px 0 0
}

.pc-banner .swiper-container .swiper-wrapper {
    padding-bottom: 30px
}

.pc-banner .swiper-container .swiper-wrapper .swiper-slide {
    box-shadow: 0 5px 7px 4px rgba(0, 0, 0, 0.13);
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    transition: transform 1.0s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}

.pc-banner .swiper-container .swiper-wrapper .swiper-slide a:after {
    background: none
}

.pc-banner .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    display: block
}

.pc-banner .swiper-container .swiper-wrapper .none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.pc-banner .swiper-container .swiper-wrapper .swiper-slide-active,
.pc-banner .swiper-container .swiper-wrapper .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.pc-banner .swiper-container .swiper-wrapper a {
    display: block
}

.pc-banner .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 70px;
    margin-left: -80px
}

.pc-banner .swiper-pagination-bullet {
    background: #656565;
    margin-left: 4px;
    margin-right: 4px;
    width: 17px;
    height: 17px;
    opacity: 1
}

.pc-banner .swiper-pagination-bullet-active {
    width: 17px;
    height: 17px;
    background: #FFF;
    margin-bottom: 0
}

.pc-banner .button {
    width: 1000px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -500px
}

.pc-banner .swiper-button-prev {
    width: 40px;
    height: 60px;
    background: url(../images/icon/icon_arrow_l@3x.png) center center no-repeat;
    background-size: 28px 48px;
    margin-top: -30px;
}

.pc-banner .swiper-button-next {
    width: 40px;
    height: 60px;
    background: url(../images/icon/icon_arrow_r@3x.png) center center no-repeat;
    background-size: 28px 48px;
    margin-top: -30px;
}

@media screen and (max-width: 668px) {
    .pc-banner {
        background-size: auto 100%
    }

    .pc-banner .swiper-container {
        margin: 20px 0 15px
    }

    .pc-banner .swiper-container .swiper-slide {
        -webkit-transform: scale(0.97);
        transform: scale(0.97)
    }

    .pc-banner .swiper-container .swiper-slide a {
        padding: 5px
    }

    .pc-banner .swiper-container .swiper-slide-active,
    .pc-banner .swiper-container .swiper-slide-duplicate-active {
        -webkit-transform: scale(0.97);
        transform: scale(0.97)
    }

    .pc-banner .swiper-pagination {
        position: relative;
        margin-bottom: 20px
    }

    .pc-banner .swiper-pagination-bullet {
        margin-left: 2px;
        margin-right: 2px;
        width: 8px;
        height: 8px;
        margin-bottom: 0px
    }

    .pc-banner .swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
        margin-bottom: 0
    }
}

@media screen and (min-width: 668px) {
    .swiper-slide a:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        box-sizing: border-box;
        content: "";
        width: 100%;
        height: 100%
    }
}

.flex-col {
    display: flex;
    flex-direction: column
}

.flex-row {
    display: flex;
    flex-direction: row
}

.wrap_box {
    min-width: 1400px
}

@media screen and (max-width: 1500px) {
    .wrap_box {
        min-width: 100%;
        overflow-x: hidden;
    }
}

.wrap_box .part1 {
    height: 590px;
    width: 100%;
    margin: 0 auto
}

.wrap_box .part1 .p1-group1 {
    margin: 0 auto;
    width: 1100px;
    height: 445px;
}

.wrap_box .part1 .p1-group1 .box-l {
    width: 360px;
    height: 445px;
    overflow: hidden;
}

.wrap_box .part1 .p1-group1 .box-r {
    z-index: auto;
    width: 564px;
    padding-left: 40px;
}

.wrap_box .part1 .p1-group1 .layer {
    z-index: 96;
    height: 444px;
    background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng972f5b54c7c0f27a9ee0d0e34ab1b99e4ecde0536b1732d5d5b3e3ec6d7951a7) 100% no-repeat;
    width: 360px;
    position: absolute;
    left: 0;
    top: 0
}

.wrap_box .part1 .p1-group1 .info {
    width: 192px;
    height: 64px;
    display: block;
    overflow-wrap: break-word;
    font-weight: bold;
    color: #ae0f10;
    font-size: 48px;
    white-space: nowrap;
    line-height: 64px;
    text-align: left;
    align-self: flex-start
}

.wrap_box .part1 .p1-group1 .info2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    text-align: left;
    color: #353535;
    margin-top: 16px;
}

.wrap_box .part1 .p1-group1 .info-box {
    z-index: 91;
    width: 780px;
    display: block;
    overflow-wrap: break-word;
    color: #353535;
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    margin-top: 16px;
    text-indent: 48px;
}

.wrap_box .part1 .p1-group2 {
    z-index: 13;
    height: 53px;
    border-radius: 26.5px 26.5px 26.5px 26.5px;
    border: 3px solid #ffc45b;
    width: 246px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 24px;
    position: absolute;
    left: 618px;
    top: 380px;
    overflow: hidden
}

.wrap_box .part1 .p1-group2:hover {
    background: #ffc45b;
    cursor: pointer
}

.wrap_box .part1 .p1-group2:hover .input-word {
    color: #fff
}

.wrap_box .part1 .p1-group2 .input-word {
    z-index: 14;
    width: 96px;
    height: 21px;
    display: block;
    overflow-wrap: break-word;
    color: #4c4c4c;
    font-size: 16px;
    white-space: nowrap;
    line-height: 21px;
    text-align: left
}

.wrap_box .part1 .p1-group2 .p1-label {
    z-index: 10;
    width: 64px;
    height: 53px;
    background: #ffc45b;
    justify-content: center;
    position: absolute;
    right: 0
}

.wrap_box .part1 .p1-group2 .p1-label .pic-label {
    position: absolute;
    right: 20px;
    z-index: 11;
    width: 8px;
    height: 14px
}

.wrap_box .part2 {
    z-index: 121;
    height: 521px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    position: relative;
    margin: 0 auto
}

.wrap_box .part2 .p2-con {
    margin: 0 auto;
    width: 1400px;
}

.wrap_box .part2 .p2-con .p2-title {
    margin: 83px auto 0;
    width: 192px;
    height: 64px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 48px;
    white-space: nowrap;
    line-height: 64px;
    font-weight: bold;
}

.wrap_box .part2 .p2-con .p2-title2 {
    margin: 16px auto;
    width: 242px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 24px;
    white-space: nowrap;
    line-height: 32px;
    font-weight: bold;
}

/* PC端企业文化样式 */
.wrap_box .part2 .p2-con .p2-group1 {
    width: 100%;
    max-width: 1230px;
    height: auto;
    justify-content: space-between;
    margin: 94px auto 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

/* PC端文化项目容器 */
.wrap_box .part2 .p2-con .p2-group1 .culture-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 23px;
    min-width: 250px;
    max-width: 400px;
}

/* PC端主标题样式 */
.wrap_box .part2 .p2-con .p2-group1 .culture-item .main-title {
    display: block;
    width: 100%;
    height: 64px;
    overflow-wrap: break-word;
    color: #ffc45b;
    font-size: 48px;
    white-space: nowrap;
    line-height: 64px;
    text-align: center;
    font-weight: bold;
}

/* PC端副标题样式 */
.wrap_box .part2 .p2-con .p2-group1 .culture-item .sub-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #ffc45b;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    min-height: 32px;
}

/* PC端副标题内的span样式 */
.wrap_box .part2 .p2-con .p2-group1 .culture-item .sub-title span {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    flex-shrink: 0;
}

/* 韩语版本的特殊优化 */
html[lang="ko"] .wrap_box .part2 .p2-con .p2-group1 .culture-item .sub-title {
    font-size: 20px;
    line-height: 28px;
    gap: 6px;
}

html[lang="ko"] .wrap_box .part2 .p2-con .p2-group1 .culture-item .sub-title span {
    font-size: 20px;
    line-height: 28px;
}

/* 保持原来的p2-group2样式以防万一，但隐藏它 */
.wrap_box .part2 .p2-con .p2-group2 {
    display: none;
}

.wrap_box .part3 {
    z-index: 84;
    width: 1400px;
    margin: 70px auto 120px
}

.wrap_box .part3 .p3-con {
    margin: 0 auto;
    z-index: auto;
    width: 956px;
    height: 652px;
    text-align: center;
    font-weight: bold;
}

.wrap_box .part3 .p3-con span {
    overflow-wrap: break-word;
    color: #ae0f10;
    white-space: nowrap
}

.wrap_box .part3 .p3-con .p3-title {
    font-size: 48px;
    line-height: 64px
}

.wrap_box .part3 .p3-con .p3-title2 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 16px;
    color: #353535;
}

.wrap_box .part3 .p3-con .p3-pic {
    z-index: 86;
    width: 956px;
    height: 504px;
    margin-top: 37px
}

.wrap_box .p2-pic {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: inherit;
    object-fit: cover
}

.wrap_box .part4 {
    z-index: 270;
    height: 500px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.wrap_box .part4 .p4-con {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.wrap_box .part4 .p4-con .p4-title {
    margin: 83px auto 0;
    width: 100%;
    height: 64px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 48px;
    white-space: nowrap;
    line-height: 64px;
    text-align: center;
    font-weight: bold;
    display: block;
}

.wrap_box .part4 .p4-con .p4-title2 {
    margin: 16px auto;
    width: 100%;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 24px;
    white-space: nowrap;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    display: block;
}

.wrap_box .part4 .p4-con .p4-group {
    z-index: auto;
    width: 1200px;
    height: auto;
    margin: 61px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    gap: 40px;
}

.wrap_box .part4 .p4-con .p4-group .p4-pic {
    width: 140px;
    height: 160px;
    text-align: center;
    margin-bottom: 20px;
}

.wrap_box .part4 .p4-con .p4-group .p4-pic img {
    margin-bottom: 20px;
    width: 64px;
    height: 64px;
}

.wrap_box .part4 .p4-con .p4-group .p4-pic span {
    overflow-wrap: break-word;
    color: #ffc45b;
    font-size: 20px;
    white-space: normal;
    line-height: 1.4;
    display: block;
    text-align: center;
    height: auto;
    max-width: 140px;
    word-break: keep-all;
    word-wrap: break-word;
    padding: 0 5px;
}

.wrap_box .part5 {
    width: 100%;
    overflow: hidden
}

.wrap_box .part5 .p5-con {
    width: 100%;
    height: 100%;
    text-align: center;
}

.wrap_box .part5 .wrap {
    width: inherit;
    margin: 0 auto;
    overflow: hidden
}

.wrap_box .part5 .partner_play_box {
    width: 100%;
    height: 854px;
    background: url(../images/parter_bg.png) right top no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.wrap_box .part5 .partner_play_box .partner_title {
    margin-top: -50px;
    margin-right: 100px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.wrap_box .part5 .partner_play_box .partner_title .h3 {
    font-size: 40px;
    font-weight: bolder;
    text-align: center;
    color: #AE0F10;
}

.wrap_box .part5 .partner_play_box .partner_title .title2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #353535;
}

.wrap_box .part5 .partner_play_box .partner_play {
    margin-top: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1000px;
}

.wrap_box .part5 .partner_play_box .partner_play .partner-arrow {
    width: 40px;
    height: 60px;
    background-color: transparent;
    position: absolute;
    cursor: pointer;
    z-index: 10;
}

.wrap_box .part5 .partner_play_box .partner_play .partner-prev {
    left: 0px;
}

.wrap_box .part5 .partner_play_box .partner_play .partner-next {
    right: 0px;
}

.wrap_box .part5 .partner_play_box .partner_play .partner-arrow img {
    width: 40px;
    height: 60px;
    display: block;
}

.wrap_box .part5 .partner_play_box .partner_play .poster_box {
    margin: 30px 20px;
}

.wrap_box .part5 .partner_play_box .partner_play .poster_box h2 {
    font-size: 30px;
    color: #015293;
    font-weight: bold;
    text-align: center
}

.wrap_box .part5 .partner_play_box .partner_play .poster_box h3 {
    font-size: 16px;
    color: #015293;
    margin: 10px 0 35px;
    text-align: center
}

.wrap_box .part5 .partner_play_box .partner_play .poster_box .poster-main {
    position: relative;
    width: 100%;
    height: 400px !important;
    margin-left: auto;
    margin-right: auto
}

.wrap_box .part5 .partner_play_box .partner_play .poster_box .poster-main img {
    display: block;
    border-radius: 30px
}

.wrap_box .part5 .partner_play_box .partner_play .poster_box .poster-main a,
.wrap_box .part5 .partner_play_box .partner_play .poster_box .poster-main img {
    display: block;
    width: 100%;
    height: 100%
}

.wrap_box .part5 .partner_play_box .partner_play .poster_box .poster-main .poster-list {
    width: 800px;
    height: 500px
}

.wrap_box .part5 .partner_play_box .partner_play .poster_box .poster-main .poster-list .poster-item {
    width: 690px;
    height: 390px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px
}

.wrap_box .part5 .partner_play_box .partner_play .poster_box .poster-main .poster-list .poster-item .item {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 30px
}

.wrap_box .part5 .partner_play_box .partner_play .poster_box .poster-main .poster-btn {
    position: absolute;
    top: 0;
    cursor: pointer
}

.wrap_box .part5 .partner_play_box .partner_play .poster_box .poster-main .poster-prev-btn {
    left: -60px;
    background: url(../images/icon/icon_arrow_l.png) no-repeat center center;
    background-size: 26px 46px
}

.wrap_box .part5 .partner_play_box .partner_play .poster_box .poster-main .poster-next-btn {
    right: -60px;
    background: url(../images/icon/icon_arrow_r.png) no-repeat center center;
    background-size: 26px 46px
}

.wrap_box .part5 .partner_play_box .partner_play .poster_box .poster-main .icon-play {
    display: inline-block;
    width: 146px;
    height: 146px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -73px;
    margin-top: -73px;
    background: url(../images/icon/icon_play.png) center center no-repeat;
    background-size: 146px 146px;
    cursor: pointer
}

.wrap_box .part5 .partner_play_box .partner_play .play_shadow {
    width: 780px;
    height: 160px;
    background: url(../images/parter_img_shadow.png) center center no-repeat;
    background-size: 780px 160px;
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
}

.wrap_box .part6 {
    overflow: hidden;
    /* background: url("../images/part6@3x.png") right top; */
    /* background-size: 100% auto; */
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 60px;
}

.wrap_box .part6 .p6-con {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

.wrap_box .part6 .p6-con .p6-title {
    width: 192px;
    height: 64px;
    overflow-wrap: break-word;
    color: #ae0f10;
    font-size: 48px;
    white-space: nowrap;
    line-height: 64px;
    margin: 0 auto 20px;
    font-weight: bold;
}

.wrap_box .part6 .p6-con .p6-title2 {
    width: 295px;
    height: 31px;
    overflow-wrap: break-word;
    color: #353535;
    font-size: 24px;
    white-space: nowrap;
    line-height: 32px;
    align-self: center;
    font-weight: bold;
}

.wrap_box .part6 .p6-con .p6-asia {
    display: flex;
    margin: 50px auto;
    width: 1100px;
    justify-content: flex-start;
    align-items: flex-start;
}

.wrap_box .part6 .p6-con .p6-asia .p6-asia-left {
    flex-shrink: 0;
    width: 297px;
}

.wrap_box .part6 .p6-con .p6-asia .p6-asia-left img {
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: block;
}

.wrap_box .part6 .p6-con .p6-asia .p6-asia-right {
    flex: 1;
    padding: 0 0 0 40px;
    display: flex;
    flex-direction: column;
}

.wrap_box .part6 .p6-con .p6-asia .p6-asia-right-title {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.0;
    color: #353535;
}

.wrap_box .part6 .p6-con .p6-asia .p6-asia-right-subtitle {
    font-size: 24px;
    font-weight: bold;
    color: #353535;
    padding: 20px 0;
    line-height: 1.1;
}

.wrap_box .part6 .p6-con .p6-asia .p6-asia-right-content {
    font-size: 24px;
    line-height: 1.5;
    color: #525252;
    text-align: justify;
}

.wrap_box .part6 .p6-con .p6-platform {
    width: 100%;
    margin: 50px auto 0;
    position: relative;
    z-index: 1;
    text-align: center;
}

.wrap_box .part6 .p6-con .p6-platform .p6-title3 {
    z-index: 135;
    width: 100%;
    height: 64px;
    display: block;
    overflow-wrap: break-word;
    color: #535353;
    font-size: 48px;
    white-space: nowrap;
    line-height: 64px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}

.wrap_box .part6 .p6-con .p6-platform .p6-txt {
    z-index: 136;
    width: 100%;
    max-width: 910px;
    display: block;
    overflow-wrap: break-word;
    color: #525252;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin: 45px auto 0;
    overflow: hidden;
    text-overflow: ellipsis
}

.wrap_box .part6 .p6-con2 {
    margin: 100px 0 0 0;
    width: 100%;
    background-color: #fff;
}

.wrap_box .part6 .p6-con2 .resource .resourse-box1,
.wrap_box .part6 .p6-con2 .resource .resourse-box2,
.wrap_box .part6 .p6-con2 .resource .resourse-box3 {
    width: 1400px;
    margin: 0 auto
}

.wrap_box .part6 .p6-con2 .resource .resourse-box1 .img-box,
.wrap_box .part6 .p6-con2 .resource .resourse-box2 .img-box,
.wrap_box .part6 .p6-con2 .resource .resourse-box3 .img-box {
    position: relative;
    cursor: pointer
}

.wrap_box .part6 .p6-con2 .resource .resourse-box1 img,
.wrap_box .part6 .p6-con2 .resource .resourse-box2 img,
.wrap_box .part6 .p6-con2 .resource .resourse-box3 img {
    display: block
}

.wrap_box .part6 .p6-con2 .resource .resourse-box1 .img-box {
    margin-top: 9px
}

.wrap_box .part6 .p6-con2 .resource .resourse-box1 .box1 {
    z-index: 94;
    position: relative;
    width: 360px;
    overflow: hidden;
    width: 506px;
    height: 536px;
    margin-right: 14px
}

.wrap_box .part6 .p6-con2 .resource .resourse-box1 .box1 .title_box {
    position: absolute;
    width: 100%;
    bottom: 140px;
    text-align: center
}

.wrap_box .part6 .p6-con2 .resource .resourse-box1 .box2 {
    width: 346px;
    margin-right: 14px
}

.wrap_box .part6 .p6-con2 .resource .resourse-box1 .box3 {
    width: 518px
}

.wrap_box .part6 .p6-con2 .resource .resourse-box1 .box3 .title_box {
    position: absolute;
    width: 100%;
    bottom: 30px;
    text-align: center
}

.wrap_box .part6 .p6-con2 .resource .resourse-box1 .box4 {
    width: 1200px;
    z-index: auto;
    height: 445px
}

.wrap_box .part6 .p6-con2 .resource .resourse-box2 {
    margin-top: 14px
}

.wrap_box .part6 .p6-con2 .resource .resourse-box2 .box2 .title_box {
    position: absolute;
    width: 100%;
    top: 86px;
    left: 30px;
    text-align: left
}

.wrap_box .part6 .p6-con2 .resource .resourse-box2 .box4 .title_box {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 30px;
    text-align: left
}

.wrap_box .part6 .p6-con2 .resource .resourse-box3 {
    margin-top: 14px;
    position: relative
}

.wrap_box .part6 .p6-con2 .resource .resourse-box3 .box1 {
    width: 623px
}

.wrap_box .part6 .p6-con2 .resource .resourse-box3 .box1 .title_box {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 36px;
    text-align: left
}

.wrap_box .part6 .p6-con2 .resource .resourse-box3 .box2 {
    margin-top: 12px
}

.wrap_box .part6 .p6-con2 .resource .resourse-box3 .box2 .img-box {
    margin-right: 14px
}

.wrap_box .part6 .p6-con2 .resource .resourse-box3 .box3 {
    width: 868px;
    height: 518px;
    position: absolute;
    right: 0;
    top: 0
}

.wrap_box .part6 .p6-con2 .resource .resourse-box3 .box3 .title_box {
    position: absolute;
    width: 100%;
    bottom: 35px;
    left: 36px;
    text-align: left
}

.wrap_box .part6 .p6-con2 .resource .title_box h3 {
    font-size: 44px;
    color: #fff;
    font-weight: bolder;
    margin-bottom: 18px;
    transition: .5s
}

.wrap_box .part6 .p6-con2 .resource .title_box p {
    font-size: 22px;
    color: #fff;
    transition: .5s
}

.wrap_box .part6 .p6-con2 .resource .title_box .virtual-desc {
    font-size: 22px;
    color: #fff;
    transition: .5s;
    white-space: pre-line;
    line-height: 1.5;
}

.wrap_box .part7 .p7-con {
    margin: 0 auto;
    width: 1400px
}

.wrap_box .part7 .p7-con .resource_left {
    width: 430px;
    height: 272px;
    margin-top: 40px
}

.wrap_box .part7 .p7-con .resource_right {
    width: 790px;
    margin-left: 20px
}

.wrap_box .part7 .p7-con .resource_right dl {
    margin-bottom: 30px;
    display: flex;
    align-items: center
}

.wrap_box .part7 .p7-con .resource_right dl dt {
    font-size: 40px;
    width: 200px;
    font-weight: bolder;
    text-align: right;
    color: #000
}

.wrap_box .part7 .p7-con .resource_right dl dd {
    width: 590px;
    padding-left: 20px;
}

.wrap_box .part7 .p7-con .resource_right dl dd p {
    text-align: left;
    font-size: 24px;
    line-height: 1.5;
    color: #525252;
}

.wrap_box .part7 .p7-con .resource_box2 {
    height: 190px;
    background: #eaeaea;
    position: relative
}

.wrap_box .part7 .p7-con .resource_box2 img {
    position: absolute;
    left: 228px;
    top: -8px
}

.wrap_box .part7 .p7-con .resource_box3 {
    position: relative;
    margin-left: 20px;
    margin-top: 40px
}

.wrap_box .part7 .p7-con .resource_box3 .main_pic {
    position: absolute;
    right: 30px;
    top: -110px
}

.wrap_box .part7 .p7-title {
    overflow-wrap: break-word;
    color: #353535;
    white-space: nowrap;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 20px
}

.wrap_box .part7 .p7-title2 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
    color: #353535;
}

.wrap_box .part7 .footer_partner {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 80px
}

.wrap_box .part7 .footer_partner .wrap1 {
    width: 1200px;
    margin: 0 auto
}

.wrap_box .part7 .footer_partner .wrap1 .partner-title {
    overflow-wrap: break-word;
    color: #ae0f10;
    white-space: nowrap;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 20px
}

.wrap_box .part7 .footer_partner .wrap1 .partner-title2 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
    color: #353535;
}

.wrap_box .part7 .footer_partner ul {
    margin-top: 30px
}

.wrap_box .part7 .footer_partner ul li {
    width: 165px;
    height: 70px;
    margin: 10px 15px;
    float: left
}

.wrap_box .part7 .footer_partner ul li img {
    width: 165px;
    height: 70px
}

.footer {
    width: 100%;
    height: 175px;
    background: #000 url(../images/footer_bg.jpg) no-repeat;
    background-size: cover
}

.footer .footer_box {
    width: 32.33333%;
    height: inherit;
    margin: 44px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer .footer_box dl {
    margin-right: 70px
}

.footer .footer_box dd,
.footer .footer_box dt {
    margin-bottom: 15px
}

.footer .footer_box:last-child {
    border-right: none
}

.footer .footer_box>a {
    font-size: 18px;
    color: #fff
}

.footer .footer_box>a i {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    vertical-align: middle;
    background-size: 20px 20px;
    margin-right: 10px;
    background-color: #949494
}

.footer .footer_box>a .icon-phone {
    background: #949494 url(../images/icon/icon_phone.png) center center no-repeat
}

.footer .footer_box>a .icon-address {
    background: #949494 url(../images/icon/icon_address.png) center center no-repeat
}

.footer .footer_box>a .icon-mail {
    background: #949494 url(../images/icon/icon_mail.png) center center no-repeat
}

.footer .footer_box>a:hover {
    color: #AE0F10
}

.footer .footer_box>a:hover i {
    background-color: #AE0F10
}

.footer .footer_bottom {
    text-align: center
}

.footer .footer_bottom p {
    font-size: 14px;
    color: #fff
}

.footer .footer_bottom p a {
    font-size: 14px;
    color: #fff
}

.footer .footer_bottom p a:hover {
    color: #949494
}

.backTop {
    position: fixed;
    bottom: 50px;
    z-index: 999;
    right: 10px;
    width: 50px
}

.backTop ul li {
    height: 50px;
    margin-bottom: 1px;
    float: right;
    background: #999;
    line-height: 50px;
    font-size: 14px;
    cursor: pointer;
    opacity: 0.9;
    position: relative;
    border-radius: 12px
}

.backTop ul li.top2 {
    opacity: 0;
    filter: alpha(opacity=0);
    color: #1c1c1c;
    font-weight: 800;
    text-align: center;
    background: #999 url(../images/icon/top_icon.png) no-repeat center;
    position: relative;
    width: 50px;
    cursor: pointer;
    transition: .3s
}

.backTop ul li.top2:hover {
    background-color: #AE0F10
}

/* 语言选择器样式 */
.language-selector {
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 3px 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    height: fit-content;
    width: 120px;
    justify-content: center;
}

.language-selector .lang-btn {
    color: #fff;
    text-decoration: none;
    padding: 2px 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: normal;
    display: inline-block;
}

.language-selector .lang-btn.active {
    color: #EDCC8C;
    font-weight: bold;
}

.language-selector .lang-btn:hover {
    color: #EDCC8C;
}

.language-selector .lang-separator {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 1px;
}

/* 韩文版本特定优化 */
html[lang="ko"] .wrap_box .part4 .p4-con .p4-group .p4-pic span {
    font-size: 18px;
    line-height: 1.3;
    height: auto;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}