body {
    overflow-x: hidden;
}

.main-box {
    padding: 0 0 7em;
}

@media (min-width: 991.98px) and (max-width: 1440px) {
    .main-box {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .main-box {
        padding: 0 0 1.2rem;
    }
}

.pub-tit {
    position: relative;
    padding-bottom: .9em;
}

.pub-tit .tit {
    font-size: 2.4em;
    font-weight: bold;
    line-height: 1.2857;
    color: #222;
    text-align: center;
}

.pub-tit::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 3em;
    height: .15em;
    background-color: #095494;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

@media (max-width: 991.98px) {
    .pub-tit {
        padding-bottom: .26rem;
    }
    .pub-tit .tit {
        font-size: .48rem;
        font-weight: normal;
        line-height: .68rem;
    }
    .pub-tit::before {
        width: .6rem;
        height: .04rem;
    }
}

.more-more {
    width: 7.25em;
    height: 2.7em;
    margin: 0 auto;
    background-color: #fdd001;
    border: 1px solid #d3af15;
}

.more-more .box {
    width: 100%;
    height: 100%;
    font-size: .8em;
    font-weight: bold;
    color: #0850b0;
    white-space: nowrap;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

@media (max-width: 991.98px) {
    .more-more {
        width: 2.2rem;
        height: .8rem;
    }
    .more-more .box {
        font-size: .28rem;
    }
}

.home-banner {
    width: 100%;
    height: 39.5em;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.home-banner .imgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat center;
    background-size: cover;
}

.home-banner .imgs.web {
    width: 100%;
    height: 100%;
}

.home-banner .swiper-pagination {
    left: 50%;
    bottom: -5.3em;
    transform: translateX(-50%);
}

.home-banner .images {
    opacity: 0;
    transition: .4s;
    transform: translateY(20px);
    -webkit-transition: .4s;
    -webkit-transform: translateY(20px);
}

.home-banner .scaleUpDown {
    opacity: 1;
    transition: .4s;
    transform: translateY(0px);
    -webkit-transition: .4s;
    -webkit-transform: translateY(0px);
}

.home-banner .vjs-control-bar {
    display: none !important;
}

@media (max-width: 991.98px) {
    .home-banner .vjs-poster1 {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .stop-btn {
        position: absolute;
        top: 35%;
        left: 50%;
        width: 1.2rem;
        height: 1.2rem;
        transform: translate(-50%, -50%);
        z-index: 31;
    }
    .stop-btn img {
        width: 100%;
        height: 100%;
    }
    .home-banner .video-bgk {
        position: absolute;
        width: 100%;
        height: 9.6rem;
        top: 0;
        left: 0;
        background: no-repeat center;
        background-size: cover;
        z-index: 30;
    }
    .home-banner {
        width: 100%;
        height: 9.6rem;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    .home-banner .swiper-pagination {
        left: 50%;
        bottom: -5.3em;
        transform: translateX(-50%);
    }
    .home-banner .images {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.home-search {
    position: relative;
    height: 100%;
    margin-top: -8.5em;
    z-index: 2;
}

.home-search .box {
    width: 21.5em;
    padding-left: 5px;
    margin: 0 auto;
    padding-bottom: .3em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.home-search .input {
    width: 83.1%;
    font-size: 1.4em;
    line-height: 1;
    color: #fff;
    background-color: transparent;
}

.home-search .input::placeholder {
    color: #fff;
    font-size: 1em;
}

.home-search .bi {
    width: 1.4em;
    height: 1.4em;
}

.home-search .pop {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 3.5em;
    transform: translateX(-50%);
}

.home-search .pop .boxs {
    transform: scaleX(0);
    transition: all .3s;
    height: 100%;
    padding: 0 1.62em 0 1.3em;
    background-color: #fff;
    border: 1px solid #d3af15;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.home-search .pop .boxes {
    display: block;
}

.home-search .pop .pop-input {
    width: 95%;
    color: #666;
    font-size: .9em;
}

.home-search .pop .boxes {
    width: 5%;
}

.home-search .pop .pop-input::placeholder {
    color: #666;
    font-size: 1em;
}

@media (max-width: 991.98px) {
    .home-search {
        position: relative;
        height: 100%;
        margin-top: -3.3rem;
    }
    .home-search .box {
        width: 4.2rem;
        padding-left: .14rem;
        padding-bottom: .18rem;
        color: #fff;
    }
    .home-search .input {
        width: 83.1%;
        font-size: .3rem;
    }
    .home-search .input::placeholder {
        font-size: .3rem;
    }
    .home-search .bi {
        width: .38rem;
        height: .38rem;
        display: block;
    }
    .home-search .pop {
        display: none;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 70%;
        height: .8rem;
        transform: translateX(-50%);
    }
    .home-search .pop .boxs {
        transform: scaleX(0);
        transition: all .3s;
        height: 100%;
        padding: 0 .3rem;
    }
    .home-search .pop .boxes {
        display: block;
    }
    .home-search .pop .pop-input {
        width: 90%;
        font-size: .28rem;
    }
    .home-search .pop .boxes {
        width: auto;
    }
    .home-search .pop .bi {
        display: block;
        width: .38rem;
        height: .38rem;
    }
    .home-search .pop .pop-input::placeholder {
        font-size: .28rem;
    }
}

.home-search-open .home-search .pop .boxs {
    transform: scaleX(1);
    transition: all .3s;
}

.classify-banner {
    padding: 0 3em;
    margin-top: 2.5em;
}

.classify-banner .swiper-slide {
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
}

.classify-banner .box {
    position: relative;
    background-color: #f7f7f7;
}

.classify-banner .type {
    position: absolute;
    top: 0;
    left: 0;
    padding: .5em;
    z-index: 2;
    background-color: #fdd001;
}

.classify-banner .title {
    text-align: center;
    font-size: .7em;
    line-height: 1;
    color: #333;
    white-space: nowrap;
}

.classify-banner .imgs {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 66.66%;
    overflow: hidden;
}

.classify-banner .imgs .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.classify-banner .bd {
    padding: 1.6em 1.5em 2em;
    background-color: #f7f7f7;
}

.classify-banner .tit {
    height: 2.72em;
    font-size: 1.1em;
    line-height: 1.36;
    color: #222;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.classify-banner .doc {
    height: 4.4em;
    font-size: .8em;
    line-height: 1.5;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: .7em;
}

.classify-banner .more {
    margin-top: .75em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.classify-banner .more .know {
    font-size: .8em;
    font-weight: bold;
    line-height: 1.5;
    color: #094594;
}

.classify-banner .more .icon {
    width: 1.8em;
    height: 1.8em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border: 1px solid #d3af16;
    background-color: #fdd001;
}

@media (max-width: 991.98px) {
    .classify-banner {
        padding: 0 5vw;
        /* margin-top: .5rem; */
        overflow: hidden;
        margin: .5rem 0 0 0;
    }
    .classify-banner .type {
        position: absolute;
        top: 0;
        left: 0;
        padding: .14rem .23rem;
        z-index: 2;
        background-color: #fdd001;
    }
    /* .classify-banner .swiper-slide {
        padding: .5rem 0;
    } */
    .classify-banner .title {
        text-align: center;
        font-size: .28rem;
        line-height: 1;
        color: #333;
    }
    .classify-banner .imgs {
        position: relative;
        width: 100%;
        height: 4rem;
        overflow: hidden;
    }
    .classify-banner .imgs .image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .classify-banner .bd {
        padding: .54rem .5rem .7rem;
        background-color: #f7f7f7;
    }
    .classify-banner .tit {
        height: 1.04rem;
        /* height: auto; */
        font-size: .36rem;
        line-height: .52rem;
    }
    .classify-banner .doc {
        height: .84rem;
        font-size: .28rem;
        line-height: .42rem;
    }
    .classify-banner .more .know {
        font-size: .28rem;
        line-height: 1;
    }
    .classify-banner .more .icon {
        width: .6rem;
        height: .6rem;
    }
}

.pcase-prj {
    margin-top: 5.5em;
}

.pcase-prj .pub-tit {
    font-weight: normal;
    margin-bottom: 2.5em;
}

.pcase-prj .pub-tit .tit {
    font-weight: normal;
}

.pcase-prj .list {
    margin-bottom: 3em;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.pcase-prj .list .item {
    height: 16.5em;
    margin-bottom: 1em;
}

.pcase-prj .list .item:nth-child(1) {
    width: 41.66%;
}

.pcase-prj .list .item:nth-child(3),
.pcase-prj .list .item:nth-child(2) {
    width: 27.5%;
}

.pcase-prj .list .item:nth-child(6),
.pcase-prj .list .item:nth-child(5),
.pcase-prj .list .item:nth-child(4) {
    width: 32.08%;
    height: 24em;
    margin-bottom: 0;
}

.pcase-prj .list .item:nth-child(6) .image,
.pcase-prj .list .item:nth-child(5) .image,
.pcase-prj .list .item:nth-child(4) .image {
    height: 24em;
}

.pcase-prj .list .box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
}

.pcase-prj .list .type {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.4em 0.55em;
    z-index: 3;
    background-color: #fdd001;
    white-space: nowrap;
}

.pcase-prj .list .title {
    text-align: center;
    font-size: .7em;
    line-height: 1;
    color: #333;
}

.pcase-prj .list .imgs {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pcase-prj .list .imgs .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.pcase-prj .list .imgs .image-m {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    object-fit: cover;
    z-index: 3;
}

.pcase-prj .list .tit {
    position: absolute;
    left: .9em;
    bottom: 1em;
    font-size: 1.1em;
    line-height: 1;
    color: #fff;
    z-index: 3;
}

.ppartner-home .pub-tit .tit {
    font-size: 2.1em;
    font-weight: normal;
}

@media (max-width: 991.98px) {
    .ppartner-home .pub-tit .tit {
        font-size: .48rem;
        font-weight: normal;
    }
    .pcase-prj {
        margin-top: .7rem;
    }
    .pcase-prj .pub-tit {
        margin-bottom: .6rem;
    }
    .pcase-prj .pcase-prj-banner {
        position: relative;
        margin-bottom: 1.15rem;
    }
    .pcase-prj .item-slide {
        height: 4.3rem;
        margin-bottom: 0em;
    }
    .pcase-prj .item-slide .box {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #f7f7f7;
        box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
    }
    .pcase-prj .item-slide .type {
        position: absolute;
        top: 0;
        left: 0;
        padding: .14rem .23rem;
        z-index: 3;
        background-color: #fdd001;
    }
    .pcase-prj .item-slide .title {
        text-align: center;
        font-size: .28rem;
        line-height: 1;
        color: #333;
    }
    .pcase-prj .item-slide .imgs {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .pcase-prj .item-slide .imgs .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 2;
    }
    .pcase-prj .item-slide .imgs .image-m {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 3;
    }
    .pcase-prj .item-slide .tit {
        position: absolute;
        left: .2rem;
        bottom: .3rem;
        font-size: .36rem;
        line-height: 1;
        color: #fff;
        z-index: 3;
    }
    .pcase-prj .pcase-prj-banner-pagination {
        bottom: -.7rem;
    }
    .pcase-prj .swiper-pagination-bullet {
        width: .14rem;
        height: .14rem;
        border-radius: 0;
        background: #0850b0;
    }
    .pcase-prj .swiper-pagination-bullet-active {
        background: #d3af15;
    }
}

.ppartner-home {
    margin-top: 5.4em;
}

.ppartner-home .pub-tit {
    margin-bottom: 2em;
}

.ppartner-home .tit-list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 2.9em;
    overflow: hidden;
}


/* .ppartner-home .tit-list .swiper-wrapper {
    justify-content: center;
    -webkit-justify-content: center;
} */

.ppartner-home .tit-list .item-slide {
    width: auto;
}

.ppartner-home .tit-list .item-slide.active .box {
    color: #004098;
}

.ppartner-home .tit-list .item-slide .box {
    white-space: nowrap;
}

.ppartner-home .tit-list .box {
    font-size: 1.1em;
    line-height: 1.36;
    color: #666;
}

.ppartner-home .brand {
    margin-bottom: 2.5em;
}

.ppartner-home .brand .list-box {
    display: none;
}

.ppartner-home .brand .list-box:first-child {
    display: block;
}

.ppartner-home .brand .list {
    margin: 0 -1.25em;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.ppartner-home .brand .item {
    padding: 0 1em;
    margin-bottom: 1em;
}

.ppartner-home .brand .item .imgs {
    max-width: 8.5em;
    max-height: 3.5em;
}

.ppartner-home .brand .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ppartner-home .brand .more-more {
    margin-top: 2.75em;
}

@media (max-width: 991.98px) {
    .ppartner-home {
        margin-top: 1.1rem;
    }
    .ppartner-home .pub-tit {
        margin-bottom: .5rem;
    }
    .ppartner-home .tit-list {
        display: flex;
        justify-content: center;
        margin-bottom: .73rem;
        overflow: hidden;
    }
    .ppartner-home .tit-list .swiper-wrapper {
        justify-content: normal;
        -webkit-justify-content: normal;
    }
    .ppartner-home .tit-list .item-slide {
        width: auto;
    }
    .ppartner-home .tit-list .item-slide .box {
        white-space: inherit;
    }
    .ppartner-home .tit-list .box {
        font-size: .28rem;
        line-height: .36rem;
        color: #666;
    }
    .ppartner-home .brand {
        margin-top: .5rem;
        margin-bottom: .0rem;
    }
    .ppartner-home .brand .list-box {
        display: none;
    }
    .ppartner-home .brand .list-box:first-child {
        display: block;
    }
    .ppartner-home .brand .list {
        margin: 0 -.2rem;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .ppartner-home .brand .item {
        width: 33.33%;
        padding: 0 .2rem;
        margin-bottom: .4rem;
    }
    .ppartner-home .brand .item .imgs {
        width: 100%;
        height: .5rem;
    }
    .ppartner-home .brand .item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .ppartner-home .brand .more-more {
        margin-top: .8rem;
    }
    .ppartner-home .choose .boxs {
        position: relative;
        width: 4.6rem;
        height: .7rem;
        margin: 0 auto;
        background-color: #f7f7f7;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .ppartner-home .choose .boxs .top {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .ppartner-home .choose .boxs .top .tit {
        font-size: .28rem;
        line-height: 1;
        color: #004098;
    }
    .ppartner-home .choose .boxs .top .bi {
        width: 20px;
        height: 10px;
        color: #094594;
        transition: all .3s;
        -webkit-transition: all .3s;
    }
    .ppartner-home .choose .boxs .pop {
        display: none;
        position: absolute;
        bottom: 0;
        top: .7rem;
        width: 100%;
        height: 100%;
    }
    .ppartner-home .choose .boxs .pop .list {
        display: block;
        padding: .5rem .6rem;
        background-color: #999;
    }
    .ppartner-home .choose .boxs .pop .item {
        margin-bottom: .4rem;
        color: #fff;
    }
    .ppartner-home .choose .boxs .pop .item .boxes {
        display: block;
        width: 100%;
        height: 100%;
        font-size: .28rem;
    }
    .ppartner-home .choose .boxs .pop .item:last-child {
        margin-bottom: 0;
    }
}

.pop-open .ppartner-home .choose .boxs .pop {
    display: block;
}

.pop-open .bi {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: all .3s;
    -webkit-transition: all .3s;
}

.strength {
    position: relative;
    width: 100%;
    height: 41em;
    padding-top: 6em;
    margin-top: 6em;
}

.strength .bgk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
}

.strength .top {
    margin-bottom: 2.1em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.strength .top .tit {
    position: relative;
    font-size: 2.1em;
    line-height: 1;
    color: #222;
    padding-bottom: 0.571em;
}

.strength .top .tit::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 1.42857em;
    height: 0.095238em;
    background-color: #095494;
}

.strength .top .more .box {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.strength .top .more .title {
    position: relative;
    font-size: .8em;
    font-weight: bold;
    color: #095494;
}

.strength .top .more .imgs {
    width: 1.8em;
    height: 1.8em;
    margin-left: .7em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #fff;
    border: 1px solid #d3af16;
}

.strength .top .more .imgs .image {
    width: .5em;
    height: .65em;
}

.strength .doc {
    font-size: 1.1em;
    line-height: 1.63em;
    color: #222;
    /* padding-right: 12.59em; */
}

.strength .list {
    margin-top: 3em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.strength .list .tit {
    font-size: .8em;
    font-weight: bold;
    line-height: 1;
    color: #222;
    white-space: nowrap;
}

.strength .list .docx {
    margin-top: .5em;
    display: flex;
    display: -webkit-flex;
    align-items: baseline;
    -webkit-align-items: baseline;
    color: #094594;
}

.strength .list .num {
    font-size: 4.8em;
    line-height: 1;
    font-weight: bold;
    font-family: 'HARMONYOS Bold';
}

.strength .list .unit {
    font-size: 1.2em;
    line-height: 1;
    margin-left: 10px;
    font-family: 'HARMONYOS Medium';
}

@media (max-width: 991.98px) {
    .strength {
        position: relative;
        width: 100%;
        height: 13rem;
        padding-top: 1.14rem;
        margin-top: 1.2em;
    }
    .strength .top {
        margin-bottom: .34rem;
    }
    .strength .top .tit {
        position: relative;
        font-size: .48rem;
        line-height: 1;
        padding-bottom: .25rem;
    }
    .strength .top .tit::after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 1.42857em;
        height: 0.095238em;
        background-color: #095494;
    }
    .strength .top .more .box {
        width: 100%;
        height: 100%;
    }
    .strength .top .more .title {
        position: relative;
        font-size: .8em;
        font-weight: bold;
        color: #095494;
    }
    .strength .top .more .imgs {
        width: 1.8em;
        height: 1.8em;
        margin-left: .7em;
        background-color: #fff;
        border: 1px solid #d3af16;
    }
    .strength .top .more .imgs .image {
        width: .5em;
        height: .65em;
    }
    .strength .doc {
        font-size: .28rem;
        line-height: .48rem;
        color: #222;
        padding-right: 0;
    }
    .strength .list {
        margin-top: .74rem;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: inherit;
        -webkit-justify-content: inherit;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .strength .list .item:nth-child(1),
    .strength .list .item:nth-child(2) {
        margin-bottom: .55rem;
    }
    .strength .list .item:nth-child(odd) {
        width: 50%;
        max-width: 50%;
        /* margin-right: .7rem; */
    }
    .strength .list .tit {
        font-size: .26rem;
        font-weight: bold;
        line-height: 1;
        color: #222;
        white-space: normal;
    }
    .strength .list .docx {
        margin-top: .05rem;
    }
    .strength .list .num {
        font-size: .95rem;
        line-height: 1;
        font-weight: bold;
        font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    }
    .strength .list .unit {
        font-size: .32rem;
        line-height: 1;
        margin-left: .05rem;
        font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    }
}

.home-map {
    margin-top: -6.5em;
}

.home-map .boxs {
    position: relative;
    width: 64em;
    width: 100%;
    height: 25.5em;
    margin-left: -2em;
    padding: 8.5em 0 0 3em;
    background-color: #fafafa;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.25);
}

.home-map .bgk {
    position: absolute;
    bottom: 0;
    right: 3.25em;
    width: 37.5em;
    height: 24em;
    background: no-repeat center;
    background-size: cover;
}

.home-map .state {
    position: absolute;
    right: 3.25em;
    bottom: 3.75em;
    display: flex;
    display: -webkit-flex;
    align-items: baseline;
    -webkit-align-items: baseline;
    color: #222;
    z-index: 3;
}

.home-map .num {
    font-size: 2.2em;
    line-height: 1;
}

.home-map .unit {
    font-size: .9em;
    line-height: 1;
}

.home-map .bd {
    position: relative;
}

.home-map .tit {
    width: 30%;
    font-size: 1.4em;
    line-height: 1.2857;
    color: #222;
}

.home-map .more {
    margin-top: 2.55em;
}

.home-map .more .box {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.home-map .more .title {
    position: relative;
    font-size: .8em;
    font-weight: bold;
    color: #095494;
}

.home-map .more .imgs {
    width: 1.8em;
    height: 1.8em;
    margin-left: 8.5em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #fdd001;
    border: 1px solid #d3af16;
}

.home-map .more .imgs .image {
    width: .5em;
    height: .65em;
}

@media (max-width: 991.98px) {
    .home-map {
        background-color: #fafafa;
        box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.25);
        margin-top: 0em;
    }
    .home-map .boxs {
        position: relative;
        width: 100%;
        height: 8rem;
        margin-left: 0;
        padding: 0;
        background-color: transparent;
        box-shadow: transparent 0px 0px 0px 0px;
    }
    .home-map .bgk {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 4.8rem;
    }
    .home-map .state {
        position: absolute;
        right: 0;
        bottom: 1.1rem;
        z-index: 2;
    }
    .home-map .num {
        font-size: .62rem;
    }
    .home-map .unit {
        font-size: .26rem;
    }
    .home-map .tit {
        width: 100%;
        font-size: .4rem;
        line-height: .6rem;
        padding-top: 1.08rem;
    }
    .home-map .more {
        margin-top: .44rem;
    }
    .home-map .more .title {
        font-size: .28rem;
    }
    .home-map .more .imgs {
        width: .6rem;
        height: .6rem;
        margin-left: .77rem;
    }
    .home-map .more .imgs .image {
        width: .18rem;
        height: .23rem;
    }
}

.pnews-home {
    margin-top: 5.6em;
}

.pnews-home .pub-tit {
    margin-bottom: 2.5em;
}

.pnews-home .list {
    margin: 0 -.75em;
}

.pnews-home .item .imgs {
    position: relative;
    width: 100%;
    height: 12.5em;
    overflow: hidden;
}

.pnews-home .item .imgs .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pnews-home .item .imgs .image-m {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.pnews-home .item .bd {
    padding: 1.3em 1em 1.5em;
    background-color: #f7f7f7;
}

.pnews-home .item .tit {
    height: 2.72em;
    font-size: 1.1em;
    line-height: 1.36;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pnews-home .item .time {
    font-size: .7em;
    line-height: 1;
    color: #666;
    margin-top: .85em;
}

.pnews-home .item .more {
    margin-top: 2.5em;
}

.pnews-home .item .more .box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.pnews-home .item .more .title {
    font-size: .8em;
    font-weight: bold;
    line-height: 1;
    color: #0850b0;
}

.pnews-home .item .more .imges {
    width: 1.8em;
    height: 1.8em;
    margin-left: 0.7em;
    background-color: #fdd001;
    border: 1px solid #d3af16;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.pnews-home .item .more .imges .images {
    width: 0.5em;
    height: 0.65em;
}

.pnews-home .more-more {
    margin-top: 3em;
}

@media (max-width: 991.98px) {
    .pnews-home {
        margin-top: 1.1rem;
    }
    .pnews-home .pub-tit {
        margin-bottom: .6rem;
    }
    .pnews-home .list {
        margin: 0;
    }
    .pnews-home .item {
        padding: 0;
        margin-bottom: .5rem;
    }
    .pnews-home .item .imgs {
        position: relative;
        width: 100%;
        height: 4.25rem;
        overflow: hidden;
    }
    .pnews-home .item .bd {
        padding: .27rem .35rem .5rem;
    }
    .pnews-home .item .tit {
        height: 1.02rem;
        font-size: .36rem;
        line-height: .56rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .pnews-home .item .time {
        font-size: .28rem;
        line-height: 1;
        color: #666;
        margin-top: .28rem;
    }
    .pnews-home .item .more {
        margin-top: .6rem;
    }
    .pnews-home .item .more .title {
        font-size: .28rem;
    }
    .pnews-home .item .more .imges {
        width: .6rem;
        height: .6rem;
        margin-left: .77rem;
    }
    .pnews-home .item .more .imges .images {
        width: .18rem;
        height: .23rem;
    }
    .pnews-home .item:last-child {
        margin-bottom: 0;
    }
    .pnews-home .more-more {
        margin-top: .8rem;
    }
}

@media (min-width: 991.98px) {
    .pnews-home .list .item .imgs .image,
    .pcase-prj .list .imgs .image,
    .classify-banner .imgs .image {
        transition: .3s;
        -webkit-transition: .3s;
    }
    .pnews-home .list .item:hover .imgs .image,
    .pcase-prj .list .item:hover .imgs .image,
    .classify-banner .item-slide:hover .imgs .image {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        transition: .3s;
        -webkit-transition: .3s;
    }
    .pnews-home .list .item:hover .tit,
    .ppartner-home .tit-list .item-slide:hover .box,
    .classify-banner .item-slide:hover .tit {
        color: #004098;
    }
    .pnews-home .list .item:hover .imges,
    .home-map .more .box:hover .imgs,
    .strength .top .more .box:hover .imgs,
    .more-more:hover,
    .classify-banner .item-slide:hover .icon {
        background-color: rgba(253, 208, 1, 0.5);
    }
}