@charset "utf-8";

img {
    width: auto !important;
}
.u-common-title {
    padding: 30px 20px 20px;
    text-align: center;
}
.u-common-title .u-name {
    position: relative;
    font-size: 24px;
	color: #124aba;
}
.u-common-title .u-name::before,
.u-common-title .u-name::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 47px;
    height: 36px;
}

.u-common-title .u-name::before{
    left: -60px;
    background: url(../../digital/imgs/20250926-12.png) no-repeat right center;
}

.u-common-title .u-name::after  {
    right: -60px;
    background: url(../../digital/imgs/20250926-13.png) no-repeat left center;
}
.m-digital-index-box {
    background: url(../../digital/imgs/20250926-bg-1.png) no-repeat center top;
}

.m-banner-box {
    padding: 65px 20px 55px;
    text-align: center;
}

/* 展商展品 */
.m-zszp-box {
    display: flex;
    justify-content: space-between;
    padding: 0 0 20px;
}

.m-zszp-box .zszp-left-cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 268px;
}

.zszp-left-cont .zszp-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    width: 100%;
	min-height: 100px;
	border-radius: 5px;
    cursor: pointer;
}


.zszp-item .top-zszp {
    position: absolute;
    left: 268px;
    top: 0;
    z-index: 66;
}

.tbm-con-0720 {
    position: absolute;
    height: 418px;
    overflow: hidden;
    top: 0px;
    left: 235px;
    background-color: #fff;
    box-shadow: 3px 5px 10px #dddddd;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
    padding-top: 10px;
    display: none;
    width: auto;
    z-index: 100;
}

.tb-menu .tbm-list:hover .tbm-con-0720 {
    display: block
}

.tbm-con-0720 .tbm-ul {
    margin: 10px;
}

.tbm-con-0720 .tbm-ul .tbm-div {
    height: 40px;
    margin-bottom: 5px;
}

.tbm-con-0720 .tbm-ul .tbm-div a{
    height: 100%;
    width: 100%;
    display: inline-block;
    border-radius: 8px;
}


.tbm-con-0720 .tbm-ul .tbm-div a:hover {
    color: #2069CE;
    text-decoration: none;
    background: #F2F4F7;
}

.tbm-con-0720 ul li {
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
    line-height: 40px;
    padding-right: 10px;
}

.zszp-left-cont .zszp-zs {
    color: #0056cb;
    background-image: linear-gradient(90deg,
		#b7d7ff 0%,
		#deecff 100%);
}
.zszp-left-cont .zszp-zp {
    color: #e5452b;
    background-color: #ffe1e1;
}

.zszp-left-cont .zszp-item .left {
    display: flex;
    align-items: center;
}
.zszp-left-cont .zszp-item .u-img {
    width: 42px;
    height: 42px;
}
.zszp-left-cont .zszp-item .find-tips {
    margin-left: 15px;
}
.zszp-left-cont .zszp-item .u-ttl {
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.zszp-left-cont .zszp-item .u-ttl::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
	height: 3px;
}
.zszp-left-cont .zszp-zs .u-ttl::after {
    background-color: rgba(10, 118, 246, .1);
}
.zszp-left-cont .zszp-zp .u-ttl::after {
    background-color: rgba(255, 90, 63, .1);
}
.zszp-left-cont .zszp-item .u-desc {
    margin-top: 8px;
    font-size: 14px;
}

.zszp-left-cont .zszp-zw {
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 24px;
    font-weight: 600;
    background: url(../../digital/imgs/20250926-05.png) no-repeat center / 100% 100%;
    color: #fff;

}
.zszp-center-cont {
    position: relative;
    display: block;
    flex: 1;
    min-width: 0;
    margin: 0 25px;
    padding: 10px 25px 0;
    background-image: linear-gradient(180deg,
		rgba(16, 86, 204, 1) 0%,
		rgba(74, 125, 229, 1) 100%);
	border-radius: 5px;
}

.zszp-center-cont .sidebar-list {
    margin-top: 20px;
    height: 230px;
    overflow: hidden;
}
.sidebar-list .js-marquee {
    margin-bottom: 0 !important;
}

.zszp-center-cont .sidebar-list .marquee p {
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zszp-center-cont .sidebar-list .marquee .u-style1 {
    color: #ffef99;
}

.m-zszp-box .u-ttl-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
    cursor: pointer;
}

.m-zszp-box .u-zszp-ttl {
    padding-right: 10px;
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
}
.zszp-center-cont .u-zszp-ttl {
    background-image: linear-gradient(to bottom, #ffbea7, #ffffff);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.zszp-center-cont .u-more {
	font-size: 14px;
	color: #ffffff;
}


.zszp-center-cont .have-send {
    padding: 7px 20px;
    color: #fdfdfd;
    font-size: 14px;
    background-color: rgba(22,208,255,.3);
    border: 1px dashed #3699ff;
}

.zszp-center-cont .have-send span {
    margin: 0 5px;
    font-size: 20px;
    font-weight: 600;
}

.u-mask-box {
    position: relative;
}
.u-mask-box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background-image: linear-gradient(to top, rgba(74, 125, 229, 1), rgba(255,255,255,0));
    border-radius: 5px;
}

.zszp-right-cont {
    flex: 1;
    min-width: 0;
    padding: 10px 25px 25px;
   	background-image: linear-gradient(
		#ffe1e1,
		#ffe1e1),
	linear-gradient(180deg,
		#ffc8bc 0%,
		#fbe1db 100%);
    border-radius: 5px;
}

.zszp-right-cont .u-zszp-ttl {
    background-image: linear-gradient(to bottom, #f87361, #f44c43, #ef2525 );
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.zszp-right-cont .u-active-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 20px;
    padding: 10px;
}

.zszp-right-cont .u-active-list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 120px;
    background: rgba(255,255,255,.5);
    padding: 15px 10px;
    border-radius: 5px;
    margin-top: 0;
}
.zszp-right-cont .u-active-list .item .u-img-box {
    height: 60px;
}

.zszp-right-cont .u-active-list .item img {
    width: 58px;
}

.zszp-right-cont .u-active-list .item p {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #e09616;
    text-align: center;
}

.zszp-right-cont .u-active-list .item p.u-color1 {
    color: #d75b18;
}

.zszp-right-cont .u-active-list .item p.u-color2 {
    color: #ff5438;
}

.tb-menu {
    height: 418px;
    width: 235px;
    background: #F2F4F7 !important;
    position: absolute;
    padding: 10px 0;
    top: 0px;
    left: 0px;
}

.tb-menu .tbm-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    font-size: 14px;
    color: #333;
    padding: 0px 30px 0px 15px;
    cursor: pointer;
    background: url("../../digital/imgs/white-arrow.png") 200px center no-repeat;
    overflow: hidden;
    border-radius: 8px;
    margin-left: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.tb-menu .tbm-list .tbm-item-dot {
    position: relative;
    margin-left: 5px;
}

.tb-menu .tbm-list .tbm-item-dot::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: -12px;
    top: 8px;
    background: #dedede;
}

.tb-menu .tbm-list .tbm-item-dot:hover {
    color: #fff;
}

.tb-menu .tbm-list:hover {
    background: url("../../digital/imgs/white-arrow.png") 200px center no-repeat;
    background-color: #2069CE;
    color: #fff;
}


/* 网上展厅 */
.m-wszt-box {
    padding-bottom: 40px;
}
.m-wszt-box .u-wszt-box {
    padding: 20px 110px;
    background-color: #d6e8ff;
	border-radius: 15px;
}
.u-wszt-box .u-search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px;
    background-color: #ffffff;
	border-radius: 20px;
}

.u-wszt-box .u-search-box .select-input {
    display: flex;
    align-items: center;
    flex: auto;
    width: 0;
}

.u-wszt-box .u-search-box .u-select {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center ;
    padding: 10px 15px 10px 25px;
    width: 140px;
	height: 36px;
    line-height: 36px;
	background-color: #f1f3f7;
	border-radius: 18px;
    font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0px;
	color: #203155;
    cursor: pointer;
}

.u-wszt-box .u-search-box .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 36px;
    padding: 5px 0;
    width: 100%;
    background-color: #f1f3f7;
    border-radius: 5px;
    z-index: 10;
}

.u-wszt-box .u-search-box .sub-menu .z-crt {
    display: block;
}

.u-wszt-box .u-search-box .u-select i {
    transition: all .3s;
}
.u-wszt-box .u-search-box .u-select i.z-crt {
    transform: rotate(180deg);
}

.u-wszt-box .u-search-box .sub-menu .u-option {
    padding: 8px 15px 8px 25px;
    width: 100%;
    font-weight: 400;
    background-color: #f1f3f7;
}
.u-wszt-box .u-search-box .sub-menu .u-option:hover {
    color: #004098;
}

.u-wszt-box .u-search-box .u-input {
    flex: auto;
    width: 0;
    padding: 0 15px;
}
.u-wszt-box .u-search-box .u-input input {
    line-height: 26px;
    font-size: 16px;
    width: 100%;
    border: none;
    box-shadow:none;
}
.u-wszt-box .u-search-box .u-input input::placeholder {
    color: #68758f;
}

.u-wszt-box .u-search-box .search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 36px;
    min-width: 80px;
    font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	background-color: #1157cc;
	border-radius: 18px;
    border: none;
    cursor: pointer;
}

/* 进博新品汇 */
.m-xph-box {
    padding-bottom: 40px;
    background: url(../../digital/imgs/20250926-bg-2.png) no-repeat center;
}
.m-xph-box .u-xph-box {
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    overflow: hidden;
}
.u-xph-box .tab-bd {
    flex: auto;
    min-width: 10px;
}
.u-xph-box .tab-bd .bd-item {
    display: none;
    height: 100%;
    background-color: rgba(36, 36, 36, .1);
}
.u-xph-box .tab-hd {
    padding-bottom: 40px;
    width: 240px;
    background-color: #383b41;
}
.u-xph-box .tab-hd .u-title {
    padding: 18px;
    height: 60px;
    font-size: 20px;
	font-weight: 600;
	color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.u-xph-box .tab-hd .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 18px;
    height: 85px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    cursor: pointer;
}
.u-xph-box .tab-hd .item .u-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
	line-height: 22px;
	color: #84868a;
}
.u-xph-box .tab-hd .item:hover .u-txt,
.u-xph-box .tab-hd .item.z-crt .u-txt {
    font-weight: 600;
    color: #fff;
}

.u-xph-box .tab-hd .item .u-desc {
    display: -webkit-box;/* 兼容Webkit内核浏览器 */
    -webkit-box-orient: vertical;/* 设置子元素垂直排列 */
    -webkit-line-clamp: 2;/* 设置子元素垂直排列 */
    overflow: hidden;
    text-overflow: ellipsis; /* 超出部分用省略号表示 */
}

.u-xph-box .tab-hd .item .u-state {
    flex-shrink: 0;
    margin-left: 10px;
    padding: 1px 5px;
    font-size: 14px;
    color: #ebeef1;
    background-color: #525151;
}
.u-xph-box .tab-hd .item .u-state.u-live {
    background-color: #c63939;
}

/* “新星”功能区 */
.m-highlight-box {
    padding-bottom: 20px;
    background: url(../../digital/imgs/20250926-bg-3.png) no-repeat center;
}
.m-highlight-box .u-highlight-box {
    padding-bottom: 70px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 10px;
}
.m-highlight-box .u-common-title {
    padding-bottom: 35px;
}

.m-highlight-box .item {
    position: relative;
    margin-top: 0;
    transform: skewX(-5deg);
    border-radius: 15px;
    overflow: hidden;
    transition: all .3s;
}

.m-highlight-box .item img {
    transform: skewX(5deg) scale(1.1);
}

.m-highlight-box .item:hover {
    transform: skewX(-5deg) scale(1.15);
    z-index: 10;
}

.m-highlight-box .item .txt-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px;
    padding: 60px 30px 10px;
    background-image: linear-gradient( to top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
    transform: skewX(5deg) scale(1.1);
}
.m-highlight-box .item .txt-box::before {
    content: "";
    position: absolute;
    top: 45px;
    width: 20px;
    height: 5px;
    background-color: #fff;
}
.m-highlight-box .item .txt-box .u-txt {
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}


/* “一带一路”· 展商 */

.m-ydyl-box {
    padding-bottom: 40px;
}
.u-ydyl-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;

}

.u-ydyl-box .item {
    margin-top: 0;
    display: block;
    padding: 20px;
    background-color: rgba(241, 243, 247, 1);
	border-radius: 15px;
    border: solid 2px transparent;
    transition: all .3s;
}

.u-ydyl-box .item:hover {
	background-image: linear-gradient(0deg,
		rgba(255, 255, 255, 1) 75%,
		rgba(229, 240, 255, 1) 100%);
	box-shadow: 0px 8px 9px 1px
		rgba(106, 116, 132, 0.3);
    border-color: rgba(17, 87, 204, 1);
}

.u-ydyl-box .item .u-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 190px;
}
.u-ydyl-box .item .u-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.u-ydyl-box .item .u-ttl {
    margin-bottom: 10px;
    font-size: 16px;
	font-weight: 600;
	line-height: 28px;
    color: rgba(62, 69, 83, 1);
}

.u-ydyl-box .item .u-info {
    margin-bottom: 5px;
    font-size: 16px;
	line-height: 24px;
	color: rgba(62, 69, 83, 1);
}

.u-more-box {
    padding-top: 30px;
    text-align: center;
}
.u-more-box .zs-more {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
	color: rgba(18, 74, 186, 1);
	background-color: rgba(229, 240, 255, 1);
	box-shadow: 0px 8px 9px 1px
		rgba(29, 104, 219, 0.18);
	border-radius: 22px;
	border: solid 1px rgba(17, 87, 204, 1);
    transition: all .3s;
}
.u-more-box .zs-more:hover {
    background-color: #fff;
}


/* 进博文创 */
.m-jbwc-box .u-jbwc-box {
    display: block;
    padding: 0 20px 20px;
    text-align: center;
    background: url(../../digital/imgs/20250926-25.jpg) no-repeat center;
}

/* 综合服务 */
.m-zhfw-box {
    padding-bottom: 60px;
}
.m-zhfw-box .service-col-01 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.m-zhfw-box .title{
    margin-bottom: 20px;
    line-height: 20px;
    color: #333;
    font-size: 16px;
}

.service-col-01 .ser-box {
  width: 578px;
}

.service-col-01 .ser-box .s-box {
  min-height: 132px;
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E9E9E9;
}

.hall-box .hall-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hall-box .hall-list li {
  flex: 1;
  min-width: 0;
  min-height: 132px;
  text-align: center;
}

.hall-box .hall-list li a {
  display: block;
  height: 100%;
}

.hall-box .hall-list li a:hover {
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
}

.hall-box .hall-list li img {
  margin: 14px auto 10px;
}

.hall-box .hall-list li p {
  line-height: 20px;
  color: #333;
  font-size: 14px;
}

.m-zhfw-box .question-box {
  padding: 0 18px 0 18px;
}

.question-box .question-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.question-box .question-list li {
  margin-top: 18px;
  width: 49%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}

.question-box .question-list li a {
  display: inline-block;
  padding-left: 20px;
  width: 100%;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../../digital/imgs/question.png) no-repeat left center;
}
.question-box .question-list li:hover a {
    color: #004098;
}

.m-zhfw-box .service-col-02 {
  margin-top: 20px;
}

.service-col-02 .hot-service {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.hot-service li {
  width: 186px;
  height: 110px;
  border-radius: 4px;
}

.hot-service li a {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 100%;
}
.hot-service li a:hover {
    color: #004098;
}
.hot-service li:nth-child(1) {
  background: url(../../digital/imgs/serviceBg_01.png) no-repeat;
}

.hot-service li:nth-child(2) {
  background: url(../../digital/imgs/serviceBg_02.png) no-repeat;
}

.hot-service li:nth-child(3) {
  background: url(../../digital/imgs/serviceBg_03.png) no-repeat;
}

.hot-service li:nth-child(4) {
  background: url(../../digital/imgs/serviceBg_04.png) no-repeat;
}

.hot-service li:nth-child(5) {
  background: url(../../digital/imgs/serviceBg_05.png) no-repeat;
}

.hot-service li:nth-child(6) {
  background: url(../../digital/imgs/serviceBg_06.png) no-repeat;
}

@media screen and (max-width: 768px) {
    .f-wrap-1170 {
        width: 100%;
    }
    .m-digital-index-box {
        padding: 0 20px;
    }
    .m-zszp-box {
        display: block;
    }
    .m-zszp-box .zszp-left-cont {
        width: 100%;
    }
    .zszp-left-cont .zszp-item {
        margin-bottom: 10px;
    }
    .zszp-left-cont .zszp-item .u-ttl {
        font-size: 18px;
    }
    .zszp-left-cont .zszp-zw {
        font-size: 18px;
    }
    .zszp-center-cont {
        margin: 20px 0;
    }
    .zszp-center-cont .sidebar-list .marquee p {
        font-size: 14px;
    }
    .zszp-right-cont .u-active-list {
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
    }

    .m-wszt-box {
        padding-bottom: 20px;
    }
    .m-wszt-box .u-wszt-box {
        padding: 10px;
    }

    .u-wszt-box .u-search-box .u-select {
        padding: 10px;
        width: 80px;
        font-size: 14px;
    }

    .u-wszt-box .u-search-box .u-select i {
        font-size: 14px;
    }
    .u-wszt-box .u-search-box .sub-menu .u-option {
        padding: 5px 10px;
    }
    .u-wszt-box .u-search-box .u-input input {
        font-size: 14px;
    }
    .u-wszt-box .u-search-box .search-btn {
        font-size: 14px;
    }

    .m-xph-box {
        padding-bottom: 20px;
    }
    .m-xph-box .u-xph-box {
        flex-direction: column-reverse;
    }

    .u-xph-box .tab-hd {
        padding-bottom: 0;
        width: 100%;
    }

    .u-xph-box .tab-hd .tab-scroll {
        overflow: hidden;
        width: 100%;
    }
    .u-xph-box .tab-hd .tab-list{
        display: flex;
        overflow: auto;
    }

    .u-xph-box .tab-hd .item {
        flex-shrink: 0;
        width: 200px;
    }
    .u-xph-box .tab-bd {
        height: 200px;
    }

    .m-highlight-box {
        padding-bottom: 0;
    }

    .m-highlight-box .u-highlight-box {
        padding-bottom: 0;
        grid-template-columns: repeat(3, 1fr);
    }
    .m-highlight-box .item {
        margin-bottom: 20px;
    }

    .u-ydyl-box {
        display: block;
    }
    .u-ydyl-box .item {
        margin-bottom: 20px;
    }
    .u-ydyl-box .item .u-img {
        margin-bottom: 10px;
        height: 100px;
    }

    .u-ydyl-box .item .u-ttl {
        margin-bottom: 0;
        font-size: 14px;
    }
    .u-ydyl-box .item .u-info {
        margin-bottom: 0;
        font-size: 14px;
    }
    .u-more-box {
        padding-top: 0;
    }

    .m-zhfw-box .service-col-01 {
        display: block;
    }
    .service-col-01 .ser-box {
        width: 100%;
    }
    .service-col-01 .ser-box + .ser-box {
        margin-top: 20px;
    }

    .hall-box .hall-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .m-zhfw-box .question-box {
        padding-bottom: 20px;
    }
    .question-box .question-list li {
        width: 100%;
    }
    .service-col-02 .hot-service {
        flex-wrap: wrap;
    }
    .hot-service li {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .hot-service li {
        width: 48%;
    }
}
