<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.crossImg {
    width: 100%;
}

.crossImg img {
    width: 100%;
}

/*p1-1ä¼ä¸šæ¦‚å†µ-å…¬å¸ç®€ä»‹*/
.profile {
    background: url(../images/page/profile-bg.png) center no-repeat;
    background-size: cover;
}

.profile .briefTitle {
    font-size: 36px;
    color: #333333;
    text-align: center;
}

.profile .brief {
    padding-top: 100px;
}

.profile .brief span {
    display: inline;
    font-weight: bold;
    color: #333333;
}

.profile .brief p {
    font-size: 18px;
    color: #75767a;
    line-height: 44px;
    margin-top: 30px;
    text-indent: 2em;
}

.profile .pastNum {
    height: 515px;
    margin-top: 30px;
    background: url(../images/page/pastNum-bg.png) bottom center no-repeat;
    background-size: cover;
    position: relative;
}

.profile .pastNum .w1400 {
    position: absolute;
    top: 27.18%;
    left: 50%;
    transform: translateX(-50%);
}

.profile .pastNum .about-data {
    display: flex;
    justify-content: space-between;
}

.profile .pastNum .aboutFlex {
    display: flex;
    justify-content: space-between;
    width: 34%;
}

.profile .pastNum .aboutFlex:last-child {
    width: 30%;
}

.profile .pastNum .about-data-item p {
    font-size: 20px;
    color: #8c1a11;
    display: flex;
    align-items: baseline;
}

.profile .pastNum .about-data-item .item_p {
    font-size: 20px;
    color: #8c1a11;
    display: flex;
    align-items: baseline;
}

.profile .pastNum .about-data-item b {
    font-size: 50px;
    display: flex;
    margin-right: 5px;
    font-family: Arial;
    font-weight: bold;
}

.profile .pastNum .about-data-item .item_f {
    position: relative;
    margin-right: 5px;
}

.profile .pastNum .about-data-item em {
    font-size: 30px;
    position: absolute;
    right: -15px;
    top: -8px;
}

.profile .pastNum .about-data-item span {
    font-size: 18px;
    color: #333333;
}

.m_pastImg {
    display: none;
}

@media (max-width: 1200px) {
    .profile .brief {
        padding-top: 0.8rem;
        background: #f2f6ff;
    }

    .profile .briefTitle {
        font-size: 0.4rem;
        font-weight: bold;
    }

    .profile .brief p {
        font-size: 0.28rem;
        line-height: 0.55rem;
        color: #666666;
        margin-top: 0.5rem;
    }

    .profile .pastNum {
        height: auto;
        background: none !important;
    }

    .profile .pastNum .w1400 {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .profile .pastNum .about-data {
        display: block;
        padding: 0 0.52rem;
    }

    .profile .pastNum .about-data-item {
        width: 45%;
    }

    .profile .pastNum .aboutFlex {
        width: auto;
    }

    .profile .pastNum .aboutFlex:last-child {
        width: auto;
        margin-top: 0.7rem;
    }

    .m_pastImg {
        width: 100%;
        margin-top: 0.6rem;
        display: block;
    }

    .m_pastImg img {
        width: 100%;
    }

    .profile .pastNum .about-data-item p {
        font-size: 0.23rem;
    }

    .profile .pastNum .about-data-item .item_p {
        font-size: 0.23rem;
    }

    .profile .pastNum .about-data-item .item_f {
        margin-right: 0;
    }

    .profile .pastNum .about-data-item b {
        font-size: 0.78rem;
        margin-right: 0.1rem;
        position: relative;
    }

    .profile .pastNum .about-data-item em {
        font-size: 0.34rem;
        position: absolute;
        top: 0;
        right: -0.24rem;
    }

    .profile .pastNum .about-data-item span {
        font-size: 0.26rem;
    }
}

/*p1-3ä¼ä¸šæ¦‚å†µ-ä¼ä¸šå¤§äº‹è®°*/
.chronicle {
    padding-top: 100px;
    background: url(../images/page/chronicle-bg.png) center no-repeat;
    background-size: cover;
}

.chronicle .w1400 {
    position: relative;
}

.chronicle .nextIcon {
    width: 73px;
    height: 73px;
    margin: 0 auto;
    background: url(../images/icon/i8.png) center no-repeat;
    background-size: contain;
}

.chronicle .record {
    margin-top: 20px;
}

.chronicle .recordList {
    position: relative;
    padding: 0 55px 0 70px;
    border-radius: 5px;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.chronicle .recordList:first-child {
    margin-top: 0 !important;
}

.chronicle .recordList .listGap {
    margin-top: 80px;
    width: calc(100% - 310px);
    position: relative;
    overflow: hidden;
}

.memorabilia {
    width: 234px;
    background: url("../images/page/memorabilia.png") center no-repeat;
    background-size: cover;
    padding-bottom: 45px;
}

.memorabiliaCn {
    display: flex;
    font-size: 16px;
    justify-content: center;
    color: #fffefe;
    align-items: baseline;
    font-family: semiBold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.estYear {
    font-size: 54px;
    margin: 0 5px;
}

.estTitle, .estYear, .unit {
    background: -webkit-linear-gradient(to top, #e1b0af, #fff);
    background: linear-gradient(to top, #e1b0af, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.memorabiliaEn {
    font-size: 11px;
    text-align: center;
    color: #fffefe;
    border-bottom: 1px solid #fff;
    opacity: 0.4;
    padding-bottom: 2px;
}

.memorabiliaTop {
    margin-top: 55px;
    padding: 0 25px;
    box-sizing: border-box;
}

.chronicleSwiper .swiper-slide {
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(360px / 6);
    opacity: 0.2;
    cursor: pointer;
    font-family: "Arial";
}

.chronicleSwiper {
    height: 360px;
    overflow: hidden;
    position: relative;
    margin-top: 35px;
}
.mobileChronicleSwiper{
    display: none;
}

.chronicle .recordList .time {
    font-size: 45px;
    color: #b62f2a;
    font-family: Arial;
    font-weight: bold;
}

.chronicleSwiper .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.chronicle .recordList .swiper-button-prev {
    top: 160px;
    right: 162px;
    left: initial;
    margin-top: 0;
    background: url(../images/icon/i104.png) center no-repeat;
    background-size: cover;
    width: 23px;
    height: 13px;
    opacity: 0.5;
}

.chronicle .swiper-button-next {
    bottom: 30px;
    top: unset;
    right: 162px;
    left: initial;
    margin-top: 0;
    background: url(../images/icon/i105.png) center no-repeat;
    background-size: cover;
    width: 23px;
    height: 13px;
    opacity: 0.5;
}

.chronicle .recordList .swiper-button-prev:hover {
    opacity: 1;
}

.chronicle .recordList .swiper-button-next:hover {
    opacity: 1;
}

.chronicle .recordList .text {
    margin-top: 30px;
    height: 400px;
    overflow: auto;
    padding-right: 50px;
}

.chronicle .recordList .text::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.chronicle .recordList .text::-webkit-scrollbar-thumb {
    /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
    border-radius: 6px;
    background-color: #b62f2a;
}

.chronicle .recordList .text::-webkit-scrollbar-track {
    /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0);
    background: #f0f0f0;
}

.chronicle .recordList p {
    padding-left: 17px;
    font-size: 18px;
    color: #333333;
    line-height: 35px;
    margin-bottom: 20px;
    position: relative;
}

.chronicle .recordList p:hover {
    color: #b62f2a;
}

.chronicle .recordList p::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b62f2a;
    position: absolute;
    left: 0;
    top: 13px;
}

.chronicle .recordList p:last-child {
    margin-bottom: 0;
}

.chronicle .recordList.s2 {
    margin-top: 50px;
}

.chronicle .recordList.s3 {
    margin-top: 187px;
}

.chronicle .recordList.s4 {
    margin-top: 128px;
}

.chronicle .recordList.s5 {
    margin-top: 258px;
}

.chronicle .recordList.s6 {
    margin-top: 180px;
}

.chronicle .recordList.s7 {
    margin-top: 210px;
}

.chronicle .recordList.s8 {
    margin-top: 188px;
}

.chronicle .recordList.s9 {
    margin-top: 235px;
}
.mobileOpcity{
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .mobileOpcity{
        opacity: 1;
        width: auto;
        height: auto;
    }
    .pcOpcity{
        opacity: 0;
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .chronicle {
        padding-top: 0.8rem;
        background: #f9f9f9;
    }

    .chronicle .w1400 {
        padding-bottom: 1rem;
    }

    .chronicle .w1400::after {
        z-index: 1;
        height: calc(100% - 0.9rem);
        top: 0.9rem;
    }

    .chronicle .nextIcon {
        width: 0.9rem;
        height: 0.9rem;
    }

    .chronicle .record {
        margin-top: 0.34rem;
    }

    .chronicle .recordList {
        float: none;
        width: 100%;
        z-index: 2;
        flex-wrap: wrap;
        padding: 0;
        padding-top: 1rem;
        margin-top: 0;
    }

    .chronicle .recordList:first-child {
        margin-top: 0 !important;
        padding-top: 0;
    }
    .chronicle .recordList .listGap{
        margin-top: 0;
    }

    .chronicle .recordList:nth-child(2n) {
        float: none;
    }

    .chronicle .recordList .mobileListGap {
        margin: 0 0.4rem;
        position: relative;
        overflow: hidden;
    }

    .chronicle .recordList::before {
        display: none;
    }

    .chronicle .recordList::after {
        width: 0.16rem;
        height: 0.16rem;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .chronicle .recordList:nth-child(2n) .listGap {
        margin-left: 0;
    }

    .chronicle .recordList:nth-child(2n)::after {
        left: 50%;
    }

    .chronicle .recordList .time {
        font-size: 0.6rem;
    }

    .chronicle .recordList .text {
        margin-top: 0.4rem;
        height: 8.5rem;
        padding-right: 0.3rem;
    }

    .chronicle .recordList p {
        font-size: 0.26rem;
        line-height: 0.46rem;
        margin-bottom: 0.3rem;
    }

    .chronicle .recordList p::after {
        top: 0.18rem;
        width: 0.1rem;
        height: 0.1rem;
    }
    .memorabiliaTop{
        display: none;
    }
    .memorabilia{
        height: 1.85rem;
        width: 100%;
        padding-bottom: 0;
        margin-top: 0.6rem;
    }
    .chronicleSwiper{
        display: none;
    }
    .mobileChronicleSwiper{
        display: block;
    }
    .mobileChronicleSwiper .swiper-slide{
        height: auto;
        width: calc(5.7rem / 5);
        font-size: 0.24rem;
        text-align: center;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.2;
        cursor: pointer;
    }
    .mobileChronicleSwiper{
        height: 1.85rem;
        width: 5.7rem;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }
    .chronicle .recordList .swiper-button-prev{
        top: unset;
        bottom: 0.74rem;
        left: 0.35rem;
        background: url(../images/mobile/icon/i57.png) center no-repeat;
        background-size: 0.13rem 0.23rem;
        width: 0.4rem;
        height: 0.4rem;
    }
    .chronicle .swiper-button-next {
        bottom: 0.74rem;
        top: unset;
        right: 0.35rem;
        left: initial;
        margin-top: 0;
        background: url(../images/mobile/icon/i58.png) center no-repeat;
        background-size: 0.13rem 0.23rem;
        width: 0.4rem;
        height: 0.4rem;
    }
    .mobileChronicleSwiper .swiper-slide.swiper-slide-active {
        opacity: 1;
    }
}

/*å…¬å…±æœç´¢æ&nbsp;·å¼*/
.companyTop {
    display: flex;
    justify-content: space-between;
}

.companyTop .topleft {
    display: flex;
    align-items: center;
}

.companyTop .topRight {
    display: flex;
    position: relative;
    flex: 1;
    margin-left: 30px;
}

.companyTop .topRight::after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/icon/i9.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 38px;
    top: 50%;
    transform: translateY(-50%);
}

.companyTop .topRight input {
    width: 63%;
    height: 60px;
    border: 1px solid #d7d7d7;
    margin-right: 16px;
    padding: 0 76px;
    border-radius: 5px;
}

.companyTop .topRight .but {
    width: 16.6%;
    height: 62px;
    border-radius: 5px;
    background: #990000;
    font-size: 20px;
    color: #fbfbfb;
    padding: 0;
}

.companyTop .select .el-date-editor.el-input,
.companyTop .select .el-date-editor.el-input__inner, .companyTop .select .el-select {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.companyTop .select .el-input__inner, .companyTop .select .el-select &gt; .el-input {
    height: 100%;
    cursor: pointer;
}

.companyTop .select {
    height: 60px;
    border: 1px solid #d7d7d7;
    position: relative;
    border-radius: 5px;
    padding-right: 20px;
    cursor: pointer;
    z-index: 2;
    margin-right: 30px;
    min-width: 170px;
}
.companyTop .line{
    width: 38px;
    margin: 0 20px;
    height: 1px;
    background: #d7d7d7;
}
.companyTop .select.time{
    padding-right: 0;
    margin-right: 0;
}

.companyTop .select p, .companyTop .select .timeValue {
    font-size: 16px;
    color: #333333;
    padding: 0 25px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}
.companyTop .select .timeValue{
    padding-left: 50px;
}

.companyTop .select p::after {
    transition: all 0.5s;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 13px;
    height: 7px;
    background: url(../images/icon/i10.png) right center no-repeat;
    content: "";
}
.companyTop .select .timeValue:after{
    transition: all 0.5s;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    background: url(../images/icon/i106.png) center no-repeat;
    background-size: cover;
    content: "";
}

.companyTop .select .pos {
    display: none;
    position: absolute;
    left: 0px;
    top: 77px;
    padding: 10px 10px;
    width: calc(100% - 20px);
    max-height: 264px;
    overflow-y: auto !important;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.companyTop .select a {
    padding: 5px 0 5px 2px;
    line-height: 26px;
    font-size: 14px;
    color: #333333;
}

/*p3-1å…¬å¸åŠ¨æ€*/
.company {
    padding: 102px 0 85px;
    background: #f9f9f9;
}

.company .companyList {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
}

.company .companyList .item {
    width: 31.85%;
    background: #fff;
    margin-right: 2.14%;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.company .companyList .item:nth-child(3n) {
    margin-right: 0;
}

.company .companyList .item:nth-child(-n+3) {
    margin-top: 0;
}

.company .companyList .item::after {
    content: '';
    width: 0;
    height: 5px;
    background: #990000;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
}

.company .companyList .item.itemCur .text {
    padding: 54px 10% 60px;
}

.company .companyList .item.itemCur .text b {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.company .companyList .item:hover .text i {
    color: #b62f2a;
    transition: all 0.5s;
}

.company .companyList .item:hover::after {
    width: 100%;
    transition: all 0.5s;
}

.company .companyList .item:hover .itemImg img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.company .companyList .itemImg {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.company .companyList .itemImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s;
}

.company .companyList .text {
    padding: 30px 10% 40px;
}

.company .companyList .text i {
    font-size: 20px;
    color: #c4c4c4;
    font-family: Arial;
    transition: all 0.5s;
    font-weight: bold;
}

.company .companyList .text p {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    margin-top: 20px;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.company .companyList .text b {
    font-size: 16px;
    color: #666666;
    line-height: 27px;
    margin-top: 30px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 1200px) {
    .company {
        padding: 0.8rem 0 1rem;
    }

    .companyTop {
        display: block;
    }

    .companyTop .topleft {
        width: 100%;
        flex-wrap: wrap;
    }
    .companyTop .topleft .link{
        width: 100%;
    }

    .companyTop .select {
        width: 100%;
        height: 0.99rem;
        padding-right: 0.4rem;
        margin-right: 0;
        margin-top: 0.3rem;
        box-sizing: border-box;
    }

    .companyTop .select p {
        height: 0.99rem;
        line-height: 0.99rem;
        font-size: 0.26rem;
        padding: 0 0.4rem;
    }
    .companyTop .select p, .companyTop .select .timeValue{
        height: 100%;
        line-height: 0.99rem;
        font-size: 0.26rem;
    }
    .companyTop .select .timeValue{
        padding-left: 0.9rem;
    }
    .companyTop .select .timeValue:after{
        width: 0.3rem;
        height: 0.3rem;
        left: 0.4rem;
    }
    .companyTop .line{
        display: none;
    }

    .companyTop .topRight {
        width: 100%;
        margin-left: 0;
        margin-top: 0.3rem;
    }

    .companyTop .topRight input {
        height: 0.99rem;
        padding: 0 0.3rem 0 0.9rem;
        margin-right: 0;
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        flex: 1;
    }

    .companyTop .topRight .but {
        width: 28.11%;
        height: 1.03rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-size: 0.26rem;
    }

    .companyTop .topRight::after {
        width: 0.3rem;
        height: 0.3rem;
        left: 0.4rem;
    }

    .company .companyList {
        margin-top: 0.71rem;
        display: block;
    }

    .company .companyList .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.5rem;
        margin-top: 0;
    }

    .company .companyList .item:last-child {
        margin-bottom: 0;
    }

    .company .companyList .itemImg {
        height: 4.01rem;
    }

    .company .companyList .text {
        padding: 0.5rem 0.59rem 0.7rem;
    }

    .company .companyList .text i {
        font-size: 0.3rem;
    }

    .company .companyList .text p {
        font-size: 0.3rem;
        line-height: 0.48rem;
        font-weight: bold;
        margin-top: 0.4rem;
    }

    .company .companyList .text b {
        font-size: 0.26rem;
        line-height: 0.42rem;
        margin-top: 0.5rem;
    }

    .company .companyList .item.itemCur .text {
        padding: 0.5rem 0.56rem 0.8rem;
    }
}

/*p3-2æ–°é—»è¯¦æƒ…*/
.newDetails {
    margin-top: 96px;
    padding-bottom: 110px;
}

.newDetails .newDetails01 {
    padding-top: 59px;
}

.newDetails .newDetails01 .next {
    padding: 60px 5.8%;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.newDetails .title_box {
    font-size: 38px;
    color: #333333;
    font-weight: bold;
}

.newDetails .cen {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e7e7e7;
}

.newDetails .cen i {
    font-size: 18px;
    color: #999999;
}

.newDetails .cenFlex {
    display: flex;
}

.newDetails .cenTime {
    padding-left: 28px;
    background: url(../images/icon/i17.png) left top 2px no-repeat;
    background-size: 18px auto;
    margin-left: 32px;
    font-family: Arial;
}

.newDetails .text {
    margin-top: 30px;
    padding-bottom: 56px;
    border-bottom: 1px solid #e7e7e7;
}

.newDetails .text p {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 20px;
    text-indent: 2em;
}

.newDetails .text p:last-child {
    margin-bottom: 0;
}

.newDetails .text img {
    width: 100%;
}

.newDetails .go_article {
    margin-top: 52px;
}

.newDetails .go_article a {
    font-size: 16px;
    color: #a9a9a9;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}

.newDetails .go_article a:first-child i {
    padding-left: 40px;
    margin-right: 19px;
    background: url(../images/icon/i22.png) center left no-repeat;
    background-size: 9px auto;
}

.newDetails .go_article a:last-child i {
    padding-right: 40px;
    margin-left: 19px;
    background: url(../images/icon/i23.png) center right no-repeat;
    background-size: 9px auto;
}

.newDetails .go_article a:hover {
    color: #b62e2b;
}

.newDetails .go_article a:hover:first-child i {
    background: url(../images/icon/i22s.png) center left no-repeat;
    background-size: 9px auto;
}

.newDetails .go_article a:hover:last-child {
    transition: all 0.5s;
}

.newDetails .go_article a:hover:last-child i {
    background: url(../images/icon/i23s.png) center right no-repeat;
    background-size: 9px auto;
}

.newDetails .cen_box {
    display: flex;
}

.newDetails .newDetails01 .next .cen span {
    margin-top: 5px;
    width: 39px;
    height: 20px;
    border-right: #c6c6c6 1px solid;
}

.newDetails .newDetails01 .next .cen span.big {
    background: url(../images/icon/i18.png) center no-repeat;
}

.newDetails .newDetails01 .next .cen span.big:hover,
.newDetails .newDetails01 .next .cen span.big.cur {
    background: url(../images/icon/i18s.png) center no-repeat;
}

.newDetails .newDetails01 .next .cen span.middle {
    background: url(../images/icon/i19.png) center no-repeat;
}

.newDetails .newDetails01 .next .cen span.middle:hover,
.newDetails .newDetails01 .next .cen span.middle.cur {
    background: url(../images/icon/i19s.png) center no-repeat;
}

.newDetails .newDetails01 .next .cen span.small {
    border-right: none;
    background: url(../images/icon/i20.png) center no-repeat;
}

.newDetails .newDetails01 .next .cen span.small:hover,
.newDetails .newDetails01 .next .cen span.small.cur {
    background: url(../images/icon/i20s.png) center no-repeat;
}

.newDetails .newDetails01 .next .cen .icon-share .icon_box {
    margin-left: 10px;
    width: 30px;
    height: 30px;
    background: url(../images/icon/i21.png) center no-repeat;
}

.newDetails .newDetails01 .next .cen .icon-share .icon_box::before {
    display: none;
}

.newDetails .newDetails01 .next .cen .pos_box .Smohan_Layer_box {
    height: 1px;
    overflow: hidden;
}

.newDetails .icon-share .pos {
    display: none;
    position: absolute;
    left: 50%;
    top: 46px;
    transform: translateX(-50%);
    padding: 2px 14px 14px;
    width: 94px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.m_go_article {
    display: none;
}

@media (max-width: 1200px) {
    .newDetails {
        margin-top: 1.14rem;
        padding-bottom: 1rem;
    }

    .newDetails .newDetails01 .next {
        padding: 0.5rem 0.34rem 1.1rem;
    }

    .newDetails .title_box {
        font-size: 0.42rem;
    }

    .newDetails .cenFlex:last-child {
        display: none;
    }

    .newDetails .cen {
        margin-top: 0.4rem;
        padding-bottom: 0.34rem;
    }

    .newDetails .cen i {
        font-size: 0.24rem;
    }

    .newDetails .cenTime {
        margin-left: 0.25rem;
        padding-left: 0.4rem;
        background-size: 0.23rem auto;
    }

    .newDetails .text {
        margin-top: 0.5rem;
        padding-bottom: 0.7rem;
    }

    .newDetails .text p {
        font-size: 0.28rem;
        line-height: 0.45rem;
        margin-bottom: 0.5rem;
    }

    .pc_go_article {
        display: none;
    }

    .m_go_article {
        display: block;
    }

    .newDetails .go_article {
        margin-top: 0.8rem;
    }

    .newDetails .go_article a {
        font-size: 0.28rem;
        float: none;
        display: flex;
        justify-content: space-between;
    }

    .newDetails .go_article a:last-child {
        margin-top: 0.6rem;
    }

    .newDetails .go_article a p {
        width: 75%;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .newDetails .go_article a i {
        margin-left: 0 !important;
    }

    .newDetails .go_article a:first-child i {
        padding: 0;
        margin: 0;
        padding-right: 0.4rem;
        background: url(../images/icon/i23.png) center right no-repeat!important;
        background-size: 0.13rem!important;
    }

    .newDetails .go_article a:last-child i {
        padding-right: 0.4rem;
        background-size: 0.13rem!important;
    }
    .newDetails .go_article a:hover:first-child i{
        background: url(../images/icon/i23s.png) center right no-repeat!important;
        background-size: 0.13rem!important;
    }
}

/*p5-1é‡‡æ&nbsp;‡ä¿¡æ¯*/
.publicity {
    padding: 102px 0 87px;
    background: #f9f9f9;
}

.publicity .noticeList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
}

.publicity .next {
    width: 47.64%;
    border-radius: 5px;
    margin-top: 45px;
    overflow: hidden;
    position: relative;
}

.publicity .next:nth-child(-n+2) {
    margin-top: 0;
}

.publicity .next::after {
    content: '';
    width: 0;
    height: 5px;
    background: #b62f2a;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}

.publicity .next:hover .title {
    color: #b62f2a;
    transition: all 0.5s;
}

.publicity .next:hover .t1 p {
    background: url(../images/icon/i13s.png) left top 2px no-repeat;
    transition: all 0.5s;
}

.publicity .next:hover .t2 p {
    background: url(../images/icon/i14s.png) left top 2px no-repeat;
    transition: all 0.5s;
}
.publicity .next:hover .t3 p {
    background: url(../images/icon/i107s.png) left top 2px no-repeat;
    transition: all 0.5s;
}

.publicity .next:hover .nextLink {
    color: #b62f2a;
    padding-right: 34px;
    transition: all 0.5s;
}

.publicity .next:hover .nextLink::after {
    width: 24px;
    background: url(../images/icon/i15s.png) right center no-repeat;
    transition: all 0.5s;
}

.publicity .next:hover::after {
    content: '';
    width: 100%;
    transition: all 0.5s;
}

.publicity .nextNew {
    padding: 40px 6.89% 44px 7.94%;
    background: #fff;
}

.publicity .title {
    height: 70px;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    transition: all 0.5s;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.publicity .text p {
    font-size: 16px;
    color: #666666;
    padding-left: 29px;
    display: flex;
    font-weight: bold;
}

.publicity .text span {
    font-size: 16px;
    color: #666666;
    width: 80%;
    font-weight: lighter;
    font-family: Arial;
}

.publicity .text.t1 {
    margin-top: 26px;
}

.publicity .text.t1 p {
    background: url(../images/icon/i13.png) left top 2px no-repeat;
    transition: all 0.5s;
}

.publicity .text.t2 {
    margin-top: 20px;
}

.publicity .text.t2 p {
    background: url(../images/icon/i14.png) left top 2px no-repeat;
    transition: all 0.5s;
}

.publicity .text.t3 {
    margin-top: 20px;
}

.publicity .text.t3 p {
    background: url(../images/icon/i107.png) left top 2px no-repeat;
    transition: all 0.5s;
}

.publicity .nextLink {
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    color: #999999;
    transition: all 0.5s;
    position: relative;
}

.publicity .nextLink::after {
    content: '';
    width: 0;
    height: 7px;
    background: url(../images/icon/i15.png) center right no-repeat;
    background-size: 24px auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
}

@media (max-width: 1200px) {
    .publicity {
        padding: 0.36rem 0 0.98rem;
    }

    .publicity .noticeList {
        margin-top: 0.7rem;
        display: block;
    }

    .publicity .next {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    .publicity .next:last-child {
        margin-bottom: 0;
    }

    .publicity .nextNew {
        padding: 0.6rem 0.56rem;
    }

    .publicity .title {
        font-size: 0.3rem;
        height: 0.8rem;
        font-weight: bold;
    }

    .publicity .text.t1 {
        margin-top: 0.5rem;
    }

    .publicity .text p {
        font-size: 0.26rem;
        padding-left: 0.42rem;
    }

    .publicity .text span {
        font-size: 0.26rem;
        width: 70%;
    }

    .publicity .text.t1 p {
        background: url(../images/icon/i13s.png) left top 2px no-repeat;
        background-size: 0.29rem auto;
        transition: all 0.5s;
    }

    .publicity .text.t2 p {
        background: url(../images/icon/i14s.png) left top 2px no-repeat;
        background-size: 0.26rem;
    }
    .publicity .text.t3 p {
        background: url(../images/icon/i107s.png) left top 2px no-repeat;
        background-size: 0.26rem;
    }

    .publicity .nextLink {
        display: none;
    }

    .publicity .next::after {
        display: none;
    }
    .publicity .next:hover .t1 p{
        background-size: 0.29rem auto;
    }
    .publicity .next:hover .t3 p{
        background-size: 0.26rem auto;
    }
}

/*p5-1é‡‡æ&nbsp;‡ä¿¡æ¯-æ‹›æ&nbsp;‡å…¬å‘Š*/
.noticeBox {
    padding: 102px 0 87px;
    background: #f9f9f9;
}

.noticeBox .noticeList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
}

.noticeBox .next {
    width: 47.64%;
    border-radius: 5px;
    margin-top: 45px;
    overflow: hidden;
    position: relative;
}

.noticeBox .next:nth-child(-n+2) {
    margin-top: 0;
}

.noticeBox .next::after {
    content: '';
    width: 0;
    height: 5px;
    background: #b62f2a;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}

.noticeBox .next:hover .title {
    color: #b62f2a;
    transition: all 0.5s;
}

.noticeBox .next:hover .nextLink {
    color: #b62f2a;
    padding-right: 34px;
    transition: all 0.5s;
}

.noticeBox .next:hover .nextLink::after {
    width: 24px;
    background: url(../images/icon/i15s.png) right center no-repeat;
    transition: all 0.5s;
}

.noticeBox .next:hover::after {
    content: '';
    width: 100%;
    transition: all 0.5s;
}

.noticeBox .next:hover .tendering {
    background: url(../images/icon/i14s.png) left top 2px no-repeat;
}

.noticeBox .nextNew {
    padding: 40px 6.89% 44px 8.24%;
    background: #fff;
}

.tenderingInfo {
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: space-between;
}

.tendering {
    font-size: 16px;
    color: #666666;
    padding-left: 29px;
    display: flex;
    background: url(../images/icon/i14.png) left top 2px no-repeat;
    transition: all 0.5s;
}

.noticeBox .title {
    height: 70px;
    font-size: 24px;
    color: #333333;
    transition: all 0.5s;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.noticeBox .nextLink {
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    color: #999999;
    transition: all 0.5s;
    position: relative;
    margin-top: 0.2rem;
}

.noticeBox .nextLink::after {
    content: '';
    width: 0;
    height: 7px;
    background: url(../images/icon/i15.png) center right no-repeat;
    background-size: 24px auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
}

@media (max-width: 1200px) {
    .noticeBox {
        padding: 0.66rem 0 0.98rem;
    }

    .noticeBox .noticeList {
        margin-top: 0.7rem;
        display: block;
    }

    .noticeBox .next {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    .noticeBox .next:last-child {
        margin-bottom: 0;
    }

    .noticeBox .title {
        font-size: 0.3rem;
        height: 0.8rem;
    }

    .noticeBox .nextNew {
        padding: 0.6rem 0.56rem;
    }

    .noticeBox .nextLink {
        font-size: 0.26rem;
        padding-right: 0.52rem;
        background-size: 0.3rem auto;
    }

    .noticeBox .next::after {
        display: none;
    }

    .noticeBox .next:hover .nextLink {
        background-size: 0.3rem auto;
    }
}

/*è”ç³»æˆ‘ä»¬*/
.contactUs {
    padding: 100px 0 88px;
    min-height: auto;
}

.contactUs .contactBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.1);
}

.contactUs .contactLeft {
    width: 50%;
    height: 702px;
}

.contactUs .contactLeft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contactUs .contactRight {
    width: 46.04%;
}

.contactUs .contactRight .title {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}

.contactUs .picFlex:first-child {
    padding-bottom: 60px;
    border-bottom: 1px solid #f2f2f2;
}

.contactUs .picFlex:last-child {
    margin-top: 50px;
}

.contactUs .picFlex:last-child .title {
    font-size: 24px;
}

.contactUs .contBxo {
    margin-top: 40px;
}

.contactUs .contBxo .pos {
    display: flex;
    margin-bottom: 39px;
}

.contactUs .contBxo .pos:last-child {
    margin-bottom: 0;
}

.contactUs .contBxo .pos i {
    width: 26px;
    height: 26px;
}

.contactUs .contBxo .right {
    margin-left: 18px;
    display: flex;
    width: 90%;
}

.contactUs .contBxo p {
    font-size: 18px;
    color: #b62f2a;
    font-weight: bold;
}

.contactUs .contBxo b {
    font-size: 18px;
    color: #333333;
    width: 80%;
}

.m_contactLeft {
    display: none;
}

@media (max-width: 1200px) {
    .pc_contactLeft {
        display: none;
    }

    .m_contactLeft {
        display: block;
    }

    .contactUs {
        padding: 0.63rem 0 0.74rem;
        background: #f8f8f8;
    }

    .contactUs .contactBox {
        display: block;
    }

    .contactUs .contBxo {
        margin-top: 0.6rem;
    }

    .contactUs .contactRight {
        width: calc(100% - 0.8rem);
        padding: 0 0.4rem;
        padding-bottom: 0.8rem;
        margin-top: 0.7rem;
    }

    .contactUs .contactRight .title {
        font-size: 0.4rem;
        font-weight: bold;
    }

    .contactUs .picFlex:first-child {
        padding-bottom: 0.78rem;
    }

    .contactUs .picFlex:last-child {
        margin-top: 0.7rem;
    }

    .contactUs .picFlex:last-child .title {
        font-size: 0.34rem;
    }

    .contactUs .contBxo .right {
        margin-left: 0.45rem;
        display: block;
    }

    .contactUs .contBxo p {
        font-size: 0.32rem;
        font-weight: bold;
    }

    .contactUs .contBxo b {
        font-size: 0.26rem;
        margin-top: 0.2rem;
    }

    .contactUs .contBxo .pos i {
        width: 0.55rem;
        height: 0.49rem;
    }

    .contactUs .contBxo .pos {
        margin-bottom: 0.7rem;
    }

    .contactUs .contactLeft {
        width: 100%;
        height: 5.52rem;
    }
}

/*p1-2ä¼ä¸šæ¦‚å†µ-ç»„ç»‡æž¶æž„*/
.framework .frameTitle {
    font-size: 36px;
    color: #333;
    text-align: center;
}

.framework .frame01 {
    padding: 95px 0 114px;
    background: url(../images/page/frame-bg.png) center no-repeat;
    background-size: cover;
}

.framework .frame01 .frameImg {
    width: 100%;
    margin-top: 80px;
}

.framework .frame01 .frameImg img {
    width: 100%;
}

.frameworkBottomList img {
    width: auto !important;
    margin: 0 auto;
    max-width: 100%;
}

.frameworkCont {
    margin-top: 1.6%;
    display: flex;
}

.frameworkTop {
    width: 26.71%;
    margin: 0 auto;
}

.frameworkList {
    width: 43.57%;
    margin-left: 4.3%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.frameworkList.curr {
    overflow: inherit;
}

.frameworkContBtn {
    display: flex;
    margin-top: 70px;
    position: relative;
    z-index: 2;
    justify-content: center;
}

.frameworkContBtnList {
    width: 227px;
    margin-left: 120px;
    position: relative;
    cursor: pointer;
}

.frameworkContBtnList:first-child {
    margin-left: 0;
}

.frameworkContBtnList .hover {
    display: none;
}

.frameworkContBtnList.curr .hover {
    display: block;
}

.frameworkContBtnList.curr .default {
    display: none;
}

.frameworkBottomList {
    display: none;
}

.frameworkBottomList.curr {
    display: block;
}

.frameworkList:last-child .frameworkDepartRight {
    width: 92.66%;
    margin-left: 0;
}

.frameworkSub {
    width: 37.21%;
    margin: 0 auto;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    cursor: pointer;
    position: absolute;
}

.frameworkDepart {
    align-items: baseline;
    justify-content: center;
    display: flex;
    padding: 60px 0 40px 0;
    border: 1px dashed #e0ca8a;
    box-sizing: border-box;
}

.frameworkDepartLeft {
    width: 11.63%;
    position: relative;
}

.frameworkDepartLeft:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50.2%);
    width: 1px;
    height: 125%;
    top: -118%;
    background: #d6d6d6;
    z-index: -1;
}

.frameworkDepartRight {
    width: 75.24%;
    margin-left: 7.37%;
}

.frameworkBottom {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}

.framework .frame02 {
    padding: 99px 0 350px;
    background: url(../images/page/frame02-bg.png) center bottom no-repeat;
    background-size: cover;
}

.framework .frame02 .department {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.framework .frame02 .setTab {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.framework .frame02 .setTab .next {
    width: calc((100% - 120px) / 4);
    height: 253px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    background: #fff;
    margin-left: 40px;
    margin-top: 40px;
}

.framework .frame02 .setTab .next.hide {
    display: none;
}

.framework .frame02 .setTab .next:nth-child(4n+1) {
    margin-left: 0;
}

.framework .frame02 .setTab .next::after {
    content: '';
    width: 0;
    height: 0;
    background: url("../images/page/departmentCurBg.png") center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    z-index: -1;
}

.framework .frame02 .setTab .next:hover {
    z-index: 2;
}

.framework .frame02 .setTab .next:hover::after {
    width: 100%;
    height: 100%;
}

.framework .frame02 .setTab .next:hover .num {
    opacity: 0;
}

.framework .frame02 .setTab .next:hover .learnMore {
    opacity: 1;
    height: 25px;
    margin-top: 20px;
}

.framework .frame02 .setTab .next:hover .show {
    display: none;
    transition: all 0.5s;
}

.framework .frame02 .setTab .next:hover .hide {
    display: block;
    transition: all 0.5s;
}

.framework .frame02 .setTab .next:hover p {
    color: #ffffff;
    transition: all 0.5s;
}

.framework .frame02 .setTab .next:nth-child(-n+4) {
    border-top: none;
}

.framework .frame02 .setTab .next:nth-child(4n) {
    border-right: none;
}

.framework .frame02 .setTab .next i {
    width: 50px;
    height: 45px;
    transition: all 0.5s;
}

.framework .frame02 .setTab .next i.hide {
    display: none;
}

.framework .frame02 .setTab .next p {
    /*height: 48px;*/
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 14px;
    transition: all 0.5s;
}

.framework .frame02 .setTab .next .learnMore {
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    opacity: 0;
    transition: all 0.5s;
    height: 0;
    overflow: hidden;
    margin-top: 0;
}

.framework .frame02 .setTab .next .num {
    font-size: 18px;
    color: #666666;
    position: absolute;
    bottom: 25px;
    transition: all 0.5s;
    display: none;
}

.framework .frame02 .setTab .next .pos {
    display: none;
}

.departPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
}

.departPopup.curr {
    display: flex;
}

.departPopupCont {
    background: #fff url(../images/page/departPopup.png) no-repeat;
    background-size: cover;
    width: 780px;
    background-position: right 170px;
}

.departPopupTop {
    background: #8d1a10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 0 40px;
    box-sizing: border-box;
}

.departPopupTopLeft {
    display: flex;
    align-items: center;
}

.departPopupTopText {
    font-size: 26px;
    color: #fff;
    margin-left: 20px;
}

.departPopupBtn {
    font-size: 20px;
    color: #666666;
    line-height: 35px;
    padding: 60px 40px;
    box-sizing: border-box;
    max-height: 500px;
    overflow: auto;
    text-align: justify;
}

.departPopupTopClose {
    cursor: pointer;
}

.framework .frame02 .mores {
    position: relative;
    display: flex;
    margin: 0 auto;
    margin-top: 80px;
    width: 154px;
    height: 42px;
    font-size: 16px;
    color: #8d1a10;
    text-align: center;
    border: 1px solid #dec3c1;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
}

.framework .frame02 .mores p {
    position: relative;
    z-index: 3;
    width: 114px;
    line-height: 42px;
    border-right: #d6b3b1 1px solid;
}

.framework .frame02 .mores::before {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #8d1a10;
    content: "";
}

.framework .frame02 .mores:hover p {
    color: #ffffff;
}

.framework .frame02 .mores:hover::before {
    transition: all 0.5s;
    width: 100%;
}

.framework .frame02 .mores i {
    transition: all 0.5s;
    position: relative;
    z-index: 3;
    width: calc(100% - 114px);
    height: 42px;
    background: url(../images/icon/i29.png) center no-repeat;
    transform: rotate(90deg);
}

.framework .frame02 .mores:hover i {
    transition: all 0.5s;
    background-image: url(../images/icon/i29s.png);
}

.framework .frame02 .infoBox {
    width: 42.57%;
}

.framework .frame02 .info {
    display: none;
}

.framework .frame02 .info.curr {
    display: block;
}

.framework .frame02 .info i {
    width: 80px;
    height: 80px;
}

.framework .frame02 .info p {
    font-size: 30px;
    color: #323333;
    font-weight: bold;
    margin-top: 30px;
}

.framework .frame02 .info .text {
    font-size: 18px;
    color: #666666;
    line-height: 32px;
    margin-top: 40px;
}

.framework .frame03 {
    padding: 88px 0 129px;
    background: #fafafa;
}

.framework .frame03 .frameList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 78px;
}

.framework .frame03 .pcHide .swiper-slide {
    display: flex;
    flex-wrap: wrap;
}

.framework .frame03 .item {
    width: calc((100% - 51px) / 2);
    height: 338px;
    margin-right: 51px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff url(../images/icon/i60.png) right bottom no-repeat;
    background-size: 29% auto;
    margin-top: 50px;
}

.framework .frame03 .item:nth-child(-n+2) {
    margin-top: 0;
}

.framework .frame03 .item:nth-child(2n) {
    margin-right: 0;
}

.framework .frame03 .item:hover .itemLeft img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.framework .frame03 .item:hover .rightTitle {
    color: #b62f2a;
    transition: all 0.5s;
}

.framework .frame03 .item:hover .itemRight .text p:nth-child(3) {
    color: #8d1a10;
}

.framework .frame03 .item:hover .itemRight .text p:nth-child(3) a {
    color: #8d1a10;
}

.framework .frame03 .itemLeft {
    width: 40.2%;
    height: 100%;
    overflow: hidden;
}

.framework .frame03 .itemLeft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s;
}

.framework .frame03 .itemRight {
    width: 47.18%;
    margin-right: 5.93%;
}

.framework .frame03 .itemRight .rightTitle {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    transition: all 0.5s;
    height: 66px;
}

.framework .frame03 .itemRight .text {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f1f1f1;
}

.framework .frame03 .itemRight .text p {
    padding-left: 32px;
    font-size: 16px;
    color: #666666;
    display: flex;
    margin-top: 26px;
}

.framework .frame03 .itemRight .text p a {
    font-size: 16px;
    color: #666666;
}

.framework .frame03 .itemRight .text p:first-child {
    margin-top: 0;
}

.framework .frame03 .itemRight .text p:nth-child(1) {
    background: url(../images/icon/i57.png) top left no-repeat;
}

.framework .frame03 .itemRight .text p:nth-child(1) span {
    width: 79%;
}

.framework .frame03 .itemRight .text p:nth-child(2) {
    background: url(../images/icon/i58.png) center left no-repeat;
}

.framework .frame03 .itemRight .text p:nth-child(3) {
    background: url(../images/icon/i59.png) center left no-repeat;
}

.framework .frame03 .itemRight .text p:nth-child(3) span {
    width: 64%;
}

.framework .frame03 .mobileHide {
    display: none;
}

@media (max-width: 1200px) {
    .framework .frame01 {
        padding: 0.8rem 0 1rem;
    }

    .framework .frameTitle {
        font-size: 0.4rem;
        font-weight: bold;
    }

    .framework .frame01 .frameImg {
        margin-top: 0.6rem;
    }

    .framework .frame02 {
        padding: 0.8rem 0 2.1rem;
        background: url(../images/mobile/page/frame02-bg.png) center no-repeat;
        background-size: 100% 100%;
    }

    .framework .frame02 .department {
        margin-top: 0.58rem;
    }

    .framework .depList {
        margin-top: 0.3rem;
    }

    .framework .depList .nxt {
        padding: 0.24rem 0.26rem;
        display: flex;
        align-items: center;
        position: relative;
        border-bottom: 1px solid #ececec;
    }

    .framework .depList .nxt.cur {
        background: #8d1a10;
    }

    .framework .depList .nxt.cur .show {
        display: none;
    }

    .framework .depList .nxt.cur .hide {
        display: block;
    }

    .framework .depList .nxt.cur p {
        color: #ffffff;
    }

    .framework .depList .nxt.cur em {
        background: url(../images/mobile/icon/i6s.png) center no-repeat;
        background-size: contain;
    }

    .framework .depList i {
        width: 0.5rem;
        height: 0.45rem;
    }

    .framework .depList p {
        font-size: 0.28rem;
        color: #333333;
        margin-left: 0.2rem;
    }

    .framework .depList em {
        width: 0.27rem;
        height: 0.15rem;
        background: url(../images/mobile/icon/i6.png) center no-repeat;
        background-size: contain;
        position: absolute;
        right: 0.2rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .framework .depList .pos {
        display: none;
        font-size: 0.28rem;
        color: #333333;
        line-height: 0.55rem;
        padding: 0.32rem 0 0.7rem;
        border-bottom: 1px solid #ececec;
    }

    .framework .frame03 {
        padding: 0.78rem 0;
    }

    .framework .frame03 .frameList {
        display: block;
        margin-top: 0.6rem;
    }

    .framework .frame03 .frameList .swiper {
        padding-bottom: 0.6rem;
    }

    .framework .frame03 .frameList .swiper-pagination {
        bottom: 0;
        font-size: 0;
    }

    .framework .frame03 .frameList .swiper-pagination-bullet {
        width: 0.14rem;
        height: 0.14rem;
        background: #d3d2d3;
        margin: 0 0.2rem;
        opacity: 1;
    }

    .framework .frame03 .frameList .swiper-pagination-bullet-active {
        background: #8d1a10;
    }

    .framework .frame03 .item {
        width: 100%;
        height: 3.45rem;
        margin-right: 0;
        margin-top: 0.36rem;
    }

    .framework .frame03 .item:nth-child(2n) {
        margin-top: 0.36rem;
    }

    .framework .frame03 .itemLeft {
        width: 42.81%;
    }

    .framework .frame03 .itemRight .rightTitle {
        font-size: 0.28rem;
        max-height: 0.66rem;
        height: auto;
    }

    .framework .frame03 .itemRight .text {
        margin-top: 0.3rem;
        padding-top: 0.3rem;
    }

    .framework .frame03 .itemRight .text p {
        font-size: 0.24rem;
        padding-left: 0.42rem;
        margin-top: 0.2rem;
    }

    .framework .frame03 .itemRight .text p span {
        display: none;
    }

    .framework .frame03 .itemRight .text p:nth-child(1) em {
        width: auto;
    }

    .framework .frame03 .itemRight .text p:nth-child(3) em {
        width: auto;
    }

    .framework .frame03 .itemRight .text p:nth-child(1) {
        background-size: 0.2rem auto;
    }

    .framework .frame03 .itemRight .text p:nth-child(2) {
        background-size: 0.2rem auto;
    }

    .framework .frame03 .itemRight .text p:nth-child(3) {
        background-size: 0.2rem auto;
    }

    .framework .frame03 .itemRight {
        width: 49.61%;
        margin-right: 0.2rem;
    }

    .framework .frame03 .frameList.pcHide {
        display: none;
    }

    .framework .frame03 .frameList.mobileHide {
        display: block;
    }

    .framework .frame02 .setTab .next {
        margin-left: 0.5rem;
        width: calc((100% - 0.5rem) / 2);
        margin-top: 0.5rem;
        height: 2.9rem;
    }

    .framework .frame02 .setTab .next:nth-child(2n+1) {
        margin-left: 0;
    }

    .framework .frame02 .setTab .next i {
        width: 0.5rem;
        height: 0.55rem;
        background-size: 100% !important;
    }

    .framework .frame02 .setTab .next p {
        font-size: 0.26rem;
        margin-top: 0.25rem;
        /*height: 0.68rem;*/
    }

    .framework .frame02 .setTab .next .learnMore {
        display: none;
    }

    .framework .frame02 .setTab .next .num {
        bottom: 0.25rem;
        font-size: 0.22rem;
    }

    .departPopupCont {
        width: 90%;
    }

    .departPopupTopIcon {
        width: 0.42rem;
    }

    .departPopupTopIcon img {
        width: 100%;
    }

    .departPopupTop {
        height: 0.9rem;
        padding: 0 0.5rem;
    }

    .departPopupTopText {
        font-size: 0.28rem;
        margin-left: 0.2rem;
    }

    .departPopupTopClose {
        width: 0.5rem;
    }

    .departPopupTopClose img {
        width: 100%;
    }

    .departPopupBtn {
        padding: 0.45rem 0.5rem;
        font-size: 0.28rem;
        line-height: 0.55rem;
        max-height: 8rem;
    }

    .framework .frame02 .mores {
        width: 2.4rem;
        height: 0.76rem;
        margin-top: 0.9rem;
    }

    .framework .frame02 .mores p {
        width: 1.65rem;
        font-size: 0.24rem;
    }

    .framework .frame02 .mores i {
        width: calc(100% - 1.65rem);
        height: 0.76rem;
    }
}

/*p3-0æ–°é—»ä¸­å¿ƒ*/
.news .newsTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news .newsTop p {
    font-size: 36px;
    color: #ffffff;
}

.news .newsTop a {
    font-size: 16px;
    color: #ffffff;
    position: relative;
    transition: all 0.5s;
}

.news .newsTop a::after {
    content: '';
    width: 0;
    height: 7px;
    background: url(../images/icon/i61.png) center right no-repeat;
    background-size: 24px auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
}

.news .newsTop a:hover {
    background-size: 24px auto;
    padding-right: 38px;
    transition: all 0.5s;
}

.news .newsTop a:hover::after {
    width: 24px;
    transition: all 0.5s;
}

.news .news01 {
    padding: 195px 0 126px;
    background: url(../images/page/news01.png) center no-repeat;
    background-size: cover;
}

.news .news01 .newsBox {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
}

.news .news01 .newLeft {
    width: 50%;
}

.news .news01 .newLeft .time {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    font-family: Arial;
    margin-top: 30px;
}

.news .news01 .newLeft .textP {
    font-size: 24px;
    color: #ffffff;
    line-height: 39px;
    margin-top: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news .news01 .newLeft .tit {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news .news01 .newLeft:hover .parssImg img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.news .news01 .parssImg {
    width: 100%;
    height: 406px;
    overflow: hidden;
}

.news .news01 .parssImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s;
}

.news .news01 .newRight {
    width: 44.71%;
}

.news .news01 .newRight .flexs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 34px 0;
    border-bottom: 1px solid rgba(240, 240, 240, 0.3);
}

.news .news01 .newRight .flexs:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.news .news01 .newRight .flexs:first-child {
    padding-top: 0;
}

.news .news01 .newRight .flexs:hover .txtImg img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.news .news01 .newRight .flexs:hover .pressText i {
    margin-left: 20px;
    transition: all 0.5s;
}

.news .news01 .newRight .txtImg {
    width: 45.84%;
    height: 167px;
    overflow: hidden;
}

.news .news01 .newRight .txtImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s;
}

.news .news01 .pressText {
    width: 49%;
}

.news .news01 .pressText p {
    font-size: 20px;
    color: #ffffff;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-height: 32px;
    -webkit-box-orient: vertical;
}

.news .news01 .pressText b {
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    margin-top: 12px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news .news01 .pressText i {
    width: 24px;
    height: 7px;
    background: url(../images/icon/i61.png) center right no-repeat;
    background-size: 24px auto;
    margin-top: 30px;
    transition: all 0.5s;
    display: none;
}

.news .news02 {
    padding: 100px 0 70px;
    background: #f5f5f5;
}

.news .news02 .newsTop p {
    color: #333333;
}

.news .news02 .newsTop a {
    color: #333333;
}

.news .news02 .newsTop a::after {
    content: '';
    background: url(../images/icon/i15s.png) center right no-repeat;
    background-size: 24px auto;
}

.news .news02 .newSlide {
    margin-top: 60px;
    position: relative;
}

.news .news02 .newSlide .swiper-slide {
    display: flex;
}

.news .news02 .newSlide .swiper-button-next,
.news .news02 .newSlide .swiper-button-prev {
    margin: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #9a0000;
}

.news .news02 .newSlide .swiper-button-next {
    right: 8.33%;
    background: url(../images/icon/i40.png) center no-repeat;
    transition: all 0.5s;
}

.news .news02 .newSlide .swiper-button-next:hover {
    background: #8d1a10 url(../images/icon/i40s.png) center no-repeat;
    transition: all 0.5s;
}

.news .news02 .newSlide .swiper-button-prev {
    left: 8.33%;
    background: url(../images/icon/i39.png) center no-repeat;
    transition: all 0.5s;
}

.news .news02 .newSlide .swiper-button-prev:hover {
    background: #8d1a10 url(../images/icon/i39s.png) center no-repeat;
    transition: all 0.5s;
}

.news .news02 .newSlide .flexLeft {
    width: 50%;
    background: #ffffff;
}

.news .news02 .newSlide .flexLeft .space {
    padding: 66px 40px 39px;
}

.news .news02 .newSlide .flexLeft .space:hover p {
    color: #8c1a11;
}

.news .news02 .newSlide .flexLeft .space:hover .link {
    padding-right: 38px;
    transition: all 0.5s;
}

.news .news02 .newSlide .flexLeft .space:hover .link::after {
    width: 24px;
    transition: all 0.5s;
}

.news .news02 .newSlide .flexLeft .link {
    font-size: 16px;
    color: #666666;
    display: table;
    position: relative;
    transition: all 0.5s;
    margin-top: 25px;
}

.news .news02 .newSlide .flexLeft .link::after {
    content: '';
    width: 0;
    height: 7px;
    background: url(../images/icon/i15s.png) center right no-repeat;
    background-size: 24px auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
}

.news .news02 .newSlide .flexLeft i {
    font-size: 32px;
    color: #b62f2a;
    font-family: Arial;
    font-weight: bold;
}

.news .news02 .newSlide .flexLeft p {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 42px;
    margin-top: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news .news02 .newSlide .flexLeft b {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin-top: 36px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news .news02 .flexRight {
    width: 50%;
    height: 406px;
    overflow: hidden;
}

.news .news02 .flexRight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s;
}

.news .news02 .flexRight:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.news .news02 .journalism {
    margin-top: 30px;
}

.news .news02 .journalism .w1400 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news .news02 .journalism .jourList {
    width: 47.85%;
    padding: 33px 0 29px;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
}

.news .news02 .journalism .jourList:hover .text {
    font-weight: bold;
    transition: all 0.5s;
}

.news .news02 .journalism .time {
    width: 65px;
    height: 64px;
}

.news .news02 .journalism .time i {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    color: #b62f2a;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    background: #ffffff;
}

.news .news02 .journalism .time em {
    height: 28px;
    line-height: 28px;
    background: #cecece;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    font-family: Arial;
}

.news .news02 .journalism .text {
    width: 82%;
    font-size: 20px;
    color: #333333;
    margin-left: 16px;
    transition: all 0.5s;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news .news03 {
    padding: 110px 0 106px;
}

.news .news03 .newsTop p {
    color: #333333;
}

.news .news03 .newsTop a {
    color: #333333;
}

.news .news03 .newsTop a::after {
    content: '';
    background: url(../images/icon/i15s.png) center right no-repeat;
    background-size: 24px auto;
}

.news .news03 .policy {
    margin-left: 12.54%;
}

.news .news03 .policy .swiper {
    padding: 62px 0 136px;
    padding-left: 1%;
}

.news .news03 .policy .swiper-slide {
    width: 31.92%;
    box-shadow: 0 0 16px rgba(141, 26, 16, 0.1);
    margin-right: 36px;
}

.news .news03 .policy .swiper-scrollbar {
    height: 1px;
    background: #e3e3e3;
    bottom: 35px;
}

.news .news03 .policy .swiper-scrollbar-drag {
    /*width: 260px !important;*/
    height: 70px;
    background: url(../images/icon/i62.png) center no-repeat;
    bottom: 35px;
    top: auto;
    cursor: pointer;
}

.news .news03 .policy .express {
    padding: 55px 9.43% 60px;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}

.news .news03 .policy .express::after {
    content: '';
    width: 0;
    height: 0;
    background: url(../images/page/policy-bg.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.8s;
    z-index: -1;
    border-radius: 50%;
}

.news .news03 .policy .express:hover::after {
    width: 800px;
    height: 800px;
    transition: all 0.8s;
}

.news .news03 .policy .express:hover i {
    color: #ffffff;
    transition: all 0.5s;
}

.news .news03 .policy .express:hover p {
    color: #ffffff;
    transition: all 0.5s;
}

.news .news03 .policy .express:hover b {
    color: #ffffff;
}

.news .news03 .policy .express:hover em {
    color: #ffffff;
    padding-right: 36px;
    transition: all 0.5s;
}

.news .news03 .policy .express:hover em::after {
    width: 24px;
    transition: all 0.5s;
}

.news .news03 .policy .express i {
    font-size: 30px;
    color: #8d1a10;
    font-family: Arial;
    font-weight: bold;
    transition: all 0.5s;
}

.news .news03 .policy .express p {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    margin-top: 20px;
    transition: all 0.5s;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news .news03 .policy .express b {
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
    color: #999999;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news .news03 .policy .express em {
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    display: table;
    transition: all 0.5s;
    position: relative;
}

.news .news03 .policy .express em::after {
    content: '';
    width: 0;
    height: 7px;
    background: url(../images/icon/i63.png) center right no-repeat;
    background-size: 24px auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
}

.news .news04 {
    padding: 106px 0 140px;
}

.news .news04 .newsTop p {
    color: #333333;
}

.news .news04 .newsTop a {
    color: #333333;
}

.news .news04 .newsTop a::after {
    content: '';
    background: url(../images/icon/i15s.png) center right no-repeat;
    background-size: 24px auto;
}

.news .news04 .newSwpier {
    margin-top: 62px;
}

.news .news04 .swiper-slide {
    width: 51.35%;
    height: 572px;
    opacity: 0.5;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.news .news04 .swiper-slide::before {
    content: '';
    width: 100%;
    height: 283px;
    background: url(../images/page/playShow.png) center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news .news04 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news .news04 .swiper-slide::after {
    content: '';
    width: 70px;
    height: 70px;
    background: url(../images/page/newPlay.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news .news04 .swiper-slide p {
    padding: 0 47px;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    bottom: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .news04 .swiper-slide-active {
    opacity: 1;
}

.news .news04 .swiper-button-next,
.news .news04 .swiper-button-prev {
    margin: 0;
    width: 54px;
    height: 54px;
    background: #ffffff;
    box-shadow: 0 0 16px rgba(141, 26, 16, 0.14);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.news .news04 .swiper-button-next {
    right: 8.33%;
    background: #ffffff url(../images/icon/i40.png) center no-repeat;
    transition: all 0.5s;
}

.news .news04 .swiper-button-next:hover {
    background: #8d1a10 url(../images/icon/i40s.png) center no-repeat;
    transition: all 0.5s;
}

.news .news04 .swiper-button-prev {
    left: 8.33%;
    background: #ffffff url(../images/icon/i39.png) center no-repeat;
    transition: all 0.5s;
}

.news .news04 .swiper-button-prev:hover {
    background: #8d1a10 url(../images/icon/i39s.png) center no-repeat;
    transition: all 0.5s;
}

.mobileSlide {
    display: none;
}

.mobilePolicy {
    display: none;
}

.m_newSwpier {
    display: none;
}

@media (max-width: 1200px) {
    .news .news01 {
        padding: 2rem 0 1.32rem;
    }

    .news .newsTop p {
        font-size: 0.4rem;
    }

    .news .newsTop a {
        font-size: 0.26rem;
        padding-right: 0.46rem;
        background-size: 0.26rem auto;
    }

    .news .news01 .newLeft {
        width: 100%;
    }

    .news .news01 .parssImg {
        height: 4rem;
    }

    .news .news01 .newsBox {
        margin-top: 0.6rem;
    }

    .news .news01 .newsBox .swiper {
        padding-bottom: 0.8rem;
    }

    .news .news01 .newsBox .swiper-pagination {
        bottom: 0;
        font-size: 0;
    }

    .news .news01 .newsBox .swiper-pagination-bullet {
        width: 0.14rem;
        height: 0.14rem;
        background: rgba(255, 255, 255, 0.2);
        margin: 0 0.2rem;
        opacity: 1;
    }

    .news .news01 .newsBox .swiper-pagination-bullet-active {
        background: #ffffff;
    }

    .news .news01 .newLeft .time {
        font-size: 0.4rem;
        margin-top: 0.4rem;
    }

    .news .news01 .newLeft .textP {
        font-size: 0.32rem;
        line-height: 0.5rem;
        margin-top: 0.3rem;
    }

    .news .news01 .newLeft .tit {
        font-size: 0.28rem;
        line-height: 0.45rem;
        margin-top: 0.2rem;
        -webkit-line-clamp: 4;
    }

    .news .news02 {
        padding: 0.78rem 0 0.96rem;
    }

    .pcSiled {
        display: none;
    }

    .mobileSlide {
        display: block;
    }

    .news .news02 .newSlide {
        margin-top: 0.65rem;
    }

    .news .news02 .newSlide .swiper {
        padding-bottom: 0.6rem;
    }

    .news .news02 .newSlide .swiper-pagination {
        bottom: 0;
        font-size: 0;
    }

    .news .news02 .newSlide .swiper-pagination-bullet {
        width: 0.14rem;
        height: 0.14rem;
        background: #d3d2d3;
        margin: 0 0.2rem;
        opacity: 1;
    }

    .news .news02 .newSlide .swiper-pagination-bullet-active {
        background: #8d1a10;
    }

    .news .news02 .newSlide .swiper-slide {
        display: block;
    }

    .news .news02 .flexRight {
        width: 100%;
        height: 3.56rem;
    }

    .news .news02 .newSlide .flexLeft {
        width: calc(100% - 0.42rem);
        padding: 0.34rem 0.21rem;
    }

    .news .news02 .newSlide .flexLeft i {
        font-size: 0.3rem;
        font-family: Arial;
    }

    .news .news02 .newSlide .flexLeft p {
        font-size: 0.32rem;
        line-height: 0.5rem;
        margin-top: 0.1rem;
    }

    .news .news02 .journalism {
        padding-top: 0.2rem;
        margin-top: 0;
    }

    .news .news02 .journalism .w1400 {
        display: block;
    }

    .news .news02 .journalism .jourList {
        width: 100%;
        padding: 0.3rem 0;
    }

    .news .news02 .journalism .time {
        width: 1.09rem;
        height: 1.08rem;
    }

    .news .news02 .journalism .time i {
        font-size: 0.38rem;
        height: 0.61rem;
        line-height: 0.61rem;
    }

    .news .news02 .journalism .time em {
        height: 0.47rem;
        line-height: 0.47rem;
        font-size: 0.26rem;
    }

    .news .news02 .journalism .text {
        width: 80%;
        font-size: 0.3rem;
        margin-left: 0.2rem;
    }

    .news .news02 .newsTop a {
        background-size: 0.33rem auto;
    }

    .news .news03 {
        padding: 0.8rem 0 1rem;
    }

    .pcPolicy {
        display: none;
    }

    .mobilePolicy {
        display: block;
    }

    .news .news03 .policy .swiper {
        padding: 0;
        box-shadow: 0 0 0.16rem rgba(141, 26, 16, 0.1);
    }

    .news .news03 .policy {
        margin: 0;
        padding: 0 0.3rem;
        padding-bottom: 0.6rem;
        margin-top: 0.27rem;
        position: relative;
    }

    .news .news03 .policy .swiper-pagination {
        bottom: 0;
        font-size: 0;
    }

    .news .news03 .policy .swiper-pagination-bullet {
        width: 0.14rem;
        height: 0.14rem;
        background: #d3d2d3;
        margin: 0 0.2rem;
        opacity: 1;
    }

    .news .news03 .policy .swiper-pagination-bullet-active {
        background: #8d1a10;
    }

    .news .news03 .policy .swiper-slide {
        width: 100%;
        margin-right: 0;
        box-shadow: none;
    }

    .news .news03 .policy .express {
        padding: 0.49rem 0.3rem;
    }

    .news .news03 .policy .express i {
        font-size: 0.3rem;
    }

    .news .news03 .policy .express p {
        font-size: 0.32rem;
        line-height: 0.5rem;
        margin-top: 0.16rem;
        font-weight: bold;
    }

    .news .news03 .policy .express b {
        font-size: 0.28rem;
        line-height: 0.45rem;
        margin-top: 0.16rem;
    }

    .news .news03 .policy .express em {
        font-size: 0.26rem;
        background-size: 0.31rem auto;
        padding-right: 0.6rem;
        margin-top: 0.2rem;
    }

    .news .news03 .newsTop a {
        background-size: 0.33rem auto;
    }

    .news .news04 {
        padding: 0.8rem 0 0.98rem;
        background: #f5f5f5;
    }

    .news .news04 .newsTop a {
        background-size: 0.33rem;
    }

    .pc_newSwpier {
        display: none;
    }

    .m_newSwpier {
        display: block;
    }

    .news .news04 .newSwpier {
        padding: 0 0.3rem;
        margin-top: 0.6rem;
    }

    .news .news04 .newSwpier .swiper {
        padding-bottom: 0.62rem;
    }

    .news .news04 .newSwpier .swiper-pagination {
        bottom: 0;
        font-size: 0;
    }

    .news .news04 .newSwpier .swiper-pagination-bullet {
        width: 0.14rem;
        height: 0.14rem;
        background: #d3d2d3;
        margin: 0 0.2rem;
        opacity: 1;
    }

    .news .news04 .newSwpier .swiper-pagination-bullet-active {
        background: #8d1a10;
    }

    .news .news04 .swiper-slide {
        width: 100%;
        height: 3.88rem;
        opacity: 1;
    }

    .news .news04 .swiper-slide::before {
        content: '';
        width: 100%;
        height: 2.53rem;
        background: url(../images/mobile/page/blick.png) center no-repeat;
        background-size: cover;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .news .news04 .swiper-slide p {
        font-size: 0.28rem;
        padding: 0 0.3rem;
        bottom: 0.32rem;
    }

    .news .news04 .swiper-slide::after {
        width: 0.84rem;
        height: 0.84rem;
    }
}

/*p4-0å…šå»º1*/
.partyBuilding .partyTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partyBuilding .partyTop p {
    font-size: 36px;
    color: #ffffff;
}

.partyBuilding .partyTop a {
    font-size: 16px;
    color: #ffffff;
    position: relative;
    transition: all 0.5s;
}

.partyBuilding .partyTop a::after {
    content: '';
    width: 0;
    height: 7px;
    background: url(../images/icon/i61.png) center right no-repeat;
    background-size: 24px auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
}

.partyBuilding .partyTop a:hover {
    background-size: 24px auto;
    padding-right: 38px;
    transition: all 0.5s;
}

.partyBuilding .partyTop a:hover::after {
    width: 24px;
    transition: all 0.5s;
}

.partyBuilding .fortress01 {
    height: 100vh;
    background: url(../images/page/fortress-bg.jpg) center no-repeat;
    background-size: cover;
}

.partyBuilding .fortress01 .partyTop {
    padding-top: 7.5%;
}

.partyBuilding .fortress01 .fortSwpier {
    padding-top: 2.5%;
}

.partyBuilding .fortress01 .fortSwpier .swiper {
    padding-bottom: 70px;
}

.partyBuilding .fortress01 .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.partyBuilding .fortress01 .swiper-button-next,
.partyBuilding .fortress01 .swiper-button-prev {
    margin: 0;
    width: 54px;
    height: 54px;
    background: #ffffff;
    box-shadow: 0 0 16px rgba(141, 26, 16, 0.14);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.partyBuilding .fortress01 .swiper-button-next {
    right: 8.33%;
    background: #ffffff url(../images/icon/i40.png) center no-repeat;
    transition: all 0.5s;
}

.partyBuilding .fortress01 .swiper-button-next:hover {
    background: #8d1a10 url(../images/icon/i40s.png) center no-repeat;
    transition: all 0.5s;
}

.partyBuilding .fortress01 .swiper-button-prev {
    left: 8.33%;
    background: #ffffff url(../images/icon/i39.png) center no-repeat;
    transition: all 0.5s;
}

.partyBuilding .fortress01 .swiper-button-prev:hover {
    background: #8d1a10 url(../images/icon/i39s.png) center no-repeat;
    transition: all 0.5s;
}

.partyBuilding .fortress01 .swiper-pagination {
    font-size: 0;
    bottom: 7px;
}

.partyBuilding .fortress01 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #d86d64;
    margin: 0 10px;
    opacity: 1;
}

.partyBuilding .fortress01 .swiper-pagination-bullet-active {
    background: #ffffff;
}

.partyBuilding .fortress01 .fortressLeft {
    width: 66.42%;
    height: 542px;
    position: relative;
    overflow: hidden;
}

.partyBuilding .fortress01 .fortressLeft:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 20%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.partyBuilding .fortress01 .fortressLeft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s;
}

.partyBuilding .fortress01 .fortressLeft:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.partyBuilding .fortress01 .fortressLeft p {
    width: 90%;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.partyBuilding .fortress01 .fortressRight {
    width: 31.42%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.partyBuilding .fortress01 .fortressRight .side {
    width: 100%;
    height: 255px;
    position: relative;
    overflow: hidden;
}

.partyBuilding .fortress01 .fortressRight .side:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.partyBuilding .fortress01 .fortressRight .side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s;
}

.partyBuilding .fortress01 .fortressRight .side:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.partyBuilding .fortress01 .fortressRight .side p {
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: absolute;
    bottom: 16px;
    padding: 0 42px;
    z-index: 1;
}

.partyBuilding .fortress02 {
    padding: 103px 0 110px;
    background: url(../images/page/fortress02-bg.png) center no-repeat;
    background-size: cover;
}

.partyBuilding .fortress02 .partyTop p {
    color: #333333;
}

.partyBuilding .fortress02 .partyTop a {
    color: #333333;
}

.partyBuilding .fortress02 .partyTop a::after {
    content: '';
    background: url(../images/icon/i15s.png) center right no-repeat;
    background-size: 24px auto;
}

.partyBuilding .fortress02 .swiper {
    margin-top: 60px;
    height: 651px;
    padding-bottom: 116px;
}

.partyBuilding .fortress02 .swiper-slide {
    width: 58.12%;
    height: 506px;
    opacity: 0.45;
    position: relative;
    margin: 0 auto;
    transition: all 0.5s;
}

.partyBuilding .fortress02 .swiper-slide:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 20%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.partyBuilding .fortress02 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partyBuilding .fortress02 .swiper-slide p {
    width: 90%;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    z-index: 1;
}

.partyBuilding .fortress02 .swiper-slide-active {
    height: 651px;
    opacity: 1;
}

.framework .frame03 .pcHide .swiper {
    padding-bottom: 150px;
}

.partyBuilding .fortress02 .allFlex, .framework .frame03 .pcHide .allFlex {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.partyBuilding .fortress02 .swiper-pagination, .framework .frame03 .pcHide .swiper-pagination {
    position: relative;
    bottom: auto;
    font-size: 0;
    width: auto;
    margin: 0 26px;
}

.partyBuilding .fortress02 .swiper-pagination-bullet, .framework .frame03 .pcHide .swiper-pagination-bullet {
    margin: 0 10px;
    background: #d3d2d3;
    opacity: 1;
}

.partyBuilding .fortress02 .swiper-pagination-bullet-active, .framework .frame03 .pcHide .swiper-pagination-bullet-active {
    background: #8d1a10;
}

.partyBuilding .fortress02 .swiper-button-next,
.partyBuilding .fortress02 .swiper-button-prev,
.framework .frame03 .pcHide .swiper-button-next,
.framework .frame03 .pcHide .swiper-button-prev {
    margin: 0;
    width: 54px;
    height: 54px;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    border: 1px solid #9a0000;
}

.partyBuilding .fortress02 .swiper-button-next, .framework .frame03 .pcHide .swiper-button-next {
    background: url(../images/icon/i40.png) center no-repeat;
    transition: all 0.5s;
}

.partyBuilding .fortress02 .swiper-button-next:hover, .framework .frame03 .pcHide .swiper-button-next:hover {
    background: #8d1a10 url(../images/icon/i40s.png) center no-repeat;
    transition: all 0.5s;
}

.partyBuilding .fortress02 .swiper-button-prev, .framework .frame03 .pcHide .swiper-button-prev {
    background: url(../images/icon/i39.png) center no-repeat;
    transition: all 0.5s;
}

.partyBuilding .fortress02 .swiper-button-prev:hover, .framework .frame03 .pcHide .swiper-button-prev:hover {
    background: #8d1a10 url(../images/icon/i39s.png) center no-repeat;
    transition: all 0.5s;
}

.m_fortSwpier {
    display: none;
}

.m_alliance {
    display: none;
}

@media (max-width: 1200px) {
    .pc_fortSwpier {
        display: none;
    }

    .m_fortSwpier {
        display: block;
    }

    .partyBuilding .fortress01 {
        height: auto;
        padding-bottom: 1.04rem;
        background: url(../images/mobile/page/fortress-bg.png) center no-repeat;
        background-size: cover;
    }

    .partyBuilding .fortress01 .partyTop {
        padding-top: 2rem;
    }

    .partyBuilding .partyTop p {
        font-size: 0.4rem;
    }

    .partyBuilding .partyTop a {
        padding-right: 0.47rem;
        font-size: 0.26rem;
        background: url(../images/icon/i61.png) center right no-repeat;
        background-size: 0.33rem;
    }

    .partyBuilding .fortress01 .fortSwpier {
        margin-top: 0.5rem;
    }

    .partyBuilding .fortress01 .fortSwpier .swiper {
        padding-bottom: 0.94rem;
    }

    .partyBuilding .fortress01 .swiper-slide {
        display: block;
    }

    .partyBuilding .fortress01 .swiper-slide a {
        margin-top: 0.4rem;
    }

    .partyBuilding .fortress01 .swiper-slide a:first-child {
        margin-top: 0;
    }

    .partyBuilding .fortress01 .fortressLeft {
        width: 100%;
        height: 3.88rem;
    }

    .partyBuilding .fortress01 .fortressLeft p {
        font-size: 0.28rem;
        line-height: 0.48rem;
        bottom: 0.2rem;
        -webkit-line-clamp: 2;
    }

    .partyBuilding .fortress01 .fortressLeft:after {
        height: 45%;
    }

    .partyBuilding .fortress01 .swiper-pagination {
        bottom: 0;
    }

    .partyBuilding .fortress01 .swiper-pagination-bullet {
        width: 0.14rem;
        height: 0.14rem;
        margin: 0 0.2rem;
    }

    .pc_alliance {
        display: none;
    }

    .m_alliance {
        display: block;
        padding: 0 0.3rem;
    }

    .partyBuilding .fortress02 {
        padding: 0.7rem 0 1.4rem;
        background: url(../images/mobile/page/fortress02-bg.png) center no-repeat;
        background-size: cover;
    }

    .partyBuilding .fortress02 .swiper {
        margin-top: 0.6rem;
        height: auto;
        padding-bottom: 0.94rem;
    }

    .partyBuilding .fortress02 .swiper .swiper-pagination {
        bottom: 0;
        font-size: 0;
    }

    .partyBuilding .fortress02 .swiper .swiper-pagination-bullet {
        width: 0.14rem;
        height: 0.14rem;
        background: #d3d2d3;
        margin: 0 0.2rem;
        opacity: 1;
    }

    .partyBuilding .fortress02 .swiper .swiper-pagination-bullet-active {
        background: #8d1a10;
    }

    .partyBuilding .fortress02 .partyTop a {
        background: url(../images/icon/i15s.png) center right no-repeat;
        background-size: 0.33rem auto;
    }

    .partyBuilding .fortress02 .swiper-slide {
        width: 100%;
        height: auto;
        opacity: 1;
    }

    .partyBuilding .fortress02 .swiper-slide a {
        width: 100%;
        height: 3.88rem;
        position: relative;
    }

    .partyBuilding .fortress02 .swiper-slide a:last-child {
        margin-top: 0.4rem;
    }

    .partyBuilding .fortress02 .swiper-slide a::after {
        content: '';
        width: 100%;
        height: 2.53rem;
        background: url(../images/mobile/page/blick.png) center no-repeat;
        background-size: cover;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .partyBuilding .fortress02 .swiper-slide p {
        font-size: 0.28rem;
        line-height: 0.48rem;
        bottom: 0.2rem;
        -webkit-line-clamp: 2;
        z-index: 2;
    }

    .partyBuilding .fortress02 .swiper-pagination {
        bottom: 0;
        position: absolute;
        margin: 0;
        width: 100%;
    }
}

/*p2-2ä¸šåŠ¡æ¿å—-å·¥ç¨‹ç®¡ç†*/
.engineering .manager {
    width: 100%;
    height: 100vh;
    background: url(../images/page/manager.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}

.engineering .manager .managerPor {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.engineering .manager .managerPor .w1400 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.engineering .manager .mesTitle {
    font-size: 46px;
    color: #ffffff;
    font-weight: bold;
}

.engineering .manager .text {
    font-size: 18px;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
    margin-top: 50px;
}

.engineering .manager .mesList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.engineering .manager .about-data-item span {
    font-size: 17px;
    line-height: 26px;
    color: #fefefe;
    height: 52px;
}

.engineering .manager .about-data-item p {
    font-size: 18px;
    color: #fefefe;
    display: flex;
    align-items: baseline;
    margin-top: 10px;
}

.engineering .manager .about-data-item b {
    font-size: 54px;
    color: #fefefe;
    font-family: Arial;
    font-weight: bold;
}

.engineering .certification {
    padding: 100px 0 82px;
}

.engineering .certification .cenTitle {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}

.engineering .certification .tabBox {
    width: 96.85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    position: relative;
}

.engineering .certification .aptitudeLeft {
    width: 50%;
    height: 570px;
    background: url(../images/page/tabBox01.png) center no-repeat;
    background-size: cover;
}

.engineering .certification .aptitudeLeft .listBox {
    overflow: hidden;
    overflow-y: auto;
    margin-top: 100px;
    height: 420px;
    margin-right: 30px;
}

.engineering .certification .aptitudeLeft .listBox::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}

.engineering .certification .aptitudeLeft .listBox::-webkit-scrollbar-thumb {
    /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
    margin: 0 1px;
    border-radius: 4px;
    background-color: #8d1a10;
}

.engineering .certification .aptitudeLeft .listBox::-webkit-scrollbar-track {
    /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
    border-radius: 4px;
    background: #ffffff;
}

.engineering .certification .aptitudeLeft .list {
    margin-left: 66px;
    margin-top: 30px;
    cursor: pointer;
}

.engineering .certification .aptitudeLeft .list.curr p {
    padding-left: 52px;
    transition: all 0.5s;
}

.engineering .certification .aptitudeLeft .list.curr p::before {
    width: 40px;
    height: 2px;
    transition: all 0.5s;
    border-radius: 0;
}

.engineering .certification .aptitudeLeft p {
    font-size: 22px;
    color: #333333;
    padding-left: 24px;
    padding-right: 20px;
    transition: all 0.5s;
    position: relative;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.engineering .certification .aptitudeLeft p::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #b62f2a;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    transition: all 0.5s;
}

.engineering .certification .aptitudeLeft span {
    font-size: 18px;
    color: #999999;
    line-height: 36px;
    margin-top: 5px;
    padding-left: 24px;
    padding-right: 20px;
}

.engineering .certification .aptitudeRight {
    width: 53.5%;
    height: 570px;
    position: absolute;
    right: 0;
    top: 55px;
    z-index: -1;
}

.engineering .certification .aptitudeRight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.engineering .certification .aptitudeRight img.curr {
    display: block;
}

.engineering .rightBox {
    width: 32.23%;
}

.engineering .optImg {
    width: 100%;
    height: 400px;
    display: none;
}

.engineering .optImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.engineering .optImg.curr {
    display: block;
}

.engineering .territory {
    padding-top: 82px;
}

.engineering .territory .terTitle {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}

.engineering .territory .setBox {
    width: 100%;
    height: 750px;
    background: url(../images/page/setBox-bg.png) center no-repeat;
    background-size: cover;
    display: flex;
    margin-top: 66px;
}

.engineering .territory .setList {
    width: calc(100% / 4);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 1;
}

.engineering .territory .setList i {
    width: 53px;
    height: 48px;
}

.engineering .territory .setList p {
    font-size: 26px;
    color: #ffffff;
    line-height: 38px;
    margin-top: 30px;
    height: 76px;
    transition: all 0.5s;
    position: relative;
}

.engineering .territory .setList p::after {
    content: '';
    width: 0;
    height: 7px;
    background: url(../images/icon/i61.png) center right no-repeat;
    background-size: 24px auto;
    position: absolute;
    right: 0;
    top: 14px;
    transition: all 0.5s;
}

.engineering .territory .setList em {
    font-size: 34px;
    color: #ffffff;
    font-family: Arial;
    font-weight: bold;
    margin-top: 90px;
    margin-bottom: 160px;
}

.engineering .territory .setList::after {
    content: '';
    width: 1px;
    height: 100px;
    background: rgba(255, 255, 255, 0.45);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.engineering .territory .setList::before {
    content: '';
    width: 0;
    height: 0;
    background: url(../images/page/setList-bg.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    z-index: -1;
}

.engineering .territory .setList:hover p {
    padding-right: 40px;
    transition: all 0.5s;
}

.engineering .territory .setList:hover p::after {
    width: 24px;
    transition: all 0.5s;
}

.engineering .territory .setList:hover::before {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

@media (max-width: 1200px) {
    .engineering .manager .mesTitle {
        font-size: 0.4rem;
    }

    .engineering .manager .text {
        margin-top: 0.5rem;
        font-size: 0.26rem;
        line-height: 0.55rem;
    }

    .engineering .manager .mesList {
        margin: 0 0.45rem;
        margin-top: 0.8rem;
        flex-wrap: wrap;
        width: 92%;
    }

    .engineering .manager .about-data-item {
        width: 46%;
        margin-top: 0.3rem;
    }

    .engineering .manager .about-data-item:nth-child(-n+2) {
        margin-top: 0;
    }

    .engineering .manager .about-data-item span {
        font-size: 0.26rem;
    }

    .engineering .manager .about-data-item span {
        line-height: normal;
        height: 0.68rem;
    }

    .engineering .manager .about-data-item b {
        font-size: 0.78rem;
    }

    .engineering .manager .about-data-item p {
        font-size: 0.23rem;
        margin-top: 0;
    }

    .engineering .certification {
        padding: 0.8rem 0 0.9rem;
    }

    .engineering .certification .w1400 {
        width: 100%;
    }

    .engineering .certification .cenTitle {
        font-size: 0.4rem;
        padding: 0 0.3rem;
    }

    .engineering .certification .tabBox {
        width: 100%;
        margin-top: 0.6rem;
        display: block;
    }

    .engineering .certification .aptitudeLeft {
        width: 92%;
        height: auto;
        margin: 0 auto;
        padding: 0.5rem 0 0.7rem;
    }

    .engineering .certification .aptitudeLeft .listBox {
        margin-top: 0;
        padding: 0 0 0 0.45rem;
        height: 5.2rem;
        overflow: hidden;
        overflow-y: scroll;
        margin-right: 0.3rem;
    }

    .engineering .certification .aptitudeLeft .listBox::-webkit-scrollbar {
        width: 0.05rem;
    }

    .engineering .certification .aptitudeLeft .list {
        margin: 0;
        margin-top: 0.4rem;
    }

    .engineering .certification .aptitudeLeft .list:first-child {
        margin: 0;
        margin-top: 0.3rem;
    }

    .engineering .certification .aptitudeLeft p {
        font-size: 0.28rem;
        padding-right: 0.3rem;
        padding-left: 0.33rem;
    }

    .engineering .certification .aptitudeLeft span {
        font-size: 0.24rem;
        line-height: 0.44rem;
        padding-right: 0.3rem;
        padding-left: 0.33rem;
        margin-top: 0;
    }

    .engineering .certification .aptitudeLeft p::after {
        width: 0.14rem;
        height: 0.14rem;
        top: 0.12rem;
    }

    .engineering .certification .aptitudeRight {
        width: 100%;
        height: auto;
        position: static;
    }

    .engineering .territory {
        padding: 0;
    }

    .engineering .territory .terTitle {
        font-size: 0.4rem;
    }

    .engineering .territory .setBox {
        margin-top: 0.64rem;
        height: auto;
        flex-wrap: wrap;
    }

    .engineering .territory .setList {
        width: 50%;
        height: 4.43rem;
        justify-content: center;
    }

    .engineering .territory .setList:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    }

    .engineering .territory .setList em {
        margin: 0;
        font-size: 0.34rem;
        margin-top: 0.4rem;
    }

    .engineering .territory .setList i {
        width: 0.53rem;
        height: 0.48rem;
        background-size: contain !important;
    }

    .engineering .territory .setList p {
        font-size: 0.26rem;
        height: 0.76rem;
        line-height: 0.38rem;
        margin-top: 0.4rem;
    }

    .engineering .territory .setList::after {
        height: 100%;
    }

    .engineering .territory .setList p::after {
        top: 0.12rem;
        height: 0.09rem;
    }

    .engineering .territory .setList:hover p::after {
        width: 0.3rem;
    }

    .engineering .territory .setList:hover p {
        padding-right: 0.39rem;
    }
}

/*p2-3-1èµ„äº§ç®¡ç†åˆ—è¡¨*/
.property .asset {
    padding: 54px 0 102px;
    background: #f9f9f9;
    position: relative;
}

.property .asset .assetBox {
    position: relative;
}

.property .asset .assetBox::after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(153, 153, 153, 0.2);
    position: absolute;
    bottom: 5px;
    left: 0;
}

.property .asset .assetList {
    display: flex;
    justify-content: space-around;
}

.property .asset .li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    cursor: pointer;
}

.property .asset .li i {
    width: 40px;
    height: 40px;
}

.property .asset .li p {
    font-size: 20px;
    color: #999999;
    margin-top: 20px;
    transition: all 0.5s;
}

.property .asset .li em {
    width: 15px;
    height: 15px;
    background: #999999;
    position: relative;
    border-radius: 50%;
    margin-top: 32px;
    transition: all 0.5s;
}

.property .asset .li em::after {
    content: '';
    width: 25px;
    height: 25px;
    background: rgba(201, 201, 201, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    margin: -5px -5px 0;
    border-radius: 50%;
}

.property .asset .li:nth-child(1) i {
    background: url(../images/icon/i70.png) center no-repeat;
}

.property .asset .li:nth-child(2) i {
    background: url(../images/icon/i71.png) center no-repeat;
}

.property .asset .li:nth-child(3) i {
    background: url(../images/icon/i72.png) center no-repeat;
}

.property .asset .li:nth-child(4) i {
    background: url(../images/icon/i73.png) center no-repeat;
}

.property .asset .li:nth-child(5) i {
    background: url(../images/icon/i74.png) center no-repeat;
}

.property .asset .li.cur p,
.property .asset .li:hover p {
    color: #b62e2b;
    transition: all 0.5s;
}

.property .asset .li.cur em,
.property .asset .li:hover em {
    background: #b62e2b;
    transition: all 0.5s;
}

.property .asset .li.cur em::after,
.property .asset .li:hover em::after {
    background: rgba(182, 46, 43, 0.3);
    animation-duration: 1.5s;
    -webkit-animation-name: hvr-ripple-out-s;
    animation-name: hvr-ripple-out-s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.property .asset .li.cur em::before,
.property .asset .li:hover em::before {
    content: '';
    width: 35px;
    height: 35px;
    background: rgba(182, 46, 43, 0.12);
    position: absolute;
    top: 0;
    left: 0;
    margin: -10px -10px 0;
    border-radius: 50%;
    animation-duration: 1.5s;
    -webkit-animation-name: hvr-ripple-out-j;
    animation-name: hvr-ripple-out-j;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.property .asset .li.cur:nth-child(1) i,
.property .asset .li:hover:nth-child(1) i {
    background: url(../images/icon/i70s.png) center no-repeat;
}

.property .asset .li.cur:nth-child(2) i,
.property .asset .li:hover:nth-child(2) i {
    background: url(../images/icon/i71s.png) center no-repeat;
}

.property .asset .li.cur:nth-child(3) i,
.property .asset .li:hover:nth-child(3) i {
    background: url(../images/icon/i72s.png) center no-repeat;
}

.property .asset .li.cur:nth-child(4) i,
.property .asset .li:hover:nth-child(4) i {
    background: url(../images/icon/i73s.png) center no-repeat;
}

.property .asset .li.cur:nth-child(5) i,
.property .asset .li:hover:nth-child(5) i {
    background: url(../images/icon/i74s.png) center no-repeat;
}

.property .asset .assetMain {
    margin-top: 70px;
}

.property .asset .assetMain .mainBox .mainFlex {
    display: flex;
    justify-content: space-between;
    margin-left: 13.54%;
    margin-top: 100px;
}

.property .asset .assetMain .mainBox .mainFlex:first-child {
    margin-top: 0;
}

.property .asset .assetMain .mainBox .mainFlex:nth-child(2n) {
    margin-right: 13.54%;
    margin-left: 0;
}

.property .asset .assetMain .mainLfet {
    width: 26.98%;
}

.property .asset .assetMain .text {
    width: calc(100% - 108px);
    height: 428px;
    padding: 0 54px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.property .asset .assetMain .text p {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    padding-top: 50px;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.property .asset .assetMain .text b {
    font-size: 18px;
    color: #333333;
    margin-top: 40px;
    line-height: 35px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    position: relative;
    z-index: 1;
}

.property .asset .assetMain .text i {
    font-size: 16px;
    color: #8d1a10;
    display: table;
    margin-top: 50px;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

.property .asset .assetMain .text i::after {
    content: '';
    width: 0;
    height: 7px;
    background: url(../images/icon/i61.png) center right no-repeat;
    background-size: 24px auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
}

.property .asset .assetMain .text::after {
    content: '';
    width: 0;
    height: 0;
    background: #8d1a10;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s;
}

.property .asset .assetMain .text:hover::after {
    width: 800px;
    height: 800px;
    transition: all 1s;
}

.property .asset .assetMain .text:hover p {
    color: #fff;
    transition: all 0.5s;
}

.property .asset .assetMain .text:hover b {
    color: #fff;
}

.property .asset .assetMain .text:hover i {
    color: #fff;
    padding-right: 36px;
    transition: all 0.5s;
}

.property .asset .assetMain .text:hover i::after {
    width: 24px;
    transition: all 0.5s;
}

.property .asset .assetMain .textImg {
    width: 100%;
    height: 255px;
    margin-top: 50px;
}

.property .asset .assetMain .textImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s;
}

.property .asset .assetMain .textImg:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.property .asset .assetMain .mainRight {
    width: 69.93%;
    height: 732px;
    overflow: hidden;
}

.property .asset .assetMain .mainRight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s;
}

.property .asset .assetMain .mainRight:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.property .asset .number {
    position: absolute;
    bottom: 150px;
    right: 40px;
}

.property .asset .number .num {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-top: 19px;
}

.property .asset .number .num:nth-child(1) {
    background: #fff url(../images/icon/i75.png) center no-repeat;
    margin-top: 0;
}

.property .asset .number .num:nth-child(2) {
    background: #fff url(../images/icon/i76.png) center no-repeat;
    transition: all 0.5s;
}

.property .asset .number .num:hover:nth-child(1) {
    background: #8c1a11 url(../images/icon/i75s.png) center no-repeat;
    transition: all 0.5s;
}

.property .asset .number .num:hover:nth-child(2) {
    background: #8c1a11 url(../images/icon/i76s.png) center no-repeat;
    transition: all 0.5s;
}

.property .asset .number .pic {
    margin-top: 19px;
    position: relative;
}

.property .asset .number .pic a {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff url(../images/icon/i77.png) center no-repeat;
    transition: all 0.5s;
}

.property .asset .number .pic .pos {
    width: 0;
    height: 66px;
    position: absolute;
    top: -6px;
    right: 54px;
    overflow: hidden;
    transition: all 0.5s;
}

.property .asset .number .pic:hover i {
    background: #8c1a11 url(../images/icon/i77s.png) center no-repeat;
    transition: all 0.5s;
}

.property .asset .number .pic:hover .pos {
    width: 131px;
    transition: all 0.5s;
}

@keyframes hvr-ripple-out-j {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes hvr-ripple-out-s {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@media (max-width: 1200px) {
    .property .asset {
        padding: 0.6rem 0 1rem;
    }

    .property .asset .assetList {
        justify-content: space-around;
    }

    .property .asset .li i {
        width: 0.48rem;
        height: 0.48rem;
        background-size: contain !important;
    }

    .property .asset .li p {
        font-size: 0.28rem;
        margin-top: 0.25rem;
    }

    .property .asset .li em {
        width: 0.16rem;
        height: 0.16rem;
        margin-top: 0.42rem;
    }

    .property .asset .li em::after {
        width: 0.28rem;
        height: 0.28rem;
        margin: -0.06rem -0.06rem;
    }

    .property .asset .li.cur em::before,
    .property .asset .li:hover em::before {
        width: 0.36rem;
        height: 0.36rem;
        margin: -0.1rem -0.1rem 0;
    }

    .property .asset .assetBox::after {
        bottom: 0.08rem;
    }

    .property .asset .assetMain {
        margin-top: 0.82rem;
    }

    .property .asset .assetMain .mainBox .mainFlex {
        margin-left: 0;
        display: block;
        margin-top: 0.7rem;
    }

    .property .asset .assetMain .mainBox .mainFlex:first-child {
        margin-top: 0;
    }

    .property .asset .assetMain .mainBox .mainFlex:nth-child(2n) {
        margin-right: 0;
    }

    .property .asset .assetMain .mainRight {
        width: 100%;
        height: 4.72rem;
    }

    .property .asset .assetMain .mainLfet {
        width: calc(100% - 0.6rem);
        margin: 0 0.3rem;
        margin-top: -0.4rem;
        background: #ffffff;
        position: relative;
    }

    .property .asset .assetMain .text {
        width: calc(100% - 0.64rem);
        padding: 0.5rem 0.32rem 0.5rem;
        height: auto;
    }

    .property .asset .assetMain .text p {
        font-size: 0.36rem;
        padding-top: 0;
    }

    .property .asset .assetMain .text b {
        font-size: 0.28rem;
        line-height: 0.45rem;
        margin-top: 0.3rem;
        color: #999999;
    }

    .property .asset .assetMain .text i {
        margin-top: 0.5rem;
        font-size: 0.26rem;
        padding-right: 0.6rem;
        background-size: 0.33rem auto;
    }

    .property .asset .assetMain .mainBox .mainFlex:nth-child(2n) {
        margin-top: 0.7rem;
    }
}

/*p2-3-2èµ„äº§ç®¡ç†è¯¦æƒ…å’Œp2-2-1å·¥ç¨‹ç®¡ç†è¯¦æƒ…*/
.assetDetails .assetTop {
    position: relative;
    height: 799px;
}

.assetDetails .assetTop .base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 799px;
}

.assetDetails .assetTop .base .s1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

.assetDetails .assetTop .base .s1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(10px);
}

.assetDetails .assetTop .base .s1.cur {
    opacity: 1;
    transition: all 0.5s;
}

.assetDetails .assetTop .baseSwpier {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.assetDetails .assetTop .baseSwpier .swiper-slide {
    width: 72.91%;
    height: 680px;
}

.assetDetails .assetTop .baseSwpier .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.assetDetails .assetTop .baseSwpier .swiper-button-next,
.assetDetails .assetTop .baseSwpier .swiper-button-prev {
    margin: 0;
    width: 66px;
    height: 66px;
    background: #ffffff;
    box-shadow: 0 0 16px rgba(141, 26, 16, 0.14);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.assetDetails .assetTop .baseSwpier .swiper-button-next {
    right: 6.8%;
    background: #ffffff url(../images/icon/i79.png) center no-repeat;
    transition: all 0.5s;
}

.assetDetails .assetTop .baseSwpier .swiper-button-next:hover {
    background: #8d1a10 url(../images/icon/i79s.png) center no-repeat;
    transition: all 0.5s;
}

.assetDetails .assetTop .baseSwpier .swiper-button-prev {
    left: 6.8%;
    background: #ffffff url(../images/icon/i78.png) center no-repeat;
    transition: all 0.5s;
}

.assetDetails .assetTop .baseSwpier .swiper-button-prev:hover {
    background: #8d1a10 url(../images/icon/i78s.png) center no-repeat;
    transition: all 0.5s;
}

.assetDetails .assetTop .tionFlex {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
}

.assetDetails .assetTop .tionFlex p {
    font-size: 12px;
    color: #ffffff;
    font-family: Arial;
}

.assetDetails .assetTop .tionFlex .swiper-pagination {
    width: 241px;
    height: 2px;
    position: relative;
    display: flex;
    align-items: center;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 30px;
}

.assetDetails .assetTop .tionFlex .swiper-pagination-progressbar-fill {
    background: #ffffff;
}

.assetDetails .briefTitile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 30px;
    border-bottom: 1px solid #e5e5e5;
}

.assetDetails .briefTitile .headline {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}

.assetDetails .briefTitile .lineText {
    width: 56.71%;
    display: flex;
    justify-content: space-between;
}

.assetDetails .briefTitile .lineText i {
    font-size: 18px;
    color: #b62e2b;
}

.assetDetails .briefTitile .lineText p {
    font-size: 28px;
    color: #333333;
    font-family: Arial;
    font-weight: bold;
    display: flex;
    align-items: baseline;
    margin-top: 16px;
}

.assetDetails .briefTitile .lineText p span {
    font-size: 18px;
}

.assetDetails .briefTitile .lineText .item {
    position: relative;
    max-width: 33%;
}

.assetDetails .briefTitile .lineText .item:last-child p {
    font-size: 18px;
}

.assetDetails .briefTitile .lineText .item:last-child::after {
    width: 0;
}

.assetDetails .briefTitile .lineText .item::after {
    content: '';
    width: 1px;
    height: 25px;
    background: #e5e5e5;
    position: absolute;
    right: -50px;
    top: 20px;
}

.assetDetails .article {
    padding-bottom: 120px;
}

.assetDetails .article .text {
    margin-top: 70px;
}

.assetDetails .article .text:first-child {
    margin-top: 45px;
}

.assetDetails .article .line {
    display: flex;
    align-items: center;
}

.assetDetails .article .line i {
    width: 27px;
    height: 29px;
}

.assetDetails .article .line p {
    font-size: 26px;
    color: #333333;
    margin-left: 16px;
}

.assetDetails .article .tit {
    margin-top: 20px;
}

.assetDetails .article .tit p {
    font-size: 18px;
    color: #333333;
    line-height: 35px;
}

.assetDetails .article .tit a {
    width: 100%;
    margin-top: 56px;
}

.assetDetails .article .tit a img {
    width: 100%;
}

@media (max-width: 1669px) {
    .assetDetails .briefTitile .lineText .item::after {
        right: -27px;
    }
}

@media (max-width: 1200px) {
    .assetDetails .assetTop {
        height: 4.98rem;
        padding-bottom: 0.44rem;
    }

    .assetDetails .assetTop .baseSwpier {
        position: relative;
    }

    .assetDetails .assetTop .baseSwpier .swiper {
        padding-top: 1.4rem;
        padding-bottom: 0.65rem;
    }

    .assetDetails .assetTop .baseSwpier .swiper-pagination-bullet {
        width: 0.14rem;
        height: 0.14rem;
        background: #d3d2d3;
        margin: 0 0.2rem;
        opacity: 1;
    }

    .assetDetails .assetTop .baseSwpier .swiper-pagination-bullet-active {
        background: #8d1a10;
    }

    .assetDetails .assetTop .base {
        height: 4.8rem;
    }

    .assetDetails .assetTop .baseSwpier .swiper-slide {
        width: calc(100% - 0.6rem);
        height: 3.35rem;
        padding: 0 0.3rem;
    }

    .assetDetails .assetTop .baseSwpier .swiper-button-next,
    .assetDetails .assetTop .baseSwpier .swiper-button-prev {
        display: none;
    }

    .assetDetails .assetTop .tionFlex .swiper-pagination {
        background: #d3d2d3;
        margin: 0;
    }

    .assetDetails .assetTop .tionFlex .swiper-pagination-progressbar-fill {
        background: #8d1a10;
    }

    .assetDetails .assetTop .tionFlex p {
        display: none;
    }

    .assetDetails .assetTop .tionFlex {
        bottom: 0;
    }

    .assetDetails .briefTitile {
        padding: 0.52rem 0 0.55rem;
    }

    .assetDetails .briefTitile .headline {
        font-size: 0.42rem;
    }

    .assetDetails .article .text:first-child {
        margin-top: 0.48rem;
    }

    .assetDetails .article .line p {
        font-size: 0.3rem;
        margin-left: 0.19rem;
    }

    .assetDetails .article .line i {
        width: 0.34rem;
        height: 0.34rem;
        background-size: contain !important;
    }

    .assetDetails .article .tit {
        margin-top: 0.4rem;
    }

    .assetDetails .article .tit p {
        font-size: 0.28rem;
        line-height: 0.45rem;
    }

    .assetDetails .article .text {
        margin-top: 0.5rem;
    }

    .assetDetails .article {
        padding-bottom: 1rem;
    }

    /*èµ„äº§ç®¡ç†*/
    .assetDetails .briefTitile {
        display: block;
    }

    .assetDetails .briefTitile .lineText {
        width: 100%;
        flex-wrap: wrap;
    }

    .assetDetails .briefTitile .lineText .item {
        width: 48%;
        margin-top: 0.36rem;
        max-width: inherit;
    }

    .assetDetails .briefTitile .lineText i {
        font-size: 0.3rem;
        color: #b62e2b;
    }

    .assetDetails .briefTitile .lineText p {
        font-size: 0.36rem;
        margin-top: 0.1rem;
    }

    .assetDetails .briefTitile .lineText .item:last-child p {
        font-size: 0.32rem;
    }

    .assetDetails .briefTitile .lineText .item::after {
        right: 0.24rem;
        display: none;
    }

    .assetDetails .briefTitile .lineText .item:last-child {
        width: 100%;
    }

    .assetDetails .briefTitile .lineText .item:first-child:after {
        display: block;
    }

    .assetDetails .article .tit a {
        margin-top: 0.4rem;
    }
}

/*p2-3èµ„äº§ç®¡ç†*/
.operation .propertys {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url(../images/page/proImg.jpg) center no-repeat;
    background-size: cover;
}

.operation .propertys .proCenter {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.operation .propertys .proCenter .w1400 {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.operation .propertys .proCenter .text span {
    font-size: 46px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.operation .propertys .proCenter .text .tit {
    margin-top: 60px;
}

.operation .propertys .proCenter .text p {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 33px;
}

.operation .propertys .proCenter .list {
    width: 100%;
    display: flex;
    margin-top: 140px;
}

.operation .propertys .proCenter .list a {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    position: relative;
    cursor: pointer;
}

.operation .propertys .proCenter .list a::after {
    content: '';
    width: 0;
    height: 3px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}

.operation .propertys .proCenter .list a:hover::after {
    width: 100%;
    transition: all 0.5s;
}

.operation .propertys .proCenter .list i {
    width: 49px;
    height: 44px;
}

.operation .propertys .proCenter .list p {
    font-size: 20px;
    color: #ffffff;
    margin-top: 26px;
}

.operation .siteBox {
    background: url(../images/page/siteBox-bg.png) center no-repeat;
    background-size: cover;
    padding: 100px 0 119px;
}

.operation .siteBox .w1400 {
    display: flex;
    justify-content: space-between;
}

.operation .siteBox .left {
    width: 31.42%;
    margin-top: 50px;
}

.operation .siteBox .left .leftTitle {
    font-size: 36px;
    color: #ffffff;
}

.operation .siteBox .left .leftFlex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.operation .siteBox .left p {
    font-size: 17px;
    color: #fff;
    display: flex;
    align-items: baseline;
}

.operation .siteBox .left p b {
    font-size: 61px;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
}

.operation .siteBox .left span {
    font-size: 20px;
    color: #fefefe;
}

.operation .siteBox .right {
    width: 54%;
    position: relative;
    padding: 53px 32px 28px 27px;
    background: url(../images/page/line.png) center no-repeat;
    background-size: cover;
    margin-right: -34px;
}

.operation .siteBox .right img {
    width: 100%;
}

.operation .siteBox .right .dot {
    position: absolute;
    width: 1px;
    height: 1px;
    cursor: pointer;
}

.operation .siteBox .right .dot .t {
    position: relative;
    z-index: 3;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #fff;
    transition: all 0.5s;
}

.operation .siteBox .right .dot .t::after {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.29);
    border-radius: 50%;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-name: menu_circle;
    animation-name: menu_circle;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.operation .siteBox .right .dot .sum {
    font-size: 20px;
    color: #8c190f;
    display: none;
    background: #ffffff;
    position: absolute;
    z-index: 4;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 9px;
    text-align: center;
    padding: 14px 0;
}

.operation .siteBox .right .dot .sum::after {
    content: '';
    width: 20px;
    height: 17px;
    background: url(../images/icon/i85.png) center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -12px;
    left: 49.5%;
    transform: translateX(-50%);
}

.operation .siteBox .right .dot:hover .t {
    width: 16px;
    height: 16px;
    margin: -10px 0 0 -10px;
    transition: all 0.5s;
}

.operation .siteBox .right .dot:hover .t::after {
    width: 26px;
    height: 26px;
    top: -5px;
    left: -5px;
    transition: all 0.5s;
}

.operation .siteBox .right .dot:hover .sum {
    transition: all 0.5s;
    display: block;
    width: 190px;
}

.operation .siteBox .right .dot1 {
    left: 35.9%;
    top: 41.3%;
}

.operation .siteBox .right .dot2 {
    left: 16.9%;
    top: 40.3%;
}

.operation .siteBox .right .dot3 {
    left: 18.8%;
    top: 40.29%;
}

.operation .siteBox .right .dot3:hover .sum {
    width: 250px;
}

.operation .siteBox .right .dot4 {
    left: 22.82%;
    top: 42.46%;
}

.operation .siteBox .right .dot5 {
    left: 29.99%;
    top: 38.73%;
}

.operation .siteBox .right .dot6 {
    left: 35.2%;
    top: 62.39%;
}

.operation .siteBox .right .dot7 {
    left: 45.1%;
    top: 26.7%;
}

.operation .siteBox .right .dot8 {
    left: 45.1%;
    top: 29.7%;
}

.operation .siteBox .right .dot9 {
    left: 47.5%;
    top: 28.3%;
}

.operation .runProject {
    padding: 70px 0 110px;
    background: #f9f9f9;
}

.operation .runProject .runTitle {
    font-size: 46px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.operation .runProject .runList {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.operation .runProject .next {
    width: 14.28%;
    height: 31vw;
    position: relative;
    transition: all 0.5s;
}
@media (max-width: 1920px) {
    .operation .runProject .next{
        height: 570px;
    }
}

.operation .runProject .next.cur {
    width: 36.85%;
    transition: all 0.5s;
}

.operation .runProject .next img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.operation .runProject .next p {
    font-size: 36px;
    color: #fefefe;
    position: absolute;
    top: 47px;
    left: 46px;
    writing-mode: vertical-rl;
}

@keyframes menu_circle {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
}

@media (max-width: 1200px) {
    .operation .propertys {
        background: url(../images/mobile/page/proImg.png) center no-repeat;
        background-size: cover;
    }

    .operation .propertys .proCenter .text span {
        font-size: 0.4rem;
    }

    .operation .propertys .proCenter .text .tit {
        margin-top: 0.5rem;
    }

    .operation .propertys .proCenter .text p {
        font-size: 0.28rem;
        line-height: 0.55rem;
    }

    .operation .propertys .proCenter .list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0.36rem;
    }

    .operation .propertys .proCenter .list a {
        width: 4.2rem;
        padding: 0.4rem 0 0.64rem;
        flex-direction: row;
        justify-content: flex-start;
    }

    .operation .propertys .proCenter .list a:last-child {
        border-bottom: none;
    }

    .operation .propertys .proCenter .list i {
        width: 0.59rem;
        height: 0.54rem;
        background-size: contain !important;
    }

    .operation .propertys .proCenter .list p {
        font-size: 0.3rem;
        margin-top: 0;
        margin-left: 0.24rem;
    }

    .operation .siteBox {
        padding: 0.7rem 0 1.08rem;
        background: url(../images/mobile/page/siteBox-bg.png) center no-repeat;
        background-size: cover;
    }

    .operation .siteBox .w1400 {
        display: block;
    }

    .operation .siteBox .left {
        width: 100%;
        margin-top: 0;
    }

    .operation .siteBox .left .leftTitle {
        font-size: 0.4rem;
    }

    .operation .siteBox .left .leftFlex {
        margin-top: 0.5rem;
    }

    .operation .siteBox .left p {
        font-size: 0.24rem;
    }

    .operation .siteBox .left p b {
        font-size: 0.78rem;
    }

    .operation .siteBox .left span {
        font-size: 0.26rem;
        margin-top: 0.1rem;
    }

    .operation .siteBox .right {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-top: 0.6rem;
        background: none;
    }

    .operation .runProject {
        padding: 0.6rem 0 1.06rem;
    }

    .operation .runProject .runTitle {
        font-size: 0.4rem;
        text-align: left;
    }

    .operation .runProject .runList {
        margin-top: 0.6rem;
    }

    .operation .runProject .runList .swiper-slide {
        width: 54%;
        height: 7.26rem;
        transform: scale(0.9);
        transition: 300ms;
    }

    .operation .runProject .runList .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .operation .runProject .runList .swiper-slide p {
        font-size: 0.36rem;
        color: #fefefe;
        font-weight: bold;
        position: absolute;
        top: 0.45rem;
        left: 0.54rem;
        writing-mode: vertical-rl;
        letter-spacing: 0.06rem;
    }

    .operation .runProject .runList .swiper-slide-active {
        transform: scale(1);
    }
}

/*p2-1ä¸šåŠ¡æ¿å—2*/
.landServe .land {
    width: 100%;
    height: 100vh;
    position: relative;
}

.landServe .land .landImg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.landServe .land .landImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landServe .land .landCenter {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.landServe .land .landCenter .w1400 {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.landServe .land .landCenter .text span {
    font-size: 46px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.landServe .land .landCenter .text .tit {
    margin-top: 40px;
}

.landServe .land .landCenter .text p {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 33px;
}

.landServe .land .landCenter .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 62px;
}

.landServe .land .landCenter .list a {
    width: calc((100% - 4px) / 4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    position: relative;
    cursor: initial;
}

.landServe .land .landCenter .list a:nth-child(4n) {
    border-right: none;
}

.landServe .land .landCenter .list a:nth-child(-n+4) {
    border-top: none;
}

.landServe .land .landCenter .list a::after {
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.landServe .land .landCenter .list a:hover::after {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.landServe .land .landCenter .list i {
    width: 70px;
    height: 70px;
    margin-top: 10px;
}

.landServe .land .landCenter .list p {
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
    text-align: center;
    height: 52px;
}

.landServe .scope {
    background: url(../images/page/scope-bg.png) center no-repeat;
    background-size: cover;
    padding: 100px 0 119px;
}

.landServe .scope .w1400 {
    display: flex;
    justify-content: space-between;
}

.landServe .scope .left {
    width: 31.78%;
    margin-top: 80px;
}

.landServe .scope .left .leftTitle {
    font-size: 36px;
    color: #ffffff;
}

.landServe .scope .left .leftFlex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
}

.landServe .scope .left .leftFlex .about-data-item {
    width: 50%;
    margin-top: 60px;
}

.landServe .scope .left .leftFlex .about-data-item:nth-child(-n+2) {
    margin-top: 0;
}

.landServe .scope .left p {
    font-size: 17px;
    color: #fff;
    display: flex;
    align-items: baseline;
}

.landServe .scope .left p b {
    font-size: 61px;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
}

.landServe .scope .left span {
    font-size: 20px;
    color: #fefefe;
}

.landServe .scope .right {
    width: 52.78%;
    position: relative;
    padding: 84px 3% 0 2.7%;
    background: url(../images/page/line.png) center no-repeat;
    background-size: cover;
}

.landServe .scope .right img {
    width: 100%;
}

.landServe .scope .right .dot {
    position: absolute;
    width: 1px;
    height: 1px;
    cursor: pointer;
}

.landServe .scope .right .dot .t {
    position: relative;
    z-index: 3;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #fff;
    transition: all 0.5s;
    display: none;
}

.landServe .scope .right .dot .t::after {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.29);
    border-radius: 50%;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-name: menu_circle;
    animation-name: menu_circle;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.landServe .scope .right .dot .sum {
    font-size: 20px;
    color: #333333;
    background: #ffffff;
    position: absolute;
    z-index: 4;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 9px;
    text-align: center;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landServe .scope .right .dot .sum span {
    font-size: 26px;
    color: #d20400;
    font-family: Arial;
    font-weight: bold;
}

.landServe .scope .right .dot .sum::after {
    content: '';
    width: 20px;
    height: 17px;
    background: url(../images/icon/i85.png) center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.landServe .scope .right .dot1 {
    left: 12.63%;
    top: 50.08%;
}

.landServe .scope .right .dot1 .sum {
    width: 254px;
}

.landServe .scope .right .dot2 {
    left: 12.8%;
    top: 66%;
}

.landServe .scope .right .dot2 .sum {
    width: 303px;
}

.landServe .scope .right .dot3 {
    left: 38.6%;
    top: 86%;
}

.landServe .scope .right .dot3 .sum {
    width: 254px;
}

.landServe .scope .right .dot4 {
    left: 93.2%;
    top: 72.46%;
}

.landServe .scope .right .dot4 .sum {
    width: 263px;
}

.landServe .scope .right .dot5 {
    left: 65.49%;
    top: 31.9%;
}

.landServe .scope .right .dot5 .sum {
    width: 241px;
}

.having {
    color: #b62f2a !important;
}

@media (max-width: 1500px) {
    .landServe .scope .right .dot4 .sum {
        transform: none;
        left: -230px;
    }

    .landServe .scope .right .dot4 .sum::after {
        left: 87%;
    }
}

@media (max-width: 1200px) {
    .landServe .land .landCenter .w1400 {
        justify-content: flex-start;
    }

    .landServe .land .landCenter .text {
        margin-top: 2.8rem;
    }

    .landServe .land .landCenter .text .tit {
        margin-top: 1rem;
    }

    .landServe .land .landCenter .text span {
        font-size: 0.4rem;
    }

    .landServe .land .landCenter .text p {
        font-size: 0.28rem;
        line-height: 0.55rem;
    }

    .landServe .land .landCenter .list {
        margin-top: 1rem;
    }

    .landServe .land .landCenter .list .liFlex {
        display: flex;
        flex-wrap: wrap;
    }

    .landServe .land .landCenter .list .liFlex a:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    }

    .landServe .land .landCenter .list .swiper {
        padding-bottom: 0.66rem;
    }

    .landServe .land .landCenter .list .swiper-pagination {
        bottom: 0;
        font-size: 0;
    }

    .landServe .land .landCenter .list .swiper-pagination-bullet {
        width: 0.14rem;
        height: 0.14rem;
        background: #ffffff;
        margin: 0 0.2rem;
        opacity: 0.3;
    }

    .landServe .land .landCenter .list .swiper-pagination-bullet-active {
        opacity: 1;
    }

    .landServe .land .landCenter .list a {
        width: 49%;
    }

    .landServe .land .landCenter .list i {
        width: 0.54rem;
        height: 0.47rem;
        background-size: contain !important;
    }

    .landServe .land .landCenter .list p {
        font-size: 0.26rem;
        line-height: 0.4rem;
        height: 0.8rem;
    }

    .landServe .land .landCenter .list a {
        height: 2.09rem;
        padding-bottom: 0;
    }

    .landServe .land .landCenter .list a:nth-child(2n) {
        border-right: none;
    }

    .landServe .scope {
        padding: 0.8rem 0 0.69rem;
    }

    .landServe .scope .w1400 {
        display: block;
    }

    .landServe .scope .left {
        width: 100%;
        margin-top: 0;
    }

    .landServe .scope .left .leftTitle {
        font-size: 0.4rem;
    }

    .landServe .scope .left .leftFlex {
        width: auto;
        margin-top: 0.5rem;
        padding: 0 0.28rem;
    }

    .landServe .scope .left p {
        font-size: 0.24rem;
    }

    .landServe .scope .left p b {
        font-size: 0.78rem;
    }

    .landServe .scope .left span {
        font-size: 0.26rem;
    }

    .landServe .scope .left .leftFlex .about-data-item {
        margin-top: 0.5rem;
    }

    .landServe .scope .right {
        width: 100%;
        background: none;
        padding: 0;
        margin: 0;
        margin-top: 0.6rem;
    }
}

/*p1-4ä¼ä¸šæ¦‚å†µ-å‘å±•æˆæžœ*/
.develop {
    padding-bottom: 120px;
    /*background: #f4f5f5 url(../images/page/develop-bg.png) center no-repeat;
    background-size: cover;*/
}

.develop .achievement {
    position: relative;
    padding-top: 55px;
}

.develop .achievement .picText {
    width: 360px;
    margin: 0 auto;
}

.develop .achievement .picText img {
    width: 100%;
}

.develop .achievement .picSwiper {
    position: relative;
    margin-top: 88px;
}

.develop .achievement .picSwiper .line {
    width: 100%;
    height: 1px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 10px;
    position: absolute;
    top: 12px;
}

.develop .achievement .picSwiper .line img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.develop .achievement .picSwiper .photo .swiper {
    padding-top: 14px;
}

.develop .achievement .picSwiper .photo .swiper-slide {
    width: 456px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.develop .achievement .picSwiper .photo .swiper-slide i {
    width: 16px;
    height: 16px;
    background: #de7d76;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
}

.develop .achievement .picSwiper .photo .swiper-slide i::after {
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(209, 49, 37, 0.1);
    position: absolute;
    margin: -6px 0 0 -6px;
}

.develop .achievement .picSwiper .photo .swiper-slide p {
    font-size: 35px;
    color: #dd7c75;
    font-family: Arial;
    font-weight: bold;
    margin-top: 18px;
}

.develop .achievement .picSwiper .photo .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.develop .achievement .picSwiper .photo .swiper-slide.swiper-slide-active i {
    background: #d13125;
}

.develop .achievement .picSwiper .photo .swiper-slide.swiper-slide-active p {
    font-size: 50px;
    color: #d13125;
}

.develop .pc_awardsSwiper .pc_Show {
    display: none;
}

.develop .pc_awardsSwiper .pc_Show.cur {
    display: block;
}

.develop .awardsSwiper {
    position: relative;
    margin-top: 80px;
}

.develop .awardsSwiper.curr .swiper-wrapper {
    justify-content: center;
}

.develop .awardsSwiper.curr .swiper-slide:last-child {
    margin-right: 0 !important;
}

.develop .awardsSwiper .swiper-wrapper {
    align-items: center;
}

.develop .awardsSwiper .swiper-slide {
    width: 14.28%;
    /* transform: scale(0.8);
  opacity: 0.5; */
}

.develop .awardsSwiper .swiper-slide img {
    width: 100%;
}

.develop .awardsSwiper .swiper-slide p {
    font-size: 18px;
    color: #323333;
    text-align: center;
    margin-top: 20px;
    height: 48px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* opacity: 0; */
}

.develop .awardsSwiper .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}

.develop .awardsSwiper .swiper-slide-active p {
    opacity: 1;
}

.develop .awardsSwiper .swiper-button-next,
.develop .awardsSwiper .swiper-button-prev {
    margin: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #9a0000;
}

.develop .awardsSwiper .swiper-button-next {
    right: 8.33%;
    background: url(../images/icon/i40.png) center no-repeat;
    transition: all 0.5s;
}

.develop .awardsSwiper .swiper-button-next:hover {
    background: #8d1a10 url(../images/icon/i40s.png) center no-repeat;
    transition: all 0.5s;
}

.develop .awardsSwiper .swiper-button-prev {
    left: 8.33%;
    background: url(../images/icon/i39.png) center no-repeat;
    transition: all 0.5s;
}

.develop .awardsSwiper .swiper-button-prev:hover {
    background: #8d1a10 url(../images/icon/i39s.png) center no-repeat;
    transition: all 0.5s;
}

.develop .prize {
    margin-top: 58px;
}

.develop .prize .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.develop .prize a {
    font-size: 18px;
    color: #333333;
    width: 45%;
    margin-top: 30px;
    padding-left: 26px;
    position: relative;
}

.develop .prize a.hide {
    display: none;
}

.develop .prize a::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #8d1a10;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.develop .prize a:nth-child(-n+2) {
    margin-top: 0;
}

.develop .prize a:nth-child(2n) {
    /*width: 31%;*/
}

.develop .prize .mores {
    position: relative;
    display: flex;
    width: 150px;
    height: 38px;
    font-size: 16px;
    color: #8d1a10;
    text-align: center;
    border: 1px solid #e1c2bf;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 39px;
    cursor: pointer;
}

.develop .prize .mores::before {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #8d1a10;
    content: "";
}

.develop .prize .mores p {
    position: relative;
    z-index: 3;
    width: 112px;
    line-height: 38px;
    border-right: #b9736d 1px solid;
}

.develop .prize .mores i {
    transition: all 0.5s;
    position: relative;
    z-index: 3;
    width: calc(100% - 112px);
    height: 38px;
    background: url(../images/icon/i96.png) center no-repeat;
}

.develop .prize .mores:hover::before {
    transition: all 0.5s;
    width: 100%;
}

.develop .prize .mores:hover p {
    color: #ffffff;
}

.develop .prize .mores:hover i {
    transition: all 0.5s;
    background-image: url(../images/icon/i96s.png);
}

.m_picSwiper {
    display: none;
}

.m_awardsSwiper {
    display: none;
}

@media (max-width: 1200px) {
    .pc_picSwiper {
        display: none;
    }

    .m_picSwiper {
        display: block;
    }

    .pc_awardsSwiper {
        display: none;
    }

    .m_awardsSwiper {
        display: block;
    }

    .tab_box .m_show {
        display: none;
    }

    .tab_box .m_show.cur {
        display: block;
    }

    .develop {
        padding-bottom: 1.28rem;
        background: url(../images/mobile/page/develop-bg.png) center no-repeat;
        background-size: cover;
    }

    .develop .achievement {
        padding-top: 0.8rem;
    }

    .develop .prize {
        margin-top: 0.3rem;
    }

    .develop .achievement .w1400 {
        width: 100%;
    }

    .develop .achievement .picText {
        width: 3.58rem;
        top: 0.52rem;
    }

    .develop .achievement .picSwiper {
        padding-bottom: 0;
        margin-top: 0.8rem;
    }

    .develop .achievement .picSwiper .line {
        width: 100%;
    }

    .develop .achievement .picSwiper .photo {
        position: static;
    }

    .develop .achievement .picSwiper .photo .swiper-wrapper {
        align-items: center;
    }

    .develop .achievement .picSwiper .photo .swiper {
        padding-top: 0.32rem;
    }

    .develop .achievement .picSwiper .photo .swiper-slide {
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .develop .achievement .picSwiper .photo .swiper-slide i {
        width: 0.24rem;
        height: 0.24rem;
    }

    .develop .achievement .picSwiper .photo .swiper-slide i::after {
        width: 0.4rem;
        height: 0.4rem;
        margin: -0.08rem 0 0 -0.08rem;
    }

    .develop .achievement .picSwiper .photo .swiper-slide p {
        font-size: 0.55rem;
        color: #dd7c75;
        margin-top: 0.18rem;
    }

    .develop .achievement .picSwiper .photo .swiper-slide.swiper-slide-active p {
        font-size: 0.65rem;
    }

    .develop .awardsSwiper {
        margin-top: 0.9rem;
    }

    .develop .awardsSwiper .w1400 {
        width: 100%;
    }

    .develop .awardsSwiper .swiper-button-next,
    .develop .awardsSwiper .swiper-button-prev {
        width: 0.82rem;
        height: 0.82rem;
        bottom: 0;
    }

    .develop .awardsSwiper .swiper-button-next {
        right: 0.3rem;
        background-size: 0.11rem auto;
    }

    .develop .awardsSwiper .swiper-button-prev {
        left: 0.3rem;
        background-size: 0.11rem auto;
    }

    .develop .awardsSwiper .swiper-button-prev:hover {
        background-size: 0.11rem auto;
    }

    .develop .awardsSwiper .swiper-button-next:hover {
        background-size: 0.11rem auto;
    }

    .develop .awardsSwiper .swiper-slide {
        width: 3.75rem;
        transform: scale(0.8);
        opacity: 0.5;
    }

    .develop .awardsSwiper .swiper-slide-active {
        transform: scale(1);
        opacity: 1;
    }

    .develop .awardsSwiper .swiper-slide p {
        font-size: 0.28rem;
        margin-top: 0.3rem;
        height: 0.84rem;
    }

    .develop .prize a {
        width: auto !important;
        font-size: 0.26rem;
        line-height: 0.55rem;
        margin-top: 0.1rem !important;
        padding-left: 0.32rem;
    }

    .develop .prize a::after {
        width: 0.12rem;
        height: 0.12rem;
        top: 0.22rem;
    }

    .develop .prize .mores {
        width: 2.36rem;
        height: 0.73rem;
        margin-top: 0.4rem;
    }

    .develop .prize .mores p {
        width: 1.64rem;
        font-size: 0.22rem;
        line-height: 0.73rem;
    }

    .develop .prize .mores i {
        width: calc(100% - 1.64rem);
        height: 0.73rem;
        transform: rotate(270deg);
        background-size: 0.14rem auto;
    }
}

/*p4-1å…šå»ºåˆ—è¡¨*/
.partyList {
    padding: 100px 0 86px;
    background: #f9f9f9;
}

.partyList .list {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
}

.partyList .next {
    width: 31.85%;
    background: #ffffff;
    position: relative;
    margin-right: 2.22%;
    margin-top: 50px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    padding-bottom: 20px;
}

.partyList .next:nth-child(3n) {
    margin-right: 0;
}

.partyList .next:nth-child(-n+3) {
    margin-top: 0;
}

.partyList .next::after {
    content: '';
    width: 0;
    height: 5px;
    background: #990000;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}

.partyList .next:hover::after {
    width: 100%;
    transition: all 0.5s;
}

.partyList .next:hover .nextImg img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.partyList .nextImg {
    width: 100%;
    height: 260px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.partyList .nextImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s;
}

.partyList .nextImg em {
    width: 67px;
    height: 67px;
    background: url(../images/page/play.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.partyList .nextImg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    z-index: 1;
}

.partyList .text {
    padding: 0 10%;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
    margin-top: 20px;
}

@media (max-width: 1200px) {
    .partyList {
        padding: 0.8rem 0 1rem;
    }

    .partyList .list {
        display: block;
        margin-top: 0.72rem;
    }

    .partyList .next {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0.52rem;
    }

    .partyList .next:last-child {
        margin-bottom: 0;
    }

    .partyList .nextImg {
        height: 4rem;
    }

    .partyList .text {
        padding: 0 0.56rem;
        font-size: 0.3rem;
        line-height: 0.48rem;
        max-height: 0.96rem;
        margin-top: 0.3rem;
        height: auto;
    }

    .partyList .nextImg em {
        width: 1rem;
        height: 1rem;
    }
}

/*=========== p0-1 æœç´¢ç»“æžœ ===========*/
.searchPage {
    position: relative;
    padding-bottom: 80px;
}

.searchPage .top {
    position: absolute;
    left: 0;
    top: -44px;
    z-index: 3;
    width: 100%;
}

.searchPage .top .clearfix {
    margin: 0 auto;
    padding: 0 36px;
    width: 75.3%;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.searchPage .top .clearfix input {
    float: left;
    width: calc(100% - 150px);
    line-height: 100px;
    font-size: 18px;
    color: #999;
}

.searchPage .top .clearfix .but {
    float: right;
    margin-top: 25px;
    width: 130px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    border-radius: 4px;
    background: #990000;
}

.searchPage .cen dt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 136px 0 37px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.searchPage .cen dt em {
    padding: 0 2px;
    color: #990000;
}

.searchPage .list a .text {
    margin-left: 5.57%;
    padding: 38px 0;
    width: calc(100% - 5.57% - 5.57% - 120px - 5%);
}

.searchPage .list a em {
    transition: all 0.5s;
    position: absolute;
    right: 5.57%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
    min-width: 120px;
    line-height: 45px;
    font-size: 18px;
    color: #333;
    text-align: center;
    border-radius: 4px;
    background: #e8e8e8;
}

.searchPage .list a:hover em {
    color: #fff;
    background: #b83028;
}

.new .list a {
    position: relative;
    margin: 0 30px 63px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.new .list a:last-child {
    margin-bottom: 0;
}

.new .list a .pic {
    width: 30.7%;
    height: 250px;
    overflow: hidden;
}

.new .list a .text b {
    margin: 0 0 25px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.new .list a .text i {
    margin-bottom: 20px;
    font-size: 20px;
    color: #c4c4c4;
    font-family: Arial;
}

.new .list a .text p {
    line-height: 30px;
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new .list a:hover .text i {
    color: #ba1912;
}

@media (max-width: 1200px) {
    .searchPage {
        position: relative;
        padding-bottom: 0.8rem;
    }

    .searchPage .top {
        position: absolute;
        left: 0;
        top: -0.5rem;
        z-index: 3;
        width: 100%;
    }

    .searchPage .top .clearfix {
        margin: 0 0.4rem;
        padding: 0 0.3rem;
        border-radius: 0.08rem;
        background: #fff;
        overflow: hidden;
        box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    }

    .searchPage .top .clearfix input {
        float: left;
        width: calc(100% - 1.5rem);
        line-height: 1rem;
        font-size: 0.24rem;
        color: #999;
    }

    .searchPage .top .clearfix .but {
        float: right;
        margin-top: 0.2rem;
        width: 1.3rem;
        height: 0.6rem;
        font-size: 0.24rem;
        color: #fff;
        border-radius: 0.08rem;
        background: #b83028;
    }

    .searchPage .cen dt {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.9rem 0 0.33rem;
        font-size: 0.24rem;
        color: #333;
        font-weight: bold;
    }

    .searchPage .cen dt em {
        padding: 0 2px;
        color: #b83028;
    }

    .searchPage .list a .text {
        margin-left: 0.3rem;
        padding: 0.35rem 0 0.4rem;
        width: calc(100% - 0.6rem - 1.6rem - 0.2rem);
    }

    .searchPage .list a .text b i {
        display: inline;
        color: #b83028;
        font-weight: bold;
        font-size: 0.28rem;
    }

    .searchPage .list a em {
        transition: all 0.5s;
        position: absolute;
        right: 0.3rem;
        top: 50%;
        transform: translateY(-50%);
        width: 1.6rem;
        line-height: 0.6rem;
        font-size: 0.24rem;
        color: #333;
        text-align: center;
        border-radius: 0.06rem;
        background: #e8e8e8;
        padding: 0;
        min-width: auto;
    }

    .searchPage .list a:hover em {
        color: #fff;
        background: #b83028;
    }

    .new .list {
        margin-bottom: 0.2rem;
    }

    .new .list a {
        position: relative;
        margin-bottom: 0.4rem;
        box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
        margin-right: 0;
    }

    .new .list a .pic {
        width: 2.4rem;
        height: 1.8rem;
        overflow: hidden;
    }

    .new .list a .text b {
        margin-bottom: 0.18rem;
        height: 0.84rem;
        line-height: 0.42rem;
        font-size: 0.28rem;
        color: #333;
        font-weight: bold;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .new .list a .text i {
        font-size: 0.24rem;
        color: #c70020;
        font-family: Arial;
        margin-bottom: 0;
    }

    .new .list a .text p {
        display: none;
    }
}

.brief_banner {
    width: 100%;
    height: 100vh;
    position: relative;
}

.brief_banner .pic, .brief_banner .pic .pc {
    width: 100%;
    height: 100%;
}

.brief_banner .pos {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 270px;
    color: #fff;
    box-sizing: border-box;
}

.briefTitle {
    font-size: 26px;
}

.briefContInfo {
    font-size: 40px;
    margin-top: 45px;
    max-width: 40%;
}

.aboutData {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aboutInfo {
    margin-top: 150px;
    box-sizing: border-box;
    overflow-y: scroll;
    height: calc(100% - 150px);
    padding-bottom: 150px;
}

.aboutInfo::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.aboutInfo::-webkit-scrollbar-thumb {
    /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
    border-radius: 0;
    background-color: #b62f2a;
}

.aboutInfo::-webkit-scrollbar-track {
    /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    background: #f0f0f0;
}

.aboutInfo .w1400 {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin-top: 120px;
}

.count-titles {
    font-size: 48px;
    font-weight: bold;
    font-family: Arial;
}

.brief_banner .aboutMainInfo .about-data-item {
    font-size: 16px;
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid #fff;
    margin-left: 45px;
    width: calc((100% - 45px) / 2);
    line-height: 1;
    padding-bottom: 15px;
}

.aboutFlex {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.aboutFlex:first-child {
    margin-top: 0;
}

.aboutBox {
    margin-top: 90px;
}

.brief_banner .aboutMainInfo .about-data-item p {
    display: flex;
    align-items: baseline;
    width: 180px;
}

.brief_banner .aboutMainInfo .about-data-item:first-child {
    margin-left: 0;
}

.brief_banner .aboutMainInfo .about-data-item .item_p {
    display: flex;
    align-items: baseline;
    width: 180px;
}

.brief_banner .aboutMainInfo .about-data-item .item_f {
    display: flex;
}

.brief_banner .aboutMainInfo .about-data-item span {
    margin-left: 30px;
    font-size: 14px;
}

.brief_banner .aboutMainInfo .about-data-item p b {
    font-size: 48px;
    margin-right: 5px;
    font-family: Arial;
}

.frameInfo {
    margin-top: 90px;
}

.frameInfoList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 35px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}

.frameInfoList:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    left: 0;
    bottom: 0;
    transition: all 0.8s;
}

.frameInfoList:hover:after {
    width: 100%;
}

.frameInfoTitle {
    font-size: 22px;
    color: #fff;
}

.aboutMainInfo {
    width: 55%;
}

.aboutMainCont p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 36px;
    text-align: justify;
}

.aboutMainCont p:first-child {
    margin-top: 0;
}
@media (max-width: 1200px) {
    .brief_banner .pos{
        margin-top: 1.7rem;
        overflow-y: scroll;
        padding-top: 0.2rem;
        height: calc(100% - 2.5rem);
    }
    .aboutInfo{
        overflow: auto;
        height: auto;
        margin-top: 1.1rem;
        padding-bottom: 1rem;
    }
    .briefTitle{
        font-size: 0.26rem;
    }
    .briefContInfo{
        font-size: 0.4rem;
        margin-top: 0.45rem;
    }
    .aboutData{
        position: initial;
    }
    .aboutInfo .w1400{
        margin-top: 0;
        align-items: flex-start;
    }
    .aboutMainInfo{
        width: 100%;
    }
    .aboutMainCont p{
        font-size: 0.28rem;
        line-height: 0.6rem;
        margin-top: 0.75rem;
    }
    .aboutBox{
        margin-top: 0.9rem;
    }
    .aboutFlex{
        flex-wrap: wrap;
        margin-top: 0;
    }
    .brief_banner .aboutMainInfo .about-data-item{
        width: 100%;
        margin-left: 0;
        margin-top: 0.6rem;
        font-size: 0.24rem;
        justify-content: space-between;
        padding-bottom: 0.2rem;
        border-bottom: 0.01rem solid #fff;
    }
    .brief_banner .aboutMainInfo .aboutFlex:first-child .about-data-item:first-child{
        margin-top: 0;
    }
    .brief_banner .aboutMainInfo .about-data-item p, .brief_banner .aboutMainInfo .about-data-item .item_p{
        width: auto;
    }
    .brief_banner .aboutMainInfo .about-data-item p b{
        font-size: 0.6rem;
        margin-right: 0.1rem;
    }
    .brief_banner .aboutMainInfo .about-data-item span{
        font-size: 0.24rem;
        margin-left: 0.2rem;
    }
    .count-titles{
        font-size: 0.6rem;
        margin-right: 0.1rem;
    }
    .frameInfo{
        margin-top: 0.9rem;

    }
    .frameInfoList{
        padding: 0.35rem;
        box-sizing: border-box;
    }
    .frameInfoTitle{
        font-size: 0.3rem;
    }
    .frameInfoIcon{
        width: 0.65rem;
    }
    .frameInfoIcon img{
        width: 100%;
    }
}</pre></body></html>