.index-swiper-txt {
    width: 100%;
    height: 70px;
    padding-top: 4px;
    position: absolute;
    bottom: -1.25rem;
    left: 50%;
    background: rgba(119, 140, 171, 0.8);
    color: #fff;
    transform: translateX(-50%);
    font-size: 1.25rem;
    font-weight: 700;
}

.line2row {
    padding-right: calc(var(--bs-gutter-x)* 0.5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
}

.index-lineclink {
    height: 5rem;
    background-color: #fa4645;
}

.index-lineclink.lc2 {
    background-color: #29298b;
}

.index-lineclink a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fff;
    height: 100%;
    position: relative;
}

.index-lineclink a i[class*=" fa-"] {
    font-size: 1.8rem;
    color: #fff;
    margin-right: 2rem;
}

.index-lineclink a .irrr {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.index-intro-div {
    width: 100%;
    height: 400px;
    position: relative;
    background: url(../../../../uploadfile/202404/468d53400111233.jpeg?auto=compress&cs=tinysrgb&w=800) no-repeat;
    background-size: cover;
}

.index-intro-div .bg1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    clip-path: polygon(100% 0%, 0 100%, 100% 100%);
}

.index-intro-div .tro-dw {
    font-size: 1rem;
    position: absolute;
    bottom: 3rem;
    right: 12%;
    color: #3a4297;
}

.index-intro-div .tro-dw .tt {
    font-weight: 700;
    margin-top: 4px;
}

.index-title-1 {
    margin: 20px 0;
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
    position: relative;
}

.index-title-1:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 5rem;
    height: 2px;
    background-color: #2a9a74;
}

.mySwiper1 {
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}



.mySwiper1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: calc((100% - 10px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: center;
}
/*  OLD  6/4/2024
.mySwiper1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: calc((100% - 10px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
*/


.mySwiper1 .p-info-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 1rem;
    color: #fff;
    padding-left: 10px;
    text-align: left;
}

.mySwiper1 .p-info-box .name {
    font-weight: 700;
    padding-top: 4px;
}

.mySwiper1 .p-info-box .job {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-a-more {
    margin: 40px auto;
    text-align: center;
}

.text-a-more a {
    color: #2a9a74;
    padding: 4px 10px;
    font-size: 1.25rem;
    background-color: #fff;
    box-shadow: 0 2px 6px #cecece;
}

.index-lt-intro {
    width: 100%;
    height: 400px;
    position: relative;
    background: url(../../../../uploadfile/202404/BJ1.jpg?w=1422&h=800) no-repeat center;
    background-size: cover;
    margin-bottom: 1.25rem;
}

.index-lt-intro .bg1 {
    position: absolute;
    right: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(80deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 0, rgba(250, 70, 69, 0.4) 0);
    transform: rotate(0);
}

.index-lt-intro .bg2 {
    position: absolute;
    right: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(110deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 0, rgba(250, 70, 69, 1) 0);
    transform: rotate(0);
}

.index-lt-intro-info {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.75rem;
    font-weight: bold;
}

.lt-intro-gride {
    display: flex;
    flex-wrap: wrap;
}


.lt-intro-gride>div {
    width: 50%;
    text-align: center;
    margin: 4% 0;
}

.lt-intro-gride>div .tt1 {
    font-size: 1rem;
}

.exhibition-info .title {
    font-size: 1.75rem;
    color: #fa4645;
    margin: 10px 0;
    font-weight: 700;
}

.exhibition-info .row>* {
    padding-right: 0;
}

.exhibition-info-main {
    width: 100%;
    height: 16rem;
    background: url(https://img0.baidu.com/it/u=197573029,822059606&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=500) no-repeat center;
    background-size: cover;
}

.exhibition-info-main .info-name {
    font-size: 2rem;
    color: #000;
    font-weight: 700;
    padding: 10px;
}

.exhibition-info-swiper-container {
    width: 100%;
    height: 16rem;

}


.exhibition-info .swiper-wrapper .swiper-slide3 {
    font-size: 18px;
    width: 15rem;
    display: block;
}

.exhibition-info .info-txt {
    padding: 10px;
    font-size: 14px;
    text-align: left;
}

.exhibition-info .info-txt .zh-title {
    font-weight: 700;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.exhibition-info .info-txt .time {
    font-size: 0.9rem;
    margin-top: 10px;
    color: #4a4a4a;
}

/* 展商名录 */
.zsml.index-title-1:after {
    background-color: #fa4645;
}

.zsml-content {
    margin: 0 10%;
    height: 12rem;
}

.zsml-content .swiper-slide {
    width: 10rem;
    height: 5rem;
    overflow: hidden;
    margin: 10px;
}

.zsml-content img {
    width: 100%;
    height: 5rem;
}




.footer {
    background-color: #363A4B;
    overflow: hidden;
    color: #fff;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
}

.footer .foot-top {
    margin-top: 50px;
}

.footer .foot-top>div {
    flex: 1;
}

.footer p {
    margin-bottom: 0;
}


.footer .c1 {
    font-size: 18px;
    margin-bottom: 28px;
}

.footer .c1 {
    font-size: 12px;
    line-height: 26px;
}

.footer .c1 {
    margin-left: 100px;
}

.footer .c1 .hh {
    display: flex;
}


.footer .ccr p {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}

.footer .ccr .div {
    width: 7rem;
    height: 7rem;
    border-radius: 3px;
    background-color: #D8D8D8;
}

.footer .more-info {
    margin-left: 8rem;
}

.footer .c2t {
    font-size: 1.25rem;
    font-weight: 600;
}

.footer .more-info dl {
    display: flex;
    margin-top: 10px;
}

.footer .more-info dl a {
    color: #fff;
    height: 14px;
    line-height: 14px;
    padding: 0 10px;
    border-right: 1px solid #fff;
}

.footer .more-info dl a:last-child {
    border-right: 0;
}

.footer .foot-bot {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.footer .foot-bot a i[class*=" fa-"] {
    font-size: 1.4rem;
    color: #fff;
    margin-right: 2rem;
}

.footer .copyright {
    margin-top: 50px;
    font-size: 12px;
    text-align: center;

}