@charset "utf-8";

/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2024-08-27 15:17:56
 * @LastEditTime: 2025-11-18 09:12:47
 * @LastEditors: hl,haolei@ec.com.cn
 * @Description:
 */

.m-hd-box .u-slogan-img {
    height: 184px;
}

.m-main-box {
    padding-bottom: 0;
}

.m-gis-map-box {
    padding-bottom: 35px;
    min-height: 1000px;
    background: #fff url(../../../img/20251022-08.jpg) no-repeat center bottom;
}

.m-gis-map-box .u-tt-box {
    padding-top: 40px;
    padding-bottom: 18px;
    text-align: center;
}

.m-gis-map-box .u-sch-box {
    position: absolute;
    top: 15px;
    left: 34%;
    z-index: 100;
}

.m-gis-map-box .u-sch-box .bd {
    padding: 0;
    background-color: transparent;
}

.m-gis-map-box .u-sch-ipt-box {
    justify-content: center;
}

.m-gis-map-box .u-sch-ipt-box .u-area-sel-box {
    width: 200px;
    box-shadow: 0px 12px 18px 3px rgba(223, 229, 238, 0.83);
}

.m-gis-map-box .u-sch-ipt-box .u-sch-btn {
    background-color: #e03939;
    box-shadow: 0px 12px 18px 3px rgba(239, 43, 43, 0.21);
}

.m-gis-map-box .u-gis-map-box {
    padding-bottom: 25px;
    background-color: transparent;
    box-shadow: none;
    margin-top: 0;
    height: auto;
}

.m-gis-map-box .u-charts-box {
    height: 848px;
    background: url(../../../img/map/china.png) no-repeat center bottom;
}

.m-gis-map-box .u-btn-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m-gis-map-box .u-btn-box .u-btn-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px 0 28px;
    width: 373px;
    height: 70px;
    background-image: linear-gradient(#549fff, #549fff);
    box-shadow: 0px -5px 5px 3px #90bcf5, inset 0px 6px 8px 1px #257df0;
    border-radius: 32px;
    transition: box-shadow 0.5s ease;
}

.m-gis-map-box .u-btn-item .u-txt {
    font-size: 18px;
    font-weight: 600;
    line-height: 46px;
    color: #ffffff;
}

.m-gis-map-box .u-btn-item .iconfont {
    font-size: 22px;
    line-height: 1;
    color: #ffffff;
    transition: transform 0.5s ease;
}

.m-gis-map-box .u-btn-box .u-btn-item:hover {
    box-shadow: 0px -5px 5px 3px rgba(5, 107, 224, 0.6), inset 0px 6px 8px 1px #257df0;
}

.m-gis-map-box .u-btn-box .u-btn-item:hover .iconfont {
    transform: translateX(15px);
}


.m-index-news-box {
    padding: 30px 30px 0;
    display: flex;
    justify-content: space-between;
    background: url(../../../img/20251022-01.png) no-repeat center top;
}

.m-index-news-box .u-tit {
    padding-left: 20px;
    background: url(../../../img/20251022-04.png) 0 0 no-repeat;
    font-size: 30px;
    line-height: 45px;
    color: #ffffff;
}

.m-index-news-box .u-news-list .u-tt {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.m-index-news-box .u-more-box {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.m-index-news-box .u-more-box .u-more {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 30px;
    color: #181a1d;
}

.m-index-news-box .u-more-box .iconfont {
    margin-left: 5px;
    font-size: 19px;
}

.m-index-news-box .u-policy-box {
    width: 436px;
    padding-right: 50px;
}

.u-policy-box .u-news-list .u-tt {
    line-height: 26.2px;
}

.u-policy-box .u-news-list.z-dot .u-item::before {
    top: 10px;
    background-color: #ee4146;
    transform: none;
}

.u-policy-box .u-news-list li {
    margin-top: 28px;
    margin-bottom: 0;
}

.m-index-news-box .u-new-box {
    flex: 1 1 0;
    min-width: 10px;
}

.m-index-news-box .u-new-box .u-tit {
    background-image: url(../../../img/20251022-03.png);
}

.u-new-box .u-news-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.u-new-box .u-news-list li {
    margin-top: 28px;
    margin-bottom: 0;
    width: 48%;
}

.u-new-box .u-news-list .u-tt {
    height: 56px;
    font-weight: 600;
    word-wrap: initial;
    white-space: normal;
    text-overflow: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.u-new-box .u-news-list .u-desc {
    height: 60px;
    margin-top: 22px;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.u-new-box .u-news-list .u-date {
    height: 20px;
    margin-top: 4px;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
}


.u-guide-wrap {
    min-height: 582px;
    padding-bottom: 70px;
    background: url(../../../img/20251022-02.png) no-repeat center top/100% 100%;
}

.u-guide-box .u-tt-box {
    padding: 46px 0 60px;
    text-align: center;
}

.u-guide-box .u-index-guide-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 35px;
}

.u-guide-box .u-index-guide-list .u-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 140px;
    height: 140px;
    background-image: linear-gradient(0deg, #2a7ae9 50%, #efc9cc 100%), linear-gradient(#ffffff, #ffffff);
    box-shadow: 0px 13px 19px 1px rgba(0, 94, 205, 0.2);
    border: solid 3px #ffffff;
    border-radius: 50%;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.u-index-guide-list .u-item .u-txt {
    height: 40px;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
}

.u-guide-box .u-index-guide-list .u-myanmarKhyay .u-txt {
    font-family: 'MyanmarKhyay';
}

.u-index-guide-list .u-item .iconfont {
    position: absolute;
    left: 50%;
    bottom: 20px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    transform: translateX(-50%);
}

.u-index-guide-list .u-item:hover {
    transform: translateY(-15px);
}

.u-share-wrap {
    padding-bottom: 80px;
    background-image: linear-gradient(0deg, #ebf3ff 30%, #4f97fa 100%);
}

.u-share-box .u-tt-box {
    padding: 42px 0 35px;
    text-align: center;
}

.u-share-carousel {
    height: 634px;
}

.u-share-carousel .u-item {
    position: relative;
    display: block;
    width: 392px;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: 4px solid #FFF;
    box-shadow: 0px 3px 5px 3px #e5eff2;
}

.u-share-carousel .u-item .u-media-box {
    width: 100%;
    height: 100%;
}

.u-share-carousel .u-item .u-media-box img,
.u-share-carousel .u-item .u-media-box video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.u-share-carousel .u-item .u-tt {
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 100%;
    font-size: 18px;
    line-height: 52px;
    color: #ffffff;
    text-align: center;
}

.u-carousel-box .swiper-button-next,
.u-carousel-box .swiper-button-prev {
    right: -55px;
    width: 50px;
    height: 50px;
    color: #000;
}

.u-carousel-box .swiper-button-prev {
    transform: rotate(180deg);
    left: -55px;
}

.u-carousel-box .swiper-button-next:after,
.u-carousel-box .swiper-button-prev:after {
    display: none;
}

.u-carousel-box .iconfont {
    font-size: 45px;
    line-height: 1;
    color: #87b9ff;
}

@media screen and (min-width:2000px) {}

@media screen and (max-width:1700px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1280px) {

    .u-carousel-box .swiper-button-next,
    .u-carousel-box .swiper-button-prev {
        display: none;
    }
}

/********** 移动端及华为C7平板 ***********/
@media screen and (max-width:992px) {}