@charset "utf-8";
/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2024-08-27 15:17:56
 * @LastEditTime: 2025-12-04 14:01:40
 * @LastEditors: hl,haolei@ec.com.cn
 * @Description:
 */

html,
body {
    height: 100%;
}

html {
    min-width: 1240px;
}

/* html[lang="en-US"] body {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

html[lang="zh-CN"] body {
    font: 12px / 1.5 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, BlinkMacSystemFont, Helvetica Neue, Arial, PingFang SC, PingFang TC, PingFang HK, Microsoft Yahei, Microsoft JhengHei;
} */

body {
    -webkit-font-smoothing: antialiased;
    background: #fff url(../../img/20250703-01.png) center top no-repeat;
    font: 12px / 1.5 'Microsoft Yahei', "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft Yahei", "WenQuanYi Micro Hei", "Liberation Sans", "Noto Sans CJK SC", sans-serif;
}


@font-face {
    font-family: "MyanmarKhyay";
    src: url('../../fonts/MyanmarKhyay.ttf') format('truetype');
}

@keyframes slideUpDiagonal {

    /* 0% {
        opacity: 0;
        transform: scale(0)
    }

    to {
        opacity: 1;
        transform: scale(1)
    } */
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate-slide-up-diagonal {
    animation: slideUpDiagonal 2s ease-in-out forwards;
    /* opacity: 0; */
}

.f-breath img {
    transition: all .6s;
}

.f-breath:hover img {
    transform: scale(1.15);
}

.f-box-bg1 {
    background-color: #fff;
    box-shadow: 0px 6px 24px 0px rgba(162, 197, 217, 0.66);
    border-radius: 10px;
}

.u-news-list li {
    margin: 12px 0;
}

.u-news-list .u-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.u-news-list .u-item .u-tt {
    position: relative;
    flex: 1 1 0;
    min-width: 10px;
    font-size: 18px;
    line-height: 36px;
    color: rgba(26, 26, 26, 1);
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.u-news-list .u-item .u-date {
    font-size: 14px;
    line-height: 36px;
    color: rgba(166, 166, 166, 1);
}

.u-news-list li>a:hover .u-tt,
.u-news-list li>a:hover .u-date {
    color: rgb(9, 109, 219);
}

.u-news-list.z-dot .u-item {
    padding-left: 15px;
}

.u-news-list.z-dot .u-item::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: rgb(9, 109, 219);
    transform: translateY(-50%);
    border-radius: 50%;
}

.u-news-list.z-hover .u-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    background-color: rgb(9, 109, 219, .6);
    transform-origin: bottom right;
    transition: transform .3s ease-in-out;
}

.u-news-list.z-dot.z-hover .u-item::after {
    width: calc(100% - 15px);
    left: 0;
}

.u-news-list.z-hover .u-item:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.g-doc {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 2560px;
    transition: .4s;
}

.f-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 1240px;
}

.m-hd-wrap .m-hd-box {
    position: relative;
}

.m-hd-box .u-logo-lang-box {
    position: relative;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 300;
}

.m-hd-box .u-logo {
    height: 31px;
}

.m-hd-box .u-lang {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 40px;
    background-color: rgba(255, 255, 255, .16);
    font-size: 18px;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    text-align: center;
}

.m-hd-box .u-lang .iconfont {
    margin-right: 7px;
    font-size: 22px;
}

.m-hd-box .u-slogan-img {
    position: relative;
    padding-top: 15px;
    display: flex;
    align-items: center;
    height: 144px;
    z-index: 10;
}

.m-hd-box .u-slogan-img img {
    margin-left: -10px;
}

.m-hd-box .u-slogan-img .u-aircraft {
    position: absolute;
    top: 15px;
    right: -15px;
}

.m-main-box {
    padding-bottom: 44px;
    flex: 1 1 0;
}

.m-ft-wrap {
    background-color: #81b2f6;
}

.m-ft-wrap .m-link-box {
    padding: 18px 0 12px;
    border-bottom: 1px solid rgba(19, 19, 19, .2);
}

.m-ft-wrap .m-link-box .u-link-box {
    display: flex;
    justify-content: center;
    font-size: 15px;
    line-height: 24px;
    color: rgba(19, 19, 19, .7);
}

.m-ft-wrap .m-link-box .u-link {
    position: relative;
    color: rgba(19, 19, 19, .7);
}

.m-ft-wrap .m-link-box .u-link::before {
    margin: 0 12px;
    content: "|";
    color: rgba(19, 19, 19, .7);
}

.m-ft-wrap .m-link-box .u-link:first-child::before {
    display: none;
}

.m-cr-logo-box {
    padding: 12px 0 30px;
}

.m-cr-logo-box .u-cr-logo-box {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m-cr-logo-box .u-logo-box {
    width: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.m-cr-logo-box .u-logo-box .u-dzjg+.u-dzjg {
    margin-top: 10px;
}

.m-cr-logo-box .u-cr-box {
    flex: 1 1 0;
    min-width: 10px;
}

.m-cr-logo-box .u-cr-txt {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 36px;
    color: rgba(19, 19, 19, .7);
}

.m-cr-logo-box .u-cr-txt dt {
    width: 100%;
    font-weight: 600;
}

.m-cr-logo-box .u-cr-txt dd {
    margin-right: 30px;
}

.m-cr-logo-box .u-cr-txt a {
    color: rgba(19, 19, 19, .7);
}


/*****面包屑*******/

.m-nav-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0;
}

.m-nav-box .u-nav-box .u-item {
    font-size: 14px;
    line-height: 32px;
    color: rgba(102, 102, 102, 1);
}

.m-nav-box .u-nav-box .u-arrow {
    margin: 0 10px;
    width: 8px;
    height: 14px;
    color: rgba(102, 102, 102, 1);
}

.m-nav-box .u-nav-box .u-arrow::before {
    content: '>';
}

.m-nav-box .u-nav-box .u-item.z-crt {
    color: rgba(1, 64, 153, 1);
}

.m-nav-box .u-go-back {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.m-nav-box .u-go-back .iconfont {
    margin-right: 5px;
}

/*****文章*******/

.m-article-box {
    padding: 60px 100px;
}

.m-article-box .u-tt {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    line-height: 50px;
    color: rgba(26, 26, 26, 1);
}

.m-article-box .u-meta-box {
    padding-top: 15px;
    padding-bottom: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgb(218, 223, 230);
}

.m-article-box .u-meta-box .u-meta {
    margin-right: 20px;
    font-size: 14px;
    line-height: 32px;
    color: rgba(166, 166, 166, 1);
}

.m-article-box .u-ct-box p {
    margin: 30px 0;
    font-size: 18px;
    line-height: 36px;
    color: rgba(34, 34, 34, 1);
    text-indent: 2em;
}

.m-article-box .u-ct-box p.p1 {
    font-weight: 600;
}

.m-article-box .u-ct-box img {
    display: block;
    margin: 38px auto;
    max-width: 100%;
}

.u-common-tt {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    color: rgba(26, 26, 26, 1);
}

/*****列表*******/

.m-list-box {
    padding: 40px 60px;
}

/*****分页*******/
.m-page-box {
    padding: 10px 0;
    text-align: center;
}

.m-fixed-tool-box {
    display: none;
    position: fixed;
    right: 2%;
    top: 40%;
}

.m-fixed-tool-box .u-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(90deg, #3b94ef 0%, #2175d5 100%);
    width: 130px;
    height: 130px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
}

.m-guide-box,
.m-ped-mall-box {
    padding: 30px;
}

.m-guide-box .u-guide-banner-box {
    /* padding-left: 60px; */
    display: flex;
    align-items: center;
    height: 254px;
    /* background: url(../../img/20251105-01.png) center top no-repeat; */
}

/* .m-guide-box .u-guide-banner-box .u-tt {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 3px;
    color: #1a1a1a;
    transition: transform .5s ease-in-out;
}

.m-guide-box .u-guide-banner-box:hover .u-tt {
    transform: translateX(20%);
} */

.m-guide-box .u-guide-list {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 20px;
    place-items: center;
}

.u-guide-list .u-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 0 32px;
    width: 280px;
    height: 86px;
    background-color: #eff2f6;
    border-radius: 10px;
}

.u-guide-list .u-item .u-txt-box {
    font-size: 18px;
    line-height: 30px;
}

.u-guide-list .u-item .u-txt {
    font-weight: 600;
    color: #1a1a1a;
}

.u-guide-list .u-item .u-txt-p {
    color: rgba(26, 26, 26, .53);
}

.u-guide-list .u-item .iconfont {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #176df0;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    border-radius: 50%;
    transition: transform 0.5s;
}

.u-guide-list .u-item:hover .u-txt {
    color: #176df0;
}

.u-guide-list .u-item:hover .iconfont {
    transform: translateX(15px);
}

.m-guide-box .u-guide-img-list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.u-guide-img-list .u-item {
    margin-top: 20px;
    display: block;
    width: 580px;
    padding: 20px 20px 0;
    background-color: #eff2f6;
    border-radius: 10px;
    transition: transform 0.5s;
}

.u-guide-img-list .u-img-box {
    height: 130px;
    overflow: hidden;
    border-radius: 10px;
}

.u-guide-img-list .u-img-box img {
    transition: transform 0.5s;
}

.u-guide-img-list .u-tt {
    padding: 4px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    color: #1a1a1a;
    text-align: center;
}

.u-guide-img-list .u-tt .u-pinyin {
    margin-left: 8px;
    font-size: 14px;
    font-weight: normal;
    color: #1a1a1a;
}

.u-guide-img-list .u-item:hover {
    transform: translateY(-10px);
}

.u-guide-img-list .u-item:hover img {
    transform: scale(1.2);
}

.u-guide-img-list .u-item:hover .u-tt,
.u-guide-img-list .u-item:hover .u-pinyin {
    color: #176df0;
}


.m-ped-mall-box .u-ped-mall-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    place-items: center;
    counter-reset: idx;
}

.u-ped-mall-box .u-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    width: 580px;
    height: 60px;
    background-color: #f4f9ff;
    border-radius: 10px;
    border: solid 1px #005cdc;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.u-ped-mall-box .u-item .u-mall {
    display: flex;
    align-items: center;
}

.u-ped-mall-box .u-item .u-num {
    margin-right: 10px;
    width: 34px;
    height: 34px;
    background-color: #c6e0fb;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    color: #005cdc;
    border: solid 2px #ffffff;
    border-radius: 50%;
    text-align: center;
}

.u-ped-mall-box .u-item .u-num::before {
    counter-increment: idx;
    content: counter(idx);
}

.u-ped-mall-box .u-item .u-name {
    font-size: 18px;
    line-height: 30px;
    color: #1a1a1a;
}

.u-ped-mall-box .u-item .u-city {
    font-size: 18px;
    line-height: 30px;
    color: #0e69da;
}

.u-ped-mall-box .u-item:hover {
    box-shadow: 0px 6px 24px 0px rgba(162, 197, 217, 0.66);
    transform: translate(5px, -10px);
}


@media screen and (max-width:1600px) {}

@media screen and (max-width:992px) {}