@charset "utf-8";

/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2024-04-29 09:19:52
 * @LastEditTime: 2025-07-23 14:19:31
 * @LastEditors: hl,haolei@ec.com.cn
 * @Description: 新版中英文公共布局
 */
body {
    background: #fff;
}

.f-breath img {
    transition: all .6s;
}

.f-breath:hover img {
    transform: scale(1.15);
}

.g-doc {
    margin-left: auto;
    margin-right: auto;
    max-width: 2560px;
    transition: .4s;
}

.f-wrap-1170 {
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
}

.m-hd-wrap {
    background-color: rgba(255, 255, 255, 1);
}

.m-hd-wrap .u-bg-border {
    height: 3px;
    background-image: linear-gradient(90deg, #003894 0%, #50ccff 100%), linear-gradient(#003894, #003894);
    background-blend-mode: normal, normal;
}

.m-hd-wrap .m-hd-box,
.m-hd-wrap .u-sch-lang-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m-hd-wrap .m-hd-box {
    height: 113px;
}

.m-hd-wrap .m-hd-box .u-line {
    margin: 0 30px;
    width: 1px;
    height: 48px;
    background-color: #4075bf;
}

.m-hd-wrap .u-logo-slogan-box,
.m-hd-wrap .u-lang-qa-box {
    display: flex;
    align-items: center;
}

.m-hd-wrap .u-sch-box {
    display: flex;
    align-items: flex-end;
}

.m-hd-wrap .u-sch-lang-box .u-ipt-sch {
    padding: 0 10px;
    width: 280px;
    height: 34px;
    background-color: #eff0f4;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #cad0d9;
}

.m-hd-wrap .u-sch-lang-box .u-btn-sch {
    margin-left: 5px;
    width: 54px;
    height: 45px;
    background: url(../../img/common/20240429-01.png) no-repeat center top;
    border: none;
}

.m-hd-wrap .u-lang-qa-box {
    margin-left: 20px;
    align-self: center;
}

.m-hd-wrap .u-lang-qa-box .u-mail,
.m-hd-wrap .u-lang-qa-box .u-lang {
    position: relative;
    width: 26px;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
    color: #698fb9;
    text-align: center;
    border: 1px solid #698fb9;
    border-radius: 20px;
    text-decoration: none;
    transition: .4s all;
    cursor: pointer;
    z-index: 2000;
}

.m-hd-wrap .u-lang-qa-box .u-lang,
.m-hd-wrap .u-lang-qa-box .u-qa {
    margin-left: 8px;
}

.m-hd-wrap .u-lang-qa-box .u-mail:hover,
.m-hd-wrap .u-lang-qa-box .u-lang:hover,
.m-hd-wrap .u-lang-qa-box .u-mail.z-crt,
.m-hd-wrap .u-lang-qa-box .u-lang.z-crt {
    background-color: #698fb9;
    color: #fff;
}

.m-hd-wrap .u-lang-qa-box .u-question-list {
    position: absolute;
    right: -10px;
    top: 24px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 6px 18px rgba(100, 100, 100, .15);
    text-align: left;
    z-index: 99;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
}

.m-hd-wrap .u-lang-qa-box .u-question-list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #333;
    white-space: nowrap;
}

.m-hd-wrap .u-lang-qa-box .u-question-list li a {
    color: #333;
}

.m-hd-wrap .u-lang-qa-box .u-question-list li a:hover {
    text-decoration: underline;
    color: #000;
}

.m-hd-wrap .u-lang-qa-box .u-qa:hover .u-question-list {
    visibility: visible;
    opacity: 1;
}

.m-ft-wrap {
    background: url(../../img/common/ft.png) no-repeat center top/100% 100%;
}

.m-ft-wrap .m-ft-box {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}

.m-ft-box .u-link-wrap,
.m-ft-box .u-link-box.u-style1 {
    display: flex;
    justify-content: space-between;
}

.m-ft-box .u-link-wrap {
    padding: 35px 0;
}

.m-ft-box .u-link-wrap li:nth-child(1) {
    width: 140px;
    align-self: flex-end;
}

.m-ft-box .u-link-wrap li:nth-child(2),
.m-ft-box .u-link-wrap li:nth-child(3) {
    width: 198px;
}

.m-ft-box .u-link-wrap li:nth-child(4) {
    width: 398px;
}

.m-ft-box .u-link-wrap .u-tt {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 60px;
    border-bottom: 1px solid #3b73b9;
}

.m-ft-box .u-link-box {
    font-size: 0;
}

.m-ft-box .u-link-box .u-link-item {
    position: relative;
    padding-left: 20px;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-ft-box .u-link-box .u-link-item::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    border: solid 1px #ffffff;
    border-radius: 50%;
    transform: translateY(-50%);
}

.m-ft-box .u-link-box.u-style1 {
    flex-wrap: wrap;
}

.m-ft-box .u-link-box.u-style1 .u-link-item {
    width: 50%;
}

.m-ft-box .u-link-box.u-style1 .u-link-item:nth-child(even) {
    width: 45%;
}

.m-ft-box .u-add-tel-box {
    margin-bottom: 10px;
    justify-content: center;
}

.m-ft-box .u-add-tel-box .ciiefont {
    margin-right: 10px;
}

.m-ft-box .u-add-tel-box .u-add {
    margin-right: 50px;
}

.m-ft-box .u-add-tel-box .u-add .ciiefont {
    font-size: 20px;
    vertical-align: middle;
}

.m-ft-box .u-cr-txt {
    padding: 18px 0;
    font-size: 14px;
    line-height: 20px;
    color: rgba(229, 241, 255, .7);
    border-top: 1px solid rgba(229, 241, 255, .7);
    text-align: center;
}

.m-ft-box .u-cr-txt a {
    color: rgba(229, 241, 255, .7);
}

.m-share-tool-wrap {
    position: fixed;
    z-index: 2000;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    display: none;
}

.m-share-tool-wrap .u-share-btn {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #004098;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .6);
    cursor: pointer;
}

.m-share-tool-wrap .u-share-btn .ciiefont {
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
}

.m-share-tool-wrap .m-share-tool-box {
    display: none;
}

.m-share-tool-box .u-share-tool-box {
    padding: 10px;
    background-image: linear-gradient(0deg, rgba(0, 50, 152, 1) 0%, rgba(0, 102, 228, 1) 100%);
    border-radius: 36px;
}

.m-share-tool-box .u-share-tool-box li {
    position: relative;
    margin: 15px 0;
}

.m-share-tool-box .u-share-tool-box li>a {
    display: block;
    padding: 5px;
    border: 1px solid transparent;
    color: rgba(255, 255, 255, .6);
    text-align: center;
}

.m-share-tool-box .u-share-tool-box li.u-close {
    margin: 15px 0 0;
}

.m-share-tool-box .u-share-tool-box li.u-close>a {
    background: none;
    border: none;
}

.m-share-tool-box .u-share-tool-box li .ciiefont {
    font-size: 32px;
}

.m-share-tool-box .u-dropdown-menu {
    position: absolute;
    right: 65px;
    top: 0;
    left: auto;
    padding: 10px 10px 0;
    min-width: 200px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
}

.m-share-tool-box li:nth-child(n+8) .u-dropdown-menu {
    top: -50px;
}

.m-share-tool-box .u-dropdown-menu .u-img-box {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
}

.m-share-tool-box .u-dropdown-menu .u-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.m-share-tool-box .u-dropdown-menu h4 {
    text-align: center;
    margin: 10px 0;
    line-height: 1.4;
    color: #004098;
    font-size: 14px;
    font-weight: normal;
}

.m-share-tool-box .u-share-tool-box li:hover>a {
    border-color: rgba(255, 255, 255, .6);
    color: rgba(255, 255, 255, .9);
    border-radius: 10px;
}

.m-share-tool-box .u-share-tool-box li:hover .u-dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.m-share-tool-box.u-style1 .u-share-tool-box {
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    background: none;
    border-radius: 0;
}

.m-share-tool-box.u-style1 .u-share-tool-box li {
    flex: 1 1 0;
    margin: 0;
}

.m-share-tool-box.u-style1 .u-dropdown-menu {
    top: auto;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
}

.m-share-tool-box.u-style1 li:nth-child(n+8) .u-dropdown-menu {
    top: auto;
}

.m-share-tool-box.u-style1 .u-dropdown-menu::after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.m-common-menu-box {
    position: relative;
    height: 60px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px 10px 0px 0px;
    z-index: 1000;
}

.m-common-menu-box .u-common-menu-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.m-common-menu-box .u-common-menu-list>li {
    padding: 5px 0;
    /* flex: 1 1 0; */
    height: 100%;
    text-align: center;
}

.m-common-menu-box .u-common-menu-list>li>a {
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    transition: .4s;
}

.m-common-menu-box .u-common-menu-list>li.z-crt>a,
.m-common-menu-box .u-common-menu-list>li>a:hover {
    font-weight: 600;
}

.m-common-menu-box .u-common-sub-menu-list {
    display: none;
    position: absolute;
    left: 0;
    bottom: 60px;
    padding: 24px 30px;
    width: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.902);
    box-shadow: 0px 0px 11.04px 0.96px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.m-common-menu-box .u-common-sub-menu-list li {
    position: relative;
    margin-right: 25px;
    display: inline-block;
    padding-left: 16px;
    line-height: 36px;
    font-size: 16px;
}

.m-common-menu-box .u-common-sub-menu-list li::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #78aaf0;
    transform: translateY(-50%);
}

.m-common-menu-box .u-common-sub-menu-list li.u-split-line {
    padding: 0;
    margin: 0 30px;
    width: 1px;
    height: 18px;
    line-height: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 64, 152, 1) 50%, rgba(255, 255, 255, 1) 100%);
    vertical-align: middle;
}

.m-common-menu-box .u-common-sub-menu-list li.u-split-line::before {
    display: none;
}

.m-common-menu-box .u-common-sub-menu-list li a {
    color: #000;
    transition: .4s;
}

.m-common-menu-box .u-common-sub-menu-list li a:hover {
    color: #004098;
}

.m-common-menu-box div.u-common-sub-menu-list {
    height: 220px;
    top: -220px;
}

.m-common-menu-box .u-sub-item-box {
    display: flex;
    justify-content: space-between;
}

.m-common-menu-box .u-sub-item-box dl {
    display: flex;
    flex-wrap: wrap;
    width: 32%;
}

.m-common-menu-box .u-sub-item-box dl:nth-child(3) {
    width: 40%;
}

.m-common-menu-box .u-sub-item-box dl dt {
    width: 100%;
    color: #004098;
    line-height: 44px;
    font-size: 18px;
    font-weight: bold;
}

.m-common-menu-box .u-sub-item-box dl dd {
    position: relative;
    display: inline-block;
    padding: 4px 0 4px 16px;
    line-height: 36px;
    font-size: 16px;
    width: 45%;
}

.m-common-menu-box .u-sub-item-box dl:nth-child(3) dd {
    width: 33%;
}

.m-common-menu-box .u-sub-item-box dl dd::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 21px;
    width: 5px;
    height: 5px;
    background: #78aaf0;
}

.m-common-menu-box .u-sub-item-box dl dd a {
    transition: .4s;
}

.m-common-menu-box .u-sub-item-box.u-style1 dl {
    width: 48%;
}

.m-common-menu-box .u-sub-item-box.u-style1 dl dd {
    width: 32%;
}

/********二级页面公用菜单***********/
.m-sub-module-menu-box {
    position: relative;
}

.m-sub-module-menu-box .m-common-menu-box {
    background-color: #dbe9ff;
    height: 56px;
}

.m-sub-module-menu-box .m-common-menu-box .u-common-menu-list>li {
    padding: 0;
}

.m-sub-module-menu-box .m-common-menu-box .u-common-menu-list>li.u-split-line {
    margin: 0 24px;
    width: 1px;
    height: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 64, 152, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.m-sub-module-menu-box .m-common-menu-box .u-common-menu-list>li>a {
    color: rgb(0, 64, 152);
    line-height: 56px;
}

.m-sub-module-menu-box .m-common-menu-box .u-common-sub-menu-list {
    top: 55px;
    bottom: auto;
    height: auto;
    border: none;
}

.m-sub-module-menu-box .m-common-menu-box .u-common-sub-menu-list li.u-split-line {
    background: rgba(211, 211, 211, 1);
}

.m-sub-tt-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 214px;
    background: url(../../img/common/20240704-07.png) no-repeat 0 0 /100% 100%;
}

.m-sub-tt-box .u-tt {
    font-size: 52px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 5px;
    color: rgba(0, 56, 148, 1);
    text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
}

.m-sub-tt-box .u-sub-tt {
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #003894;
    line-height: 20px;
    text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
}


.m-bread-crumbs-box {
    padding: 25px 0;
    font-size: 14px;
    line-height: 20px;
    color: rgba(46, 52, 60, 1);
}

.m-bread-crumbs-box>a {
    color: rgba(46, 52, 60, 1);
}

.m-bread-crumbs-box>a::after {
    margin: 0 6px;
    content: '/';
}

.m-bread-crumbs-box>a:hover {
    color: rgb(0, 64, 152);
}

.m-exhibition-nav-box {
    padding: 45px 0;
}

.m-exhibition-nav-box .u-legend-nav-box .u-tt {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #2e343c;
}

.m-exhibition-nav-box .u-legend-list {
    margin: 30px 0 70px;
    display: flex;
}

.m-exhibition-nav-box .u-legend-list li {
    padding: 18px 0;
    min-height: 150px;
    background: #f4f7f9;
    flex: auto;
    cursor: pointer;
}

.m-exhibition-nav-box .u-legend-list li:nth-child(1) {
    margin-right: 10px;
    width: 132px;
    max-width: 120px;
    background: #ebf9fb;
}

.m-exhibition-nav-box .u-legend-list li:nth-child(2) {
    margin-right: 10px;
    width: 132px;
    max-width: 120px;
    background: rgba(210, 150, 84, .15);

}

.m-exhibition-nav-box .u-legend-list .u-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.m-exhibition-nav-box .u-legend-list .ciiefont {
    font-size: 32px;
    line-height: 36px;
}

.m-exhibition-nav-box .u-venue-number-box {
    margin: 4px 0;
    display: flex;
    justify-content: center;
}

.m-exhibition-nav-box .u-venue-number-box .u-venue-number {
    padding: 0 8px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    border-radius: 2px;
}

.m-exhibition-nav-box .u-venue-number-box .u-venue-number+.u-venue-number {
    margin-left: 5px;
}

.m-exhibition-nav-box .u-legend-list .p1 {
    font-size: 14px;
    line-height: 32px;
    color: #000;
}

.m-exhibition-nav-box .u-legend-list li.f-bgc0 .ciiefont {
    color: #74d3e2;
}

.m-exhibition-nav-box .u-legend-list li.f-bgc0 .u-venue-number {
    background-color: #74d3e2;
}

.m-exhibition-nav-box .u-legend-list li.f-bgc1 .ciiefont {
    color: rgb(210, 150, 84);
}

.m-exhibition-nav-box .u-legend-list li.f-bgc1 .u-venue-number {
    background-color: rgb(210, 150, 84);
}

.m-exhibition-nav-box .u-legend-list li.f-bgc2 .ciiefont {
    color: #1e5199;
}

.m-exhibition-nav-box .u-legend-list li.f-bgc2 .u-venue-number {
    background-color: #1e5199;
}

.m-exhibition-nav-box .u-legend-list li.f-bgc3 .ciiefont {
    font-size: 28px;
    color: rgb(161, 203, 237);
}

.m-exhibition-nav-box .u-legend-list li.f-bgc3 .u-venue-number {
    background-color: rgb(161, 203, 237);
}

.m-exhibition-nav-box .u-legend-list li.f-bgc4 .ciiefont {
    color: rgb(255, 197, 0);
}

.m-exhibition-nav-box .u-legend-list li.f-bgc4 .u-venue-number {
    background-color: rgb(255, 197, 0);
}

.m-exhibition-nav-box .u-legend-list li.f-bgc5 .ciiefont {
    color: rgb(212, 72, 54);
}

.m-exhibition-nav-box .u-legend-list li.f-bgc5 .u-venue-number {
    background-color: rgb(212, 72, 54);
}

.m-exhibition-nav-box .u-legend-list li.f-bgc6 .ciiefont {
    color: rgb(49, 145, 63);
}

.m-exhibition-nav-box .u-legend-list li.f-bgc6 .u-venue-number {
    background-color: rgb(49, 145, 63);
}

.m-exhibition-nav-box .u-legend-list li.f-bgc7 .ciiefont {
    color: rgb(84, 205, 175);
}

.m-exhibition-nav-box .u-legend-list li.f-bgc7 .u-venue-number {
    background-color: rgb(84, 205, 175);
}

.m-exhibition-nav-box .u-legend-list li.f-bgc8 .ciiefont {
    color: rgb(65, 133, 126);
}

.m-exhibition-nav-box .u-legend-list li.f-bgc8 .u-venue-number {
    background-color: rgb(65, 133, 126);
}

.m-exhibition-nav-box .u-img-txt-nav-box {
    display: flex;
    justify-content: space-between;
}

.m-exhibition-nav-box .u-img-nav-box {
    position: relative;
    /* margin-left: 40px; */
    padding: 15px 0;
}

.m-exhibition-nav-box .u-img-nav-box .u-tt {
    /* position: absolute;
    top: 0;
    left: 10px; */
    margin-top: 30px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    text-align: center;
    overflow: hidden;
}

/* .m-exhibition-nav-box .u-img-nav-box .u-svg {
    position: absolute;
    width: 100%;
    top: 6px;
    left: -6px;
    z-index: 3;
    cursor: pointer;
} */

.m-exhibition-nav-box .u-img-svg-box {
    position: relative;
    text-align: center;
    width: 557px;
}

.m-exhibition-nav-box .u-img-svg-box .u-svg {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
    cursor: pointer;
    width: 100%;
    max-width: 616px;
    max-height: 450px;
    transform: translateX(-50%);
}

/* .m-exhibition-nav-box .u-video-nav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    color: #004098;
}

.m-exhibition-nav-box .u-video-nav .ciiefont {
    margin-right: 12px;
    width: 40px;
    height: 40px;
    background-color: #004098;
    border-radius: 20px;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    text-align: center;
} */

.m-exhibition-nav-box .u-txt-nav-box {
    /* margin: 0 0 0 120px; */
    max-width: 50%;
    flex: 1 1 0;
}

.m-exhibition-nav-box .u-place-box,
.m-exhibition-nav-box .u-place-number-name {
    display: flex;
    align-items: center;
    color: #fff;
}

.m-exhibition-nav-box .u-place-box .ciie-place {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #45b095;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    z-index: 10;
}

.m-exhibition-nav-box .u-place-number-name {
    position: relative;
    height: 50px;
    background-color: #45b095;
    overflow: hidden;
    margin-left: -13px;
    z-index: 9;
    padding: 0 30px 0 30px;
    border-radius: 0 25px 25px 0;
}

.m-exhibition-nav-box .u-place-number-name::before {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    bottom: 0;
    left: -30px;
    background-color: #fff;
    border-radius: 0px 50% 50% 0;
}

.m-exhibition-nav-box .u-place-box .u-place-number {
    font-size: 28px;
}

.m-exhibition-nav-box .u-place-box .u-place-name {
    margin-left: 10px;
    font-size: 16px;
}

.m-exhibition-nav-box .u-place-txt-box .u-name {
    margin: 40px 0 25px;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    color: #333333;
}

.m-exhibition-nav-box .u-place-txt-box .u-venue-category {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}

.m-exhibition-nav-box .u-place-txt-box .u-item {
    margin-bottom: 18px;
}

.m-exhibition-nav-box .u-place-txt-box .u-split {
    margin: 3px 10px 0;
    width: 1px;
    height: 15px;
    background-color: #c2c2c2;
}

.m-exhibition-nav-box .u-txt-nav-box .u-tab-ct {
    display: none;
    min-height: 262px;
}

.m-exhibition-nav-box .u-txt-nav-box .u-tab-ct.z-crt {
    display: block;
}

/* .m-exhibition-nav-box .u-txt-nav-box .u-tab-ct {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: opacity 0.5s ease;
}

.m-exhibition-nav-box .u-txt-nav-box .u-tab-ct.z-crt {
    visibility: visible;
    height: auto;
    opacity: 1;
} */

.m-exhibition-nav-box .u-txt-nav-box .u-tab-ct[data-exhibition="1.1"] .u-place-box .ciie-place,
.m-exhibition-nav-box .u-txt-nav-box .u-tab-ct[data-exhibition="1.1"] .u-place-number-name {
    background-color: rgb(30, 81, 153);
}

.m-exhibition-nav-box .u-txt-nav-box .u-tab-ct[data-exhibition="2.1"] .u-place-box .ciie-place,
.m-exhibition-nav-box .u-txt-nav-box .u-tab-ct[data-exhibition="2.1"] .u-place-number-name {
    background-color: rgb(161, 203, 237);
}

.m-exhibition-nav-box .u-txt-nav-box .u-tab-ct[data-exhibition="3"] .u-place-box .ciie-place,
.m-exhibition-nav-box .u-txt-nav-box .u-tab-ct[data-exhibition="3"] .u-place-number-name {
    background-color: rgb(255, 197, 0);
}

.m-exhibition-nav-box .u-txt-nav-box .u-tab-ct[data-exhibition="4.2"] .u-place-box .ciie-place,
.m-exhibition-nav-box .u-txt-nav-box .u-tab-ct[data-exhibition="4.2"] .u-place-number-name {
    background-color: rgb(116, 211, 226);
}

.m-exhibition-nav-box .u-txt-nav-box .u-tab-ct[data-exhibition="5.1"] .u-place-box .ciie-place,
.m-exhibition-nav-box .u-txt-nav-box .u-tab-ct[data-exhibition="5.1"] .u-place-number-name {
    background-color: rgb(212, 72, 54);
}

.m-exhibition-nav-box .u-txt-nav-box .u-tab-ct[data-exhibition="5.2"] .u-place-box .ciie-place,
.m-exhibition-nav-box .u-txt-nav-box .u-tab-ct[data-exhibition="5.2"] .u-place-number-name {
    background-color: rgb(210, 150, 84);
}

.m-exhibition-nav-box .u-txt-nav-box .u-tab-ct[data-exhibition="7.1"] .u-place-box .ciie-place,
.m-exhibition-nav-box .u-txt-nav-box .u-tab-ct[data-exhibition="7.1"] .u-place-number-name {
    background-color: rgb(49, 145, 63);
}

.m-exhibition-nav-box .u-txt-nav-box .u-tab-ct[data-exhibition="8.2"] .u-place-box .ciie-place,
.m-exhibition-nav-box .u-txt-nav-box .u-tab-ct[data-exhibition="8.2"] .u-place-number-name {
    background-color: rgb(84, 205, 175);
}

.m-exhibition-nav-box .u-txt-nav-box .u-tab-ct[data-exhibition="NH"] .u-place-box .ciie-place,
.m-exhibition-nav-box .u-txt-nav-box .u-tab-ct[data-exhibition="NH"] .u-place-number-name {
    background-color: rgb(65, 133, 126);
}

.m-exhibition-nav-box .u-four-leaf-clover-box {
    margin-top: 60px;
}

.m-exhibition-nav-box .u-four-leaf-clover-box .bd {
    display: flex;
    justify-content: space-between;
}

.m-exhibition-nav-box .u-four-leaf-clover-box .u-tt-box {
    padding-top: 22px;
    display: flex;
    justify-content: center;
}

.m-exhibition-nav-box .u-four-leaf-clover-box .u-tt {
    position: relative;
    font-size: 18px;
    color: #004098;
    font-weight: 600;
    text-align: center;
}

.m-exhibition-nav-box .u-four-leaf-clover-box .u-img-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 144px;
    height: 104px;
    border-radius: 5px;
    overflow: hidden;
}

.m-exhibition-nav-box .u-four-leaf-clover-box .u-img-box img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    transition: .6s;
}

.m-exhibition-nav-box .u-four-leaf-clover-box .u-img-box:hover img {
    transform: scale(1.15);
    opacity: .8;
}

.m-exhibition-nav-box .u-four-leaf-clover-box .u-video-nav {
    padding: 20px 20px 0;
    width: 225px;
    height: 190px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(241, 245, 247, 1) 100%);
    border: solid 1px rgba(191, 199, 225, 1);
}

.m-exhibition-nav-box .u-four-leaf-clover-box .u-video-nav .u-img-box {
    width: 183px;
    height: 104px;
}

.m-exhibition-nav-box .u-four-leaf-clover-box .u-video-nav .u-img-box .ciiefont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: rgba(255, 255, 255, .8);
}

.m-exhibition-nav-box .u-four-leaf-clover-box .u-img-list-box {
    padding: 20px 12px 0;
    width: 164px;
    height: 190px;
    background-color: rgba(241, 245, 247, 1);
}

.m-exhibition-nav-box .u-four-leaf-clover-box .ft {
    margin-top: 8px;
    text-align: right;
}

.m-exhibition-nav-box .u-four-leaf-clover-box .u-more {
    font-size: 14px;
    line-height: 22px;
    color: #004098;
}

.m-exhibition-nav-box .u-four-leaf-clover-box .u-more::after {
    margin-left: 10px;
    content: '+';
}

.m-floating-window-box {
    position: fixed;
    left: 15px;
    bottom: 300px;
    display: none;
    z-index: 8888;
}

.m-floating-window-box .u-floating-window-box+.u-floating-window-box {
    position: relative;
    margin-top: 30px;
}

.m-floating-window-box .u-floating-window-box .u-phone-img {
    display: none;
}

.m-floating-window-box .u-floating-window-box .u-btn-close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 22px;
    height: 22px;
    background: url('https://www.ciie.org/resource/static/zbh/default/assets-2019/img/bg/close.png') no-repeat;
    cursor: pointer;
}

/************媒体看进博******************/
.m-media-ciie-box {
    padding: 50px 0 80px;
}

.m-media-ciie-box .u-media-new-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.m-media-ciie-box .u-media-new-list>li {
    margin-bottom: 15px;
    min-width: 10px;
    width: 49%;
}

.m-media-ciie-box .u-media-new-list li .u-item {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F3F3F3;
}

.m-media-ciie-box .u-media-new-list li .u-item:hover {
    background: linear-gradient(90deg, #E3F4FE, #F2FAFF);
}

.m-media-ciie-box .u-media-new-list>li .u-tt {
    padding-left: 35px;
    flex: 1 1 0;
    min-width: 10px;
    background: url(../../img/common/20241230-01.png) no-repeat 0 center/20px 24px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 50px;
}

.m-media-ciie-box .u-media-new-list>li .u-link,
.m-media-ciie-box .u-media-new-list>li .u-more {
    width: 80px;
    font-weight: 400;
    font-size: 14px;
    color: #0067CB;
    line-height: 50px;
    text-align: right;
}

.m-media-ciie-box .u-media-new-list>li .u-more {
    position: relative;
    padding-right: 15px;
}

.m-media-ciie-box .u-media-new-list>li .u-more::after {
    position: absolute;
    top: 50%;
    content: '';
    right: 0;
    width: 10px;
    height: 6px;
    background: url(../../img/common/20241230-02.png) no-repeat 0 center/10px 6px;
    transform: translateY(-50%) rotate(180deg);
    transition: .3s;
}

.m-media-ciie-box .u-media-new-list>li .u-more.z-crt::after {
    transform: translateY(-50%) rotate(360deg);
}

.m-media-ciie-box .u-media-new-list .u-child-new-list {
    display: none;
    margin: 0 10px;
}

.m-media-ciie-box .u-child-new-list dd {
    margin-top: 10px;
}

.m-media-ciie-box .u-child-new-list .u-item {
    padding: 5px 20px;
}

.m-media-ciie-box .u-child-new-list>dd .u-tt {
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    font-weight: 400;
    background: none;
}

.m-media-ciie-box .u-child-new-list>dd .u-tt::before {
    position: absolute;
    top: 50%;
    content: '';
    left: 0;
    width: 6px;
    height: 6px;
    background: #D4D4D4;
    border-radius: 50%;
    transform: translateY(-50%);
}

.m-media-ciie-box .u-media-new-box .hd .u-tt {
    padding: 6px 0 6px 42px;
    background: url(../../img/common/20241230-03.png) no-repeat 0 center/32px 32px;
    font-weight: bold;
    font-size: 24px;
    color: #004098;
    line-height: 1;
}

.m-media-ciie-box .u-media-new-box .bd {
    margin-top: 12px;
    padding: 30px 25px 0;
    background-color: rgba(247, 248, 250, 1);
}

.m-media-ciie-box .u-media-new-list1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.m-media-ciie-box .u-media-new-list1 li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 20px;
    width: 46%;
}

.m-media-ciie-box .u-media-new-list1 li::before {
    position: absolute;
    top: -4px;
    left: 0;
    content: '';
    width: 2px;
    height: 60%;
    background: #EBECED;
}

.m-media-ciie-box .u-media-new-list1 li::after {
    position: absolute;
    top: 2px;
    left: -1px;
    content: '';
    width: 4px;
    height: 20%;
    background: #D0021B;
}

.m-media-ciie-box .u-media-new-list1 li .u-tt {
    font-weight: bold;
    font-size: 18px;
    color: #282828;
    line-height: 20px;
}

.m-media-ciie-box .u-media-new-list1 li .u-summary {
    margin: 15px 0 20px;
    height: 36px;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    overflow: hidden;
}

.m-media-ciie-box .u-media-new-list1 li .u-tag-time-box {
    position: relative;
    padding: 4px 15px;
    display: inline-flex;
    align-items: center;
    background: #E8E9EB;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    border-radius: 3px;
}

.m-media-ciie-box .u-media-new-list1 li .u-tag-time-box::before {
    position: absolute;
    left: -8px;
    top: 50%;
    content: '';
    width: 0;
    height: 0;
    border-color: transparent #E8E9EB transparent transparent;
    border-style: dashed solid dashed dashed;
    border-width: 8px 8px 8px 0;
    transform: translateY(-50%);
}

.m-media-ciie-box .u-media-new-list1 li .u-tag-time-box span+span {
    margin-left: 10px;
}

/*********站点地图*********/
.m-site-map-box {
    padding: 40px 0;
    font-size: 12px;
    line-height: 1.3333733333;
    font-weight: 400;
    letter-spacing: -0.01em;
    background-color: #f8f8f8;
}

.m-site-map-box * {
    float: inherit;
    font-size: 1em;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
}

.m-site-map-box>.hd .u-tt {
    padding-bottom: 40px;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #2e343c;
    text-align: center;
}

.m-site-map-box>.u-site-map-box {
    display: flex;
    flex-wrap: nowrap;
}

.m-site-map-box .u-site-map-column {
    flex-basis: 20%;
}

.m-site-map-box .u-site-map-column-section~.u-site-map-column-section {
    padding-top: 24px;
    pointer-events: none;
}

.m-site-map-box .u-tt {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.8);
}

.m-site-map-box .u-tt>.u-tt-text {
    display: block;
    font-weight: 600;
    margin-bottom: .8em;
    margin-inline-end: 20px;
    outline: none;
}

.m-site-map-box .u-site-map-list {
    margin-inline-end: 20px;
    list-style: none;
    padding: 0;
}

.m-site-map-box .u-site-map-list .u-site-map-item {
    display: block;
    pointer-events: auto;
    margin-bottom: .8em;
}

.m-site-map-box .u-site-map-list .u-site-map-item:last-child {
    margin-bottom: 0;
}

.m-site-map-box .u-site-map-list .u-site-map-item .u-site-map-link {
    color: rgba(0, 0, 0, 0.72);
    text-decoration: none;
}

.m-site-map-box .u-site-map-list .u-site-map-item .u-site-map-link:hover {
    text-decoration: underline;
}

/*****展中版*******/
.u-under-way-box {
    position: relative;
    width: 100%;
    height: 120px;
}

.u-under-way-box .u-bg-number {
    position: absolute;
    top: 18px;
    right: 73px;
    width: 73px;
    height: 81px;
    font-family: Arial;
    font-size: 60px;
    font-weight: 600;
    line-height: 81px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-shadow: 2px 2px rgba(0, 0, 0, .3);
}

/*************** 自定义 layer 弹出层皮肤 ***************/
.layui-layer.u-share-qr-skin {
    border-radius: .2rem;
}

.layui-layer.u-share-qr-skin .layui-layer-setwin {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -1.2rem;
    transform: translateX(-50%);
    width: 100%;
    height: .79rem;
    text-align: center;
}

.layui-layer.u-share-qr-skin .layui-layer-setwin .layui-layer-close2 {
    position: static;
    width: .79rem;
    height: .79rem;
    background: none;
    font-family: "ciiefont" !important;
    font-size: .5rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    border: .03rem solid #fff;
    border-radius: 50%;
    line-height: .79rem;
    text-decoration: none;
}

.layui-layer.u-share-qr-skin .layui-layer-setwin .layui-layer-close2::before {
    content: '\eb6a';
}

/*************** 英文特殊处理 ***************/


/*******PC端需要隐藏的元素*********/
.m-app-box,
.m-ft-box .u-share-tool-box,
.m-common-menu-wrap {
    display: none;
}

/***************  进博地图 ***************/
.m-ciie-map-box {
    padding-bottom: 40px;
    background-color: #eaedf8;
}

.m-ciie-map-box .hd {
    padding: 45px 0 30px;
    position: relative;
}

.m-ciie-map-box .hd .u-tt {
    font-size: 34px;
    font-weight: bold;
    line-height: 36px;
    color: rgba(46, 52, 60, 1);
    text-align: center;
}

.m-ciie-map-box .bd {
    background: url(../../img/common/20250721-03.png) no-repeat center top;
}

.m-ciie-map-box .bd .item {
    margin-bottom: 10px;
}

.m-ciie-map-box .bd .u-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 35px;
    background: rgba(154, 181, 225, .3);
    cursor: pointer;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #003894;
}

.m-ciie-map-box .bd .u-tit .u-fold {
    display: block;
    width: 17px;
    height: 17px;
    background: url(../../img/common/20250721-01.png) no-repeat center;
    cursor: pointer;
}

.m-ciie-map-box .bd .u-item-list {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    row-gap: 20px;
    column-gap: 10px;
    padding: 10px 0 35px 35px;
    color: #000000;
    background-color: rgba(255, 255, 255, .7);
}

.m-ciie-map-box .bd .u-item-list li {
    line-height: 1;
}
.m-ciie-map-box .bd .u-item-list li a {
    font-size: 16px;
}

.m-ciie-map-box .bd .u-item-list li a:hover {
    text-decoration: underline;
    font-weight: 600;
    color: #d0021b;
}

.m-ciie-map-box .bd .u-tit.z-crt {
    background-color: rgba(255, 255, 255, .7);
}

.m-ciie-map-box .bd .u-tit.z-crt .u-fold {
    background: url(../../img/common/20250721-02.png) no-repeat center;
}

.m-ciie-map-box .bd .u-tit.z-crt+.u-item-list {
    display: grid;
}


/***************  分享工具 ***************/
@media screen and (max-width:1600px) {
    .m-share-tool-box .u-share-tool-box li {
        margin: 8px 0;
    }

    .m-share-tool-box .u-share-tool-box li .ciiefont {
        font-size: 24px;
    }

    .m-share-tool-box .u-dropdown-menu {
        min-width: 150px;
    }

    .m-share-tool-box .u-dropdown-menu .u-img-box {
        width: 100px;
        height: 100px;
    }
}

/********** 移动端及华为C7平板 ***********/
@media screen and (max-width:992px) {

    /*******响应式根单位设置*********/
    html {
        font-size: calc(100vw / 7.5) !important;
    }

    #main-container {
        min-width: 100%;
    }

    ::-webkit-scrollbar {
        width: 3px;
    }

    body {
        overflow-x: hidden;
        width: 100%;
        min-height: 100%;
        font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Source Han Sans", "Noto Sans CJK Sc", "Microsoft YaHei", "Microsoft Jhenghei", sans-serif;
        font-size: 12px;
        color: #333;
        -webkit-touch-callout: none;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        background-color: #fff;
        -webkit-text-size-adjust: 100% !important;
        -ms-text-size-adjust: 100% !important;
        padding-bottom: env(safe-area-inset-bottom);
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }

    .f-wrap-1170 {
        width: 100%;
    }

    /*******移动端需要隐藏的元素*********/
    .m-sub-module-menu-box {
        display: none;
    }

    .m-app-box {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0 .25rem !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 0.88rem;
        background: #004098;
        z-index: 10000;
        transition: .4s;
    }

    .m-app-box .u-tt {
        flex: 1 1 0;
        display: flex;
        align-items: center;
        font-size: 0.34rem;
        color: #FFFFFF;
        line-height: 0.54rem;
    }

    .m-app-box .ciiefont {
        font-size: .5rem;
        line-height: .6rem;
        color: #fff;
        text-align: center;
    }

    .m-hd-wrap {
        padding-top: .88rem;
    }

    .m-hd-wrap .u-bg-border {
        height: 1.5px;
    }

    .m-hd-wrap .u-sch-lang-box {
        margin-top: .4rem;
        padding: 0 .25rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .m-hd-wrap .m-hd-box {
        display: block;
        padding: .45rem 0 .4rem;
        height: 3rem;
    }

    .m-hd-wrap .m-hd-box .u-line {
        margin: 0 .26rem;
        width: 1px;
        height: 0.4rem;
        background-color: #4075bf;
    }

    .m-hd-wrap .u-logo-slogan-box,
    .m-hd-wrap .u-lang-qa-box {
        padding: 0 .25rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .m-hd-wrap .u-lang-qa-box {
        margin-left: 0;
        padding: 0;
    }

    .m-hd-wrap .u-logo-slogan-box img {
        max-width: 100%;
        max-height: 100%;
    }

    .m-hd-wrap .u-logo-box {
        width: 2.17rem;
        height: 0.65rem;
    }

    .m-hd-wrap .u-slogan-box {
        width: 1.57rem;
        height: 0.51rem;
    }

    .m-hd-wrap .u-hongqiao-box {
        width: 2.11rem;
        height: 0.46rem;
    }

    .m-hd-wrap .u-logo-box>a,
    .m-hd-wrap .u-slogan-box>a {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .m-hd-wrap .u-sch-box {
        margin-right: .24rem;
        display: flex;
        align-items: center;
        flex: 1 1 0;
    }

    .m-hd-wrap .u-sch-lang-box .u-ipt-sch {
        padding: 0 .1rem;
        flex: 1 1 0;
        width: 100%;
        height: 0.8rem;
        background-color: #eff0f4;
        font-size: .3rem;
        border-radius: .05rem;
        border: solid 1px #cad0d9;
    }

    .m-hd-wrap .u-sch-lang-box .u-btn-sch {
        margin-left: 0.09rem;
        width: .84rem;
        height: .73rem;
        background-size: 100% 100%;
        border: none;
    }

    .m-hd-wrap .u-lang-qa-box .ciiefont {
        font-size: .24rem;
    }

    .m-hd-wrap .u-lang-qa-box .u-lang,
    .m-app-box .u-app {
        width: .55rem;
        height: .55rem;
        font-size: .2rem;
        line-height: .55rem;
        color: #698fb9;
        text-align: center;
        border: solid 1px #698fb9;
        border-radius: 50%;
        text-decoration: none;
        transition: .4s all;
    }

    .m-app-box .u-app {
        margin-left: .2rem;
        padding: 0 .1rem;
        width: auto;
        font-size: .22rem;
        border-color: #fff;
        color: #fff;
        border-radius: .1rem;
    }

    .m-hd-wrap .u-lang-qa-box .u-qa {
        margin-left: .15rem;
    }

    .m-hd-wrap .u-lang-qa-box .u-lang:hover {
        background-color: #698fb9;
        color: #fff;
    }

    .m-common-menu-wrap {
        display: block;
    }

    .m-common-menu-mask {
        position: fixed;
        right: 0;
        left: 0;
        top: 0.88rem;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.35);
        z-index: 500;
        display: none;
    }

    .m-common-menu-push-box {
        position: fixed;
        right: -4.8rem;
        bottom: 0px;
        width: 4.8rem;
        height: 100vh;
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0rem 0rem .2rem 0rem rgba(83, 121, 166, 0.15);
        z-index: 1000;
        transition: .4s;
    }

    .m-common-menu-push-box .u-common-menu-list {
        padding: 1rem 0;
        height: 100%;
        overflow-y: auto;
    }

    .m-common-menu-push-box .u-common-menu-list.z-crt {
        display: none;
    }

    .m-common-menu-push-box .u-common-menu-list>a {
        display: block;
        padding: .25rem 0;
        font-size: 0.3rem;
        color: #004098;
        line-height: .5rem;
        text-align: center;
    }

    .m-common-menu-push-box .u-common-menu-list>a.z-crt,
    .m-common-menu-push-box .u-common-menu-list>a:hover {
        font-weight: 600;
    }

    .m-common-menu-push-box .u-menu-ct {
        padding: 0 .5rem .6rem;
        height: 100%;
        overflow-y: auto;
        opacity: 1;
        transition: .4s;
    }

    .m-common-menu-push-box .u-menu-ct .u-back-menu {
        display: flex;
        align-items: center;
        height: .88rem;
    }

    .m-common-menu-push-box .u-menu-ct .ciie-fanhui {
        margin-left: -0.1rem;
        width: .8rem;
        font-size: .4rem;
        line-height: .55rem;
        color: #004098;
        text-align: center;
    }

    .m-common-menu-push-box .u-common-sub-menu-box .u-tt {
        display: block;
        padding: .25rem 0 .25rem .15rem;
        font-weight: bold;
        font-size: 0.3rem;
        color: #004098;
        line-height: .5rem;
    }

    .m-common-menu-push-box .u-common-sub-menu-box {
        display: none;
    }

    .m-common-menu-push-box .u-common-sub-menu-box.z-crt {
        display: block;
    }

    .m-common-menu-push-box .u-common-sub-menu-list {
        line-height: 0.84rem;
    }

    .m-common-menu-push-box .u-common-sub-menu-list dt {
        position: relative;
        padding-left: .15rem;
        font-size: 0.3rem;
        font-weight: 600;
        color: #004098;
        line-height: 0.84rem;
    }

    .m-common-menu-push-box .u-common-sub-menu-list dt::before {
        content: ' ';
        position: absolute;
        left: 0;
        top: 50%;
        width: 0.08rem;
        height: 0.08rem;
        background: #78AAF0;
        transform: translateY(-50%);
    }

    .m-common-menu-push-box .u-common-sub-menu-list dd {
        padding: .25rem 0 .25rem .15rem;
        line-height: 0.34rem;
    }

    .m-common-menu-push-box .u-common-sub-menu-list dd+dt {
        margin-top: .3rem;
    }

    .m-common-menu-push-box .u-common-sub-menu-list a {
        font-size: 0.28rem;
        color: #000;
    }

    body.z-menu-open {
        overflow: hidden;
    }

    body.z-menu-open .g-doc,
    body.z-menu-open .m-app-box {
        transform: translateX(-4.8rem);
    }

    body.z-menu-open .m-common-menu-push-box {
        right: 0;
    }

    body.z-menu-open .m-common-menu-mask {
        display: block;
    }

    .m-bread-crumbs-box {
        padding: .48rem .24rem;
        flex-wrap: wrap;
        font-size: .28rem;
        line-height: .4rem;
    }

    .m-ft-wrap {
        padding: 0 .25rem;
        background: url(../../img/common/20240521-09.png) no-repeat center 6%/100% auto, linear-gradient(0deg, #A7BAE3 0%, #2760BA 45%);
    }

    .m-ft-wrap .m-ft-box {
        position: relative;
        font-size: .3rem;
        line-height: .6rem;
        color: #fff;
    }

    .m-ft-box .u-link-wrap,
    .m-ft-box .u-link-box.u-style1 {
        flex-wrap: wrap;
    }

    .m-ft-box .u-link-wrap li,
    .m-ft-box .u-link-box.u-style1 .u-link-item {
        width: 100% !important;
    }

    .m-ft-box .u-link-wrap {
        padding: .7rem 0 .7rem .5rem;
    }

    .m-ft-box .u-link-wrap .u-tt {
        margin: .2rem 0 .3rem;
        font-size: .36rem;
        line-height: .6rem;
        border-bottom: none;
    }

    .m-ft-box .u-link-wrap li:nth-child(1) {
        display: none;
    }

    .m-ft-box .u-link-wrap li:nth-child(2) .u-tt {
        margin-top: 0;
    }

    .m-ft-box .u-link-box {
        font-size: 0;
    }

    .m-ft-box .u-link-box .u-link-item {
        position: relative;
        padding-left: .4rem;
        display: block;
        width: 100%;
        font-size: .3rem;
        color: #fff;
        overflow: hidden;
        word-wrap: normal;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .m-ft-box .u-link-box .u-link-item::before {
        width: .1rem;
        height: .1rem;
    }

    .m-ft-box .u-add-tel-box {
        line-height: 1.5;
        padding: .3rem 0 .3rem .5rem;
        display: block;
    }

    .m-ft-box .u-add-tel-box .u-add {
        margin-right: 0;
    }

    .m-ft-box .u-add-tel-box .ciiefont {
        margin-right: .2rem;
        font-size: .32rem;
    }

    .m-ft-box .u-add-tel-box .u-add .ciiefont {
        font-size: .4rem;
        vertical-align: middle;
    }

    .m-ft-box .u-cr-txt {
        padding: .4rem .25rem;
        font-size: .24rem;
        line-height: .38rem;
        color: rgba(229, 241, 255, .7);
        border-top: 1px solid rgba(229, 241, 255, .2);
        text-align: justify;
    }

    .m-ft-box .u-share-tool-box {
        padding: .3rem 32% .3rem .26rem;
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid rgba(220, 225, 233, .7);
        border-bottom: 1px solid rgba(220, 225, 233, .7);
    }

    .m-ft-box .u-share-tool-box li {
        position: relative;
        width: 20%;
    }

    .m-ft-box .u-share-tool-box li>a {
        display: block;
        padding: .1rem;
        border: 1px solid transparent;
        color: rgba(255, 255, 255, .6);
        text-align: center;
    }

    .m-ft-box .u-share-tool-box li .ciiefont {
        font-size: .4rem;
    }

    .m-ft-box .m-go-top-box {
        position: absolute;
        right: 0;
        top: .7rem;
        z-index: 100;
    }

    .m-ft-box .m-go-top-box .ciiefont {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: .45rem;
        height: .45rem;
        font-size: .3rem;
        color: #fff;
    }

    .u-share-tool-qr-box {
        padding: .8rem 1rem;
    }

    .u-share-tool-qr-box .u-qr-img-box {
        margin: 0 auto .4rem;
        padding: .28rem;
        background-color: #fff;
        width: 3.2rem;
        height: 3.2rem;
        border: .1rem solid #37FFFD;
        border-radius: 0.2rem;
    }

    .u-share-tool-qr-box .u-qr-img-box img {
        max-width: 100% !important;
        border: none;
        vertical-align: top;
    }

    .u-share-tool-qr-box .u-btn-box button {
        width: 3.2rem;
        height: 0.61rem;
        background: #004098;
        border-radius: 0.31rem;
        font-weight: 300;
        font-size: 0.3rem;
        color: #FFFFFF;
        line-height: 0.58rem;
        border: none;
    }

    .m-sub-tt-box {
        padding: .25rem;
        min-height: 2.8rem;
        height: auto;
        background-position: center top;
        background-size: auto 100%;
    }

    .m-sub-tt-box .u-tt {
        font-size: .75rem;
        line-height: .9rem;
        text-align: center;
    }

    .m-sub-tt-box .u-sub-tt {
        margin-top: .15rem;
        font-size: .32rem;
        line-height: .34rem;
    }

    .m-floating-window-box .u-floating-window-box .u-phone-img {
        display: block;
    }

    .m-floating-window-box .u-floating-window-box .u-pc-img {
        display: none;
    }

    /*******媒体看进博********/
    .m-media-ciie-box {
        padding: .86rem .25rem 1.37rem;
    }

    .m-media-ciie-box .u-media-new-list li,
    .m-media-ciie-box .u-media-new-list1 li {
        width: 100%;
    }

    .m-media-ciie-box .u-media-new-list li {
        margin-bottom: .26rem;
    }

    .m-media-ciie-box .u-media-new-list li .u-item {
        padding: .26rem .34rem;
    }

    .m-media-ciie-box .u-media-new-list>li .u-tt {
        padding-left: .6rem;
        font-size: .32rem;
        line-height: .86rem;
    }

    .m-media-ciie-box .u-child-new-list>dd .u-tt {
        padding-left: .31rem;
        font-size: .27rem;
    }

    .m-media-ciie-box .u-media-new-list>li .u-link,
    .m-media-ciie-box .u-media-new-list>li .u-more {
        width: 1.38rem;
        font-size: .24rem;
        line-height: .86rem;
    }

    .m-media-ciie-box .u-media-new-list>li .u-more {
        padding-right: .25rem;
    }

    .m-media-ciie-box .u-media-new-list .u-child-new-list {
        margin: 0 .17rem;
    }

    .m-media-ciie-box .u-media-new-list .u-child-new-list dd {
        margin-top: .17rem;
    }

    .m-media-ciie-box .u-media-new-box .hd .u-tt {
        padding: .1rem 0 .1rem .72rem;
        background: url(../../img/common/20241230-03.png) no-repeat 0 center / .55rem .55rem;
        font-size: .4rem;
    }

    .m-media-ciie-box .u-media-new-box .bd {
        margin-top: .12rem;
        padding: .3rem .2rem 0;
    }

    .m-media-ciie-box .u-media-new-list1 li .u-tt {
        font-size: .32rem;
    }

    .m-media-ciie-box .u-media-new-list1 li .u-summary {
        margin: .25rem 0 .34rem;
        height: .62rem;
        font-size: .2rem;
        line-height: .31rem;
    }

    .m-media-ciie-box .u-media-new-list1 li .u-tag-time-box {
        padding: 0.06rem .25rem;
        font-size: .2rem;
        line-height: .34rem;
    }
}