* {
    margin: 0;
    padding: 0;
}


a {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

.clearfix::after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

li {
    cursor: pointer;
    list-style: none;
}

p {
    cursor: pointer;
}

span {
    cursor: pointer;
}

.header {
    width: 100%;
    opacity: 1;
}

::-webkit-scrollbar {
    width: 7px;
    /* 设置滚动条的宽度为5px */
}

/* 设置滚动条轨道的样式 */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* 设置轨道的背景颜色 */
}

/* 设置滚动条的样式 */
::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #999;
    /* 设置滚动条的背景颜色 */
}

/* 设置当鼠标悬停在滚动条上时的样式 */
::-webkit-scrollbar-thumb:hover {
    background: #999;
    /* 设置滚动条悬停时的背景颜色 */
}


/* 关于IAIE部分样式 */
.about-iaie-bg {
    background-repeat: no-repeat;
    background-position: 67% 81%;
    background-image: url(/static/images/Globa-bg.png.png);
}

.about-iaie {
    opacity: 0;
    animation: fadeIn 3s ease-in-out forwards;
    padding-top: 30px;

}

.about-main {
    display: flex;
    margin-top: 20px;
    width: 72%;
    margin: 50px auto;
}

.about-iaie-video {
    text-align: center;
}

.about-iaie-video video {
    width: 694px;
    height: 400px;
}

.about-iaie-text {
    width: 50%;
    padding-right: 50px;
}

.about-iaie .title {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    text-align: center;
}

.about-iaie .title-bg {
    margin: 0 auto;
    width: 100%;
    height: 5px;
    opacity: 1;
    background: radial-gradient(39.99% 40% at 50.035893754486715% 60%, rgba(188, 30, 35, 1) 0%, rgba(190, 31, 37, 0) 100%);
}

.about-iaie-text p {
    line-height: 45px;
    text-align: justify;
    color: rgba(33, 33, 33, 1);
    font-size: 22px;
}
.bannersj {
    display: none;
}

.bannerpc {
    overflow: hidden;
    width: 100%;
    display: block;
}

/* 展会概括 */

.Exhibition-Overview {
    opacity: 0;
    animation: fadeIn 3s ease-in-out forwards;
    padding-top: 30px;

}

.Exhibition-Overview .title {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    text-align: center;
}

.Exhibition-Overview .title-bg {
    margin: 0 auto;
    width: 100%;
    height: 5px;
    opacity: 1;
    background: radial-gradient(39.99% 40% at 50.035893754486715% 60%, rgba(188, 30, 35, 1) 0%, rgba(190, 31, 37, 0) 100%);
}

.Exhibition-summarize {
    margin-top: 50px;
    height: 661px;
    background-size: cover; /* 关键属性 */
    background-position: center; /* 居中显示 */
    background-repeat: no-repeat;
    background-image: url(/static/images/Exhibition-summarize.png);
}

.Exhibition-line {
    margin-left: 5px;
    margin-top: 50px;
    width: 865px;
    height: 1px;
    opacity: 1;
    background: rgba(204, 204, 204, 1);
}

.Exhibition-main {
    display: flex;
}

.Exhibition-left {
    margin-left: 134px;
    margin-top: 50px;
}

.Exhibition-left-text {
    width: 911px;
    height: 195px;
    opacity: 1;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 65px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    vertical-align: top;
}

.Exhibition-right p {
    letter-spacing: 2px;
    left: 35%;
    top: 70%;
    position: relative;
    width: 58%;
    color: rgba(87, 87, 87, 1);
    font-size: 20px;
}


/* 按钮样式 */
.buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.red-btn {
    width: 312px;
    height: 148px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(228, 66, 67, 1) 0%, rgba(185, 27, 33, 1) 100%);
    color: white;
}

.red-btn:hover {
    background: url(/static/images/red-btn-hover.png);
}

.red-btn span {
    height: 75px;
    line-height: 75px;
    text-align: center;
    display: block;
    font-size: 24px;
}

.red-btn-text {
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 1);
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.blue-btn {
    width: 312px;
    height: 148px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(1, 108, 165, 1) 0%, rgba(21, 139, 201, 1) 100%);
    color: white;
}

.blue-btn:hover {
    background: url(/static/images/blue-btn-hover.png);
}

.blue-btn span {
    height: 75px;
    line-height: 75px;
    text-align: center;
    display: block;
    font-size: 24px;
}

.blue-btn-text {
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 1);
    width: 80%;
    margin: 0 auto;
    text-align: center;
}


.index-about-title {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: -1px;
}

.cont {
    box-sizing: border-box;
    background: url(/static/images/index_banner_bg2.png) repeat-y;
    background-size: 100% auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    color: #fff;
    font-weight: bold;
    line-height: .9;
}


.about-cont {
    align-items: flex-start;
    justify-content: space-between;
}


.left-num {
    width: 70%;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    display: flex;
}


.num-item {
    box-sizing: border-box;
    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}


.t1 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.common-scroll-num {
    line-height: 80px;
    font-size: 50px;

}

.dataNums {
    height: 60px;
}

.dataOne {
    width: 26px;
    height: 80px;
}

.dw {
    line-height: .5;
    display: flex;
    align-items: flex-end;
    white-space: nowrap;
    color: #fff;
    transform: translateY(-50%);
}

.dw span {
    margin-right: 10px;
    font-size: 50px;
}

.t2 {
    color: #fff
}

.scroll-num {
    color: #fff;
    font-size: 50px;

}


.right-text {
    flex-shrink: 0;
    box-sizing: border-box;
    color: #333;

}

/* 6大展区 */
h1 {
    text-align: center;
}

.exhibition-areas-bg {
    background-repeat: no-repeat;
    background-position: 3% 72%;
    background-image: url(/static/images/Globa-bg.png.png);

}

.exhibition-areas {
    width: 1500px;
    margin: 25px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.area:nth-child(1) {
    width: 430px;
    height: 450px;
    background-size: 100% 100%;
    margin: 50px 20px 20px 20px;
    border-radius: 19px;
    text-align: center;
    transition: all 0.3s ease;
}

.area:nth-child(2) {
    width: 430px;
    height: 450px;
    margin: 50px 20px 20px 20px;
    border-radius: 19px;
    background-size: 100% 100%;
    text-align: center;
    transition: all 0.3s ease;
}

.area:nth-child(3) {
    width: 430px;
    height: 450px;
    margin: 50px 20px 20px 20px;
    border-radius: 19px;
    background-size: 100% 100%;
    text-align: center;
    transition: all 0.3s ease;
}

.area:nth-child(4) {
    width: 430px;
    height: 450px;
    margin: 50px 20px 20px 20px;
    border-radius: 19px;
    background-size: 100% 100%;
    text-align: center;
    transition: all 0.3s ease;
}

.area:nth-child(5) {
    width: 430px;
    height: 450px;
    margin: 50px 20px 20px 20px;
    border-radius: 19px;
    background-size: 100% 100%;
    text-align: center;
    transition: all 0.3s ease;
}

.area:nth-child(6) {
    width: 430px;
    height: 450px;
    margin: 50px 20px 20px 20px;
    border-radius: 19px;
    background-size: 100% 100%;
    text-align: center;
    transition: all 0.3s ease;
}

.area-text {
    margin: 0 auto;
    width: 75%;
    text-align: left;
    position: relative;
    top: 65%;
}

.area-ch {
    padding-bottom: 15px;
    font-size: 30px;
    color: #fff;
}

.area-line {
    margin: 0 auto;
    border: 1px solid #fff;
}

.area-en {
    margin-top: 15px;
    font-size: 20px;
    color: #fff;
}

.area:hover {
    cursor: pointer;
    transition: transform 0.3s ease;
    transform: scale(1.2);
}

/* 品牌展商 */
.Brand-exhibitor {
    margin-top: 50px;
    height: 750px;
    opacity: 1;
    background: linear-gradient(90deg, rgba(189, 31, 36, 0) 0%, rgba(188, 30, 35, 1) 51.39%, rgba(190, 31, 37, 0) 100%);
}

.Brand-title {
    padding-left: 148px;
    width: 62%;
}

.check {
    display: block;
    width: 138px;
    height: 47px;
    line-height: 47px;
    opacity: 1;
    border-radius: 13px;
    font-size: 20px;
    color: rgba(218, 57, 59, 1);
    border: 2px solid rgba(218, 57, 59, 1);
}

.check:hover {
    background-color: rgba(218, 57, 59, 1);
    color: #fff;
}

.slider-container {
    height: 200px;
    padding-top: 70px;
    margin: 0 auto;
    width: 70%;
    overflow: hidden;
    position: relative;
}

.slider {
    margin: 0 auto;
    width: 90%;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    flex: 1 0 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide img {
    width: 255px;
    height: 130px;
    border-radius: 15px;

}

.prev-btn {
    top: 35%;
    position: absolute;
    width: 35px;
    height: 75px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.next-btn {
    right: 0px;
    top: 35%;
    position: absolute;
    width: 35px;
    height: 75px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.slide img:hover {
    transition: transform 0.3s ease;
    /* 添加过渡效果 */
    transform: scale(1.6);
}

.slider-container2 {
    height: 300px;
    margin: 50px auto;
    width: 80%;
    overflow: hidden;
    position: relative;
}

.slider2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    transition: transform 0.5s ease-in-out;
    overflow: hidden;
}

.slider2 li {
    flex: 0 0 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.slider2 li img {
    border-radius: 15px;
    margin-bottom: 50px;
    max-width: 250px;
    height: 123px;
}

.slider-container2 img {
    transition: transform 2s ease;
}

.slider-container2 img:hover {
    transform: rotatey(360deg);
}

/* 精彩回顾 */

.Wonderful-review {
    height: 500px;
    margin: 0 auto;
    width: 80%;
    display: flex;
}

.review-smalltitle-bg {
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position: 6% 56%;
    background-image: url(/static/images/Globa-bg.png.png);
}

.review-smalltitle {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    margin-bottom: 40px;
}

.review-smalltitle a {
    height: 30px;
    line-height: 30px;
    display: block;
    width: 110px;
    color: rgba(0, 0, 0, 1);
    margin-right: 20px;
    font-size: 20px;
    text-align: center;
}

.review-smalltitle a:hover {
    color: #fff;
    background: linear-gradient(90deg, rgba(185, 27, 33, 0) 0%, rgba(185, 27, 33, 1) 47.3%, rgba(185, 27, 33, 0) 100%);

}

.Wonderful-review-left img {
    width: 1100px;
}

.Wonderful-review video:nth-child(2) {
    margin-top: 33px;

}

/* 展会资讯 */
.news-container {
    width: 80%;
    margin: 0 auto;
}

.seek-title {
    padding-left: 110px;
    width: 64%;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.news-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(212, 212, 212, 1);
    padding: 20px 0;
}

.news-list li:hover {
    background: linear-gradient(90deg, rgba(185, 27, 33, 0) 0%, rgba(185, 27, 33, 1) 47.3%, rgba(185, 27, 33, 0) 100%);
}

.news-list li:hover .more-btn {
    width: 35px;
    height: 35px;
    background-image: url(/static/images/arrow-hover.png);

}

.news-list li:hover .newtitle {
    color: #fff;
}

.news-list-left {
    width: 27%;
    display: flex;
}

.news-list-right {
    width: 73%;
    display: flex;
}

.news-list .date {
    font-size: 18px;
    flex: 0.6;
    color: rgba(71, 71, 71, 1);
}

.news-list .category {
    font-size: 18px;
    flex: 0.4;
    color: rgba(185, 27, 33, 1);

}

.news-list .newtitle {
    line-height: 35px;
    font-size: 18px;
    color: rgba(56, 56, 56, 1);
    flex: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.more-btn {
    margin-right: 20px;
    width: 35px;
    height: 35px;
    text-align: right;
    background-image: url(/static/images/arrow.png);
    transition: opacity 0.3s ease;
    /* 添加过渡效果，使图片切换更平滑 */
}

.more-btn:hover {
    width: 35px;
    height: 35px;
    background-image: url(/static/images/arrow-hover.png);
    /* 设置鼠标悬停时显示的背景图片 */
    background-repeat: no-repeat;
    /* 防止背景图片重复 */
    background-size: 100% 100%;
    /* 调整背景图片大小以适应元素 */
}

.triangle {
    margin-top: 10px;
    width: 7px;
    height: 5px;
    margin-right: 10px;
}

/* 全年会议 */
.Annual-Meeting-bg {
    background-repeat: no-repeat;
    background-position: 65% 73%;
    background-image: url(/static/images/Globa-bg.png.png);

}

.Annual-Meeting {
    width: 80%;
    margin: 50px auto;
}

.Annual-Meeting img {
    width: 876px;
    height: 556px;
}


.Annual-Meeting-bottom {
    width: 80%;
    margin: 80px auto;
    display: flex;
}

.Annual-Meeting-bottom img {
    width: 354px;
    height: 150px;
}

.Annual-Meeting-left {
    margin-right: 20px;
    width: 100%;
    display: flex;
}

.Annual-Meeting-left span {
    width: 98%;
    display: block;
    border: 1px solid #ccc;
    margin-top: 30px;
}

.Annual-Meeting-left p:first-child {
    font-size: 28px;
}

.Annual-Meeting-left p:nth-child(3) {
    margin-top: 30px;
    font-size: 17px;
}

.Annual-Meeting-bottom .bottom {
    border: 1px solid #ccc;

}

.Annual-Meeting-right {
    margin-left: 50px;
}

.Annual-Meeting-right p:first-child {
    width: 87%;
    font-size: 20px;
}

.Annual-Meeting-right p:nth-child(2) {
    margin-top: 30px;
    width: 80%;
    font-size: 17px;
    color: rgba(89, 89, 89, 1);
}


/* 24大应用行业 */

.industry {
    width: 80%;
    background: url(/static/images/24git.gif) no-repeat;
    background-size: 100% 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
}

.industry img {
    margin: 0 auto;
    width: 1052px;

}

/* 品牌策略 */
.solution {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}
.advantage-section {
    width: 100% !important;
    position: relative;
    height: 500px;
    overflow: hidden;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(0.7);
}

.big-quote {
    font-size: 80px;
    color: #fff;
    position: absolute;
}

.left-quote {
    top: 50px;
    left: 5%;
    font-size: 200px;
}

.right-quote {
    bottom: -20px;
    right: 43%;
    font-size: 200px;
}

.left-text {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    width: 40%;
    color: #fff;
    line-height: 1.6;
    text-align: left;
}

.right-text {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translateY(-50%);
    width: 16%;
    color: #fff;
    line-height: 1.6;
    transition: opacity 0.3s ease;
}

.right-text h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.right-text ul li {
    opacity: 0.5;
    font-size: 22px;
    margin-bottom: 20px;
    list-style: none;
}

.right-text ul li.active {
    opacity: 1;
}

#footsj {
    display: none;
}

.solution {
    display: block;
}

.solution-sj {
    display: none;
}

@media (max-width: 750px) {
    .solution-sj {
        display: block;
    }

    .solution {
        display: none;
    }

    .swiper {
        width: 100%;
        height: 100%;
        padding-bottom: 0px;
    }

    .swiper-slide-solution {
        width: 100% !important;
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 0px !important;

    }

    .solution-sjbg {
        width: 100%;
        margin: 20px auto;
        height: 365px;
        background-position: center;
        background-size: 100% 100%;
    }

    .solution-sjbg-text {
        text-align: left;
        position: relative;
        margin: 0px auto;
        width: 272px;
        height: 313px;
        opacity: 0.6;
        border-radius: 16px;
        background: rgba(255, 255, 255, 1);
    }

    .solution-sjbg-text h3 {
        padding-top: 20px;
        margin: 20px 20px 20px 20px;
        color: rgba(189, 32, 37, 1);
    }

    .solution-sjbg-text .txt {
        line-height: 22px;
        margin: 0px 20px 0px 20px;
        font-size: 10px;

    }

    #head {
        display: none;
    }

    #header-mobile {
        display: block;
    }

    .header {
        display: none;
    }

    .about-iaie {

        margin-top: 20px;
        padding-top: 0px;
    }

    .title-bg {
        height: 3px !important;
        background: linear-gradient(90deg, rgba(189, 31, 36, 0) 0%, rgba(188, 30, 35, 1) 52.78%, rgba(190, 31, 37, 0) 100%) !important;
    }

    .bannerpc {
        display: none;
    }

    .bannersj {
        width: 100%;
        display: block;
    }

    .about-iaie .title {
        padding-top: 20px;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about-main {
        width: 88%;
        display: block;
        margin-top: 20px;
        margin: 0 auto;
    }

    .about-iaie-text {
        padding-right: 0px;
        width: 100%;
    }

    .about-iaie-text p {
        line-height: 28px;
        font-size: 14px;
    }

    .about-iaie-text p:nth-child(2) {
        line-height: 28px;
        font-size: 14px;
        margin-top: 20px;
    }


    .Exhibition-Overview .title {
        font-size: 20px;
    }

    .about-main img {
        width: 100%;
        margin-top: 20px;
    }

    .red-btn {
        border-radius: 8px;
        width: 50%;
        height: 75px;
        margin-right: 15px;
    }

    .red-btn span {
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }

    .blue-btn {
        border-radius: 8px;
        width: 50%;
        height: 75px;
        margin-right: 20px;
    }

    .blue-btn span {
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }

    .red-btn-text {
        padding-top: 5px;
    }

    .red-btn-text p {
        font-size: 10px;
    }

    .blue-btn-text {
        padding-top: 5px;
    }

    .blue-btn-text p {
        font-size: 10px;
    }

    .about-iaie-video {
        margin-top: 20px;
    }

    .about-iaie-video video {
        width: 320px;
        height: auto;

    }

    .Exhibition-summarize {
        margin-top: 20px;
        background: none;
        height: 960px;
    }

    .Exhibition-main {
        display: block;
    }

    .Exhibition-left {
        margin-top: 0px;
        margin-left: 0px;
        height: 465px;
        background: url(/static/images/Exhibition-left.png)no-repeat;
    }

    .Exhibition-left-text {
        height: 130px;
        padding-top: 30px;
        margin: 0px auto;
        width: 90%;
        line-height: 33px;
        font-size: 18px;
    }

    .Exhibition-right {
        height: 500px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(/static/images/Exhibition-right.png);

    }

    .Exhibition-line {
        margin: 0 auto;
        width: 86%;
        margin-top: 0px;
    }

    .Exhibition-right p {
        letter-spacing: 2px;
        left: 0%;
        top: 67%;
        font-size: 20px;
        position: relative;
        width: 88%;
        margin: 0 auto;
        color: rgba(87, 87, 87, 1);
        font-size: 15px;
    }

    .left-num {
        margin-top: 0px;
        margin-left: 18px;
    }

    .common-scroll-num {
        font-size: 27px;
    }

    .scroll-num {
        font-size: 27px;
    }

    .num-item {
        padding-bottom: 0px;
    }

    .dw span {
        margin-right: 10px;
        font-size: 20px;
    }

    .t1 {
        display: flex;
        align-items: baseline;
    }

    .dw {
        margin-left: 5px;
    }

    .exhibition-areas {
        width: 90%;
    }

    .area {
        width: 110px;
        height: 128px;
        margin: 47px 0px 15px 0px;
    }

    .area-ch {
        padding-bottom: 5px;
        font-size: 10px;
    }

    .area-en {
        margin-top: 5px;
        font-size: 7px;
    }

    .area-text {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        position: relative;
        top: 58%;
    }

    .area:nth-child(1) {
        border-radius: 6px;
        height: 111px;
        width: 106px;
        margin: 0px 0px 20px 0px;
    }

    .area:nth-child(2) {
        border-radius: 6px;
        height: 111px;
        width: 106px;
        margin: 0px 0px 20px 0px;
    }

    .area:nth-child(3) {
        border-radius: 6px;
        height: 111px;
        width: 106px;
        margin: 0px 0px 20px 0px;
    }

    .area:nth-child(4) {
        border-radius: 6px;
        height: 111px;
        width: 106px;
        margin: 10px 0px 20px 0px;
    }

    .area:nth-child(5) {
        border-radius: 6px;
        height: 111px;
        width: 106px;
        margin: 10px 0px 20px 0px;
    }

    .area:nth-child(6) {
        border-radius: 6px;
        height: 111px;
        width: 106px;
        margin: 10px 0px 20px 0px;
    }

    .swiper {
        padding-top: 20px !important;
    }

    /* 全年会议 */
    .Annual-Meeting-bottom {
        width: 98%;
        margin: 0 auto;
        display: block;
        height: auto;
        background-repeat: no-repeat;
        background-position: 60% 70%;
        background-image: url(/static/images/Annual-Meetingbg.png);
    }

    .Annual-Meeting-bottom .left p:first-child {
        font-size: 20px;
    }

    .Annual-Meeting-bottom img {
        margin-top: 30px;
        width: 133px;
        height: 56px;
    }

    .Annual-Meeting-bottom .bottom {
        border: 0px;
    }

    .Annual-Meeting-bottom .left {
        padding-top: 50px;
    }

    .Annual-Meeting-bottom .right {
        margin: 20px auto;
        width: 90%;
    }

    .Annual-Meeting-bottom .right p:first-child {
        width: 100%;
        font-size: 14px;
    }

    .Annual-Meeting-bottom .right p:nth-child(2) {
        width: 100%;
        font-size: 12px;
        text-align: left;
        margin-top: 20px;
    }

    .Annual-Meeting-bottom .left span {
        margin-top: 10px;
    }

    .Annual-Meeting-left-title {
        margin-left: 30px;
        margin-top: 30px;
    }

    .Annual-Meeting-left p:first-child {
        font-size: 18px;
    }

    .Annual-Meeting-left span {
        margin-top: 15px;
    }

    .Annual-Meeting-left p:nth-child(3) {
        font-size: 7px;
        margin-top: 10px;
    }

    .Annual-Meeting-bottom .left p:nth-child(3) {
        margin-top: 15px;
        font-size: 9px;
    }

    .Annual-Meeting-right {
        margin-left: 0px;
    }

    .Annual-Meeting-right p:first-child {
        width: 90%;
        margin: 15px auto;
        font-size: 15px;
        line-height: 20px;
    }

    .Annual-Meeting-right p:nth-child(2) {
        line-height: 20px;
        width: 90%;
        margin: 15px auto;
        font-size: 15px;
    }


    .bottonsi {
        width: 100%;
        margin: 20px auto;
        height: 3px;
        background: rgba(184, 27, 34, 1);

    }

    /* 24大应用行业 */
    .industry {
        width: 88%;
    }

    .industry {
        margin: 20px auto;
        height: auto;
    }

    .industry img {
        width: 100%;
        height: auto;
    }

    /* 品牌展商 */
    .Brand-exhibitor {
        margin: 20px auto;
        height: auto;
    }

    .slider-container {
        padding-top: 40px;
        width: 94%;
        height: 100px;
    }

    .next-btn {
        width: 28px;
        height: 24px;
        right: -3px;
        top: 33%;
    }

    .prev-btn {
        left: -3px;
        width: 28px;
        height: 24px;
        top: 33%;
    }

    .slider-container2 {
        height: 180px;
        margin: 0px auto;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .slide img {
        width: 75px;
        height: 37px;
        border-radius: 5px;
    }

    .slider2 {
        height: 175px;
        overflow: hidden;
    }

    .slider2 li {
        flex: 0 0 30%;
        overflow: hidden;
        margin-right: 12px;
    }

    .slider2 li img {
        border-radius: 5px;
        width: 80px;
        height: 41px;
        overflow: hidden;
    }

    /*精彩回顾 */
    .Wonderful-review {
        height: 420px;
        width: 90%;
        display: block;
    }

    .Wonderful-review-left img {
        width: 100%;
    }

    .Wonderful-left img {
        width: 100%;
    }

    .Wonderful-review video {
        margin-top: 20px;
        width: 100%;
    }

    .Wonderful-review video:nth-child(2) {
        display: none;
    }

    .review-smalltitle {
        margin-bottom: 10px;
    }

    .review-smalltitle a {
        width: 80px;
        font-size: 12px;
    }

    /*展会资讯 */
    .news-container {
        width: 90%;
        margin: 0 auto
    }

    .news-list li {
        padding: 15px;
        display: block;
    }

    .news-list .date {
        font-size: 13px;
    }

    .news-list .newtitle {
        display: block;
        font-size: 12px;
        margin-left: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news-list .category {
        margin-left: 92px;
        font-size: 15px;
    }

    .news-list-left {
        width: 100%;
    }

    .news-list-right {
        width: 98%;
    }

    .more-btn {
        margin-right: 0px;
        width: 20px;
        height: 20px;
        background-size: cover;
        margin-top: 7px;
    }

    .news-list li:hover .more-btn {
        width: 20px;
        height: 20px;
        background-image: url(/static/images/arrow-hover.png);
    }


    .news-list li:hover .newtitle {
        color: #000;
    }

    .check {
        width: 71px;
        height: 24px;
        line-height: 24px;
        font-size: 10px;

    }

    .seek-title {
        padding: 0px;
        width: 73%;
    }

    .Brand-title {
        padding: 0px;
        width: 73%;
    }

    /* 品牌策略 */
    .solution {
        display: none;
    }

    #foot {
        display: none !important;
    }

    #footsj {
        display: block !important;
    }

}