.div-hei8{
    height: 70px;
}
.title-text{
	font-size: 2rem;
	font-weight: 600;
	color: #ea5c19;
	padding: 3rem 0;
    text-align: center;
}
/* 轮播图 */
.mySwiper1 {
  width: 100%;
  height: auto;
  position: relative;
}
.mySwiper1:hover .mySwiper1-next,
.mySwiper1:hover .mySwiper1-prev {
    display: block;
}

.img1 {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify:content;
  align-items: center;
  /* filter: contrast(90%) brightness(60%); */
  /* 调整对比度和亮度 */
}

.img1 img {
  display: block;
  width: 100%;
  height: auto;
  /* object-fit: contain; */
  object-fit: cover;
  /* object-fit: scale-down; */
}
.mySwiper1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #007bff;
  border-radius: 50%;
}
.dip1{
     display: block;
 }
 .dip2{
     display: none;
 }

/* 话题 */
.topics{
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.topic{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
}
.topic ul{
    display: flex;
    flex-wrap: wrap;
}
.topic ul li{
    width: 25%;
    transition: text-shadow 0.3s ease, background-color 0.3s ease;
    padding: 2% 0;
    cursor: pointer;

}
.topic ul>li div{
    border-right: 1px solid #d0cfc9;
    border-bottom: none;
}
.topic ul>li:nth-child(4) div {
    border: none;
}
.topic ul>li{
    border-bottom: #000000;
}
.topic ul>li:hover,
.topic>div:hover {
    color: white;
}

.topic ul>li>div>img{
    height: 50px;
    color: white;
}
.topic div:hover img{
    transition: transform 1s ease;
    transform: scale(1.3);
}

/* 具体内容 */
.content{
    width: 100%;
}

/* 展会介绍 */
.introduces{
    width: 100%;
    border-bottom:none ;
    /* filter: grayscale(100%);*/
    position: relative;
    z-index: 1;
    height: 100%;
    background-size: cover;
}
.introduces::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: white;
    z-index: -1;
}
.introduce{
    width: 75%;
    margin: auto;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.introduce .title-introduce >span{
    margin-left: 10px;
    border-bottom: 3px solid #eaeaea;
    padding-bottom: 8px;
    margin-left: 6%;
    font-size: 2rem;
    font-weight: 600;
    color: #ea5c19;
    padding: 20px 0 10px 0;
    display: block;
    width: 15rem;
    margin-bottom: 20px;
}

.introduce-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
    /* white-space: nowrap; */
}
.introduce-content>div:nth-child(1){
    text-align: justify;
    width: 50%;
    letter-spacing: 2.5px;
    line-height: 2rem;
    padding-left: 1%;
    font-size: 18px;
}
.introduce-content>div:nth-child(1) p a{
    color: #0221e7;
}
.introduce-content>div:nth-child(1) p a:hover{
    color: #0330c3;
}
.introduce-content>div:nth-child(2){
    width: 45%;
}

.container{
    padding: 20px;
}
.container video{
    width: 100%;
    height: 300px;
    /*object-fit: cover;*/
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.introduce-data ul{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 20px 0 30px 0;
}
.introduce-data ul li{
    width: 25%;
    border-right: 1px solid #d0cfc9;
}
.introduce-data ul li:nth-child(4){
    border-right: none;
}
.introduce-data ul li>h2{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ea5c19;
}
.counter {
  transition: all 0.5s ease;
}

.introduce-data ul li p{
    font-size: 20px;
    color: #434343;
    font-weight: 600;
    margin-top: -6px;
}
.ka{
    padding: 10px 0 60px 0;
    padding-right: 40px;
    height: 20px;
    text-align: right;
    color: #4e4e4e;
    font-size: 14px;
}

/* 参展品类 */
.categorys{
    background-color: white;
    padding-bottom: 12px;
}
.category{
    width: 75%;
    margin: auto;
    text-align: center;
    background-color: white;
}
.category ul{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
}
.category ul>li{
    width: 30%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1.4px solid rgba(183, 56, 56, 0);
    border-radius: 20px;
    margin-bottom: 2rem;
    /* width: 380px; */
    /* height: 250px; */
    background-color: white;
    transition: all 0.3s ease; /* 添加过渡效果 */
}

.category ul>li:hover {
    transform: translateY(-5px); /* 向上移动5px */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* 添加阴影 */
    border: 1.4px solid red;
}
.category ul>li>div{
    font-weight: 600;
    font-size: 20px;
    margin: 10px 10px 7px 10px;
    color: #ea5c19;
}
.category>ul>li>div>img{
    height: 50px;
}
.category>ul>li>strong{
    height: 120px;
    display: block;
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    color: #444;
    overflow-y: auto;
    line-height: 1.5;
    letter-spacing: 2px
}
.category ul strong>p span{
    color: #ea5c19;
    font-size: 16px;
}
.category ul strong>p a{
    font-size: 15px;
    display: block;
    padding-bottom: 10px;
}

.category>ul>li>strong::-webkit-scrollbar {
    width: 5px; /* 设置滚动条的宽度 */
}

.category>ul>li>strong::-webkit-scrollbar-thumb {
    background-color: #bababa; /* 滚动条滑块的颜色 */
    border-radius: 10px; /* 滚动条滑块的圆角 */
}

.category>ul>li>strong::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* 滚动条滑块悬停时的颜色 */
}


/* 为何参展 */
.whys{
    background-color: #fafafa;
    padding-bottom: 32px;
    background-image: linear-gradient(to bottom right, #ea5c19, #ef8910, #fcbf49);
    /*background-image: linear-gradient(to right, #ea5c19, #ef8910);*/
}
.why{
    width: 75%;
    margin: auto;
}
.why .title-text{
    text-align: center;
    color: white;
}
.why>ul{
    display: flex;
    flex-wrap: wrap;
}
.why>ul>li{
    width: 47%;
    display: flex;
    margin-bottom: 40px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*background: linear-gradient(to right, #eb5c1a, #ffcf93 40%, #ffcf93 10%, #fefefe);*/
    /*background: linear-gradient(to right, #ea5c19, #ffcf93);*/
    height: 200px;
    overflow: hidden;
    /*border: 1.4px solid red;*/
    background-color: white;
    box-shadow: -1.8271604776382446px -1.8271604776382446px 3.6543209552764893px #fff,1.8271604776382446px 1.8271604776382446px 1.8271604776382446px #9ca0a485;
}
.why>ul>li:nth-child(odd){
    margin-right: 6%;
}
.why>ul>li>img{
    /* width: 50%; */
    height: 100%;
    object-fit: contain;
    float: left;
}
.why>ul>li>div{
    margin: 20px;
}
.why>ul>li>div>h3{
    font-size: 20px;
    color: #ea5c19;
}
.why>ul>li>div>span{
    width: 50px;
    display: block;
    height: 5px;
    border-radius: 5px;
    background: linear-gradient(to right, #eb5c1a, #ffcf93 60%, #ffcf93 60%, #fefefe);
    margin: 5px 0;
    margin-top: -5px;
}
.why>ul>li>div>p{
    font-size: 16px;
}
.why>ul>li{
            box-shadow: -1.8271604776382446px -1.8271604776382446px 3.6543209552764893px #fff,1.8271604776382446px 1.8271604776382446px 1.8271604776382446px #9ca0a485;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            opacity: 0;
            transform: translateY(30px);
        }
        /* 滑动动画 */
            @keyframes slideUp {
              from {
                opacity: 0;
                transform: translateY(30px);
              }
              to {
                opacity: 1;
                transform: translateY(0);
              }
            }

            /* 应用滑动动画 */
            .why > ul > li.slide-animated {
              animation: slideUp 1.2s ease forwards;
            }

            /* 交错动画延迟 */
            .why > ul > li:nth-child(1) {
              animation-delay: 0.1s;
            }
            .why > ul > li:nth-child(2) {
              animation-delay: 0.2s;
            }
            .why > ul > li:nth-child(3) {
              animation-delay: 0.4s;
            }
            .why > ul > li:nth-child(4) {
              animation-delay: 0.5s;
            }

            .why > ul > li:hover {
              transform: translateY(-8px) scale(1.01);
              box-shadow: 0 12px 30px rgba(0,0,0,0.2);
            }

            .why > ul > li > img {
              width: 35%;
              object-fit: cover;
              transition: transform 0.5s ease;
            }

            .why > ul > li:hover > img {
              transform: scale(1.05);
            }
            .why > ul > li > div > span {
              width: 60px;
              height: 3px;
              background-color: #ea5c19;
            }
            /* 响应式调整 */
            @media (max-width: 1024px) {
              .why > ul > li {
                width: 100%;
              }
            }

            .index-medias {
                width: 75%;
                margin: 0 auto;
                padding: 20px;
                background-color: #fff;
                box-shadow: 0 0 10px rgba(0,0,0,0.1);
                margin-bottom: 40px;
            }
            .index-medias a:hover{
               color: #ea5c19;
            }

            .tabs {
                display: flex;
                margin-bottom: 20px;
                border-bottom: 2px solid #3498db;
            }

            .tab-btn {
                padding: 10px 20px;
                background-color: #f1f1f1;
                border: none;
                cursor: pointer;
                font-size: 16px;
                transition: background-color 0.3s, transform 0.2s;
            }

            .tab-btn:hover:not(.active) {
                background-color: #e0e0e0;
                transform: translateY(-2px);
            }
            .tab-btn.active {
                background-color: #ea5c19;
                color: white;
            }

            .tab-panel {
                display: none;
                padding: 20px;
                background-color: #f9f9f9;
                border-radius: 0 0 5px 5px;
            }

            .tab-panel.active {
                display: block;
            }

            .content-wrapper {
                display: flex;
                gap: 20px;
            }

            .banner {
                width: 60%;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                height: 100%;
                display: block;
            }
            .banner img{
                height: auto;
                width: 100%;
                max-width: 100%;
                display: block;
                margin-bottom: 10px;
                object-fit: cover;
            }

            .article-list-banner{
                font-size: 20px;
                font-weight: 600;
            }
            .data-banner{
                color: #7f8c8d;
                font-size: 14px;
                float: right;
                width: 60px;
                text-align: right;
                display: inline-block;
                vertical-align: middle;
                line-height: 35px;
            }

            .news-list {
                width: 38%;
                display: block;
            }
            .news-list h3 {
                margin-bottom: 15px;
                color: #2c3e50;
                border-left: 4px solid #3498db;
                padding-left: 10px;
            }
            .news-list li {
                border-bottom: 1px solid #eee;
                display: flex;
                justify-content: space-between;
            }
            .date {
                color: #7f8c8d;
                font-size: 14px;
                float: right;
                width: 60px;
                text-align: right;
                display: inline-block;
                vertical-align: middle;
                line-height: 23px;
            }
            .article-list li {
                width: 100%; /* 占满父容器宽度 */
                box-sizing: border-box; /* 确保宽度包含内边距和边框 */
                white-space: nowrap; /* 不自动换行 */
                overflow: hidden;
                text-overflow: ellipsis;
                padding: 5px 0;
            }
            .article-list li a {
                display: inline-block;
                max-width: calc(100% - 70px); /* 增加留出的空间，确保日期显示完整 */
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                vertical-align: middle; /* 确保标题和日期对齐 */
                color: #444;
                font-size: 1rem;
            }
            .news-list-a{
                display: none;
            }
			 .more-text {
				display: none; /* 默认隐藏查看更多的文本 */
			}
			.show-more-btn {
				color: #007bff;
				cursor: pointer;
			}
			/* 默认情况下，查看更多按钮不显示 */
			#dots, #moreLink {
				display: none;
			}

            /* 鸡蛋光影效果基础样式 - 右上角 */
            .category ul li {
            position: relative;
            overflow: hidden; /* 修改为hidden，防止内容超出容器 */
            }

            .category ul li::after {
            content: '';
            position: absolute;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background: radial-gradient(circle at 65% 35%, rgba(255, 251, 235, 0.8), rgba(255, 242, 204, 0.6) 40%, rgba(255, 230, 165, 0.4) 70%, rgba(255, 218, 125, 0.1));
            box-shadow: 0 0 30px 15px rgba(255, 230, 165, 0.2);
            opacity: 0;
            transform: scale(0.8);
            transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
            z-index: -1;
            }

            /* 添加左上角鸡蛋光影效果 */
            .category ul li::before {
            content: '';
            position: absolute;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: radial-gradient(circle at 35% 35%, rgba(255, 251, 235, 0.8), rgba(255, 242, 204, 0.6) 40%, rgba(255, 230, 165, 0.4) 70%, rgba(255, 218, 125, 0.1));
            box-shadow: 0 0 25px 12px rgba(255, 230, 165, 0.2);
            opacity: 0;
            transform: scale(0.8);
            transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
            z-index: -1;
            }

            .category ul li.active::after,
            .category ul li.active::before {
            opacity: 1;
            transform: scale(1);
            }

            /* 针对参展品类卡片的特殊优化 - 右下角位置 */
            .category ul li.slide-up-item::after {
            width: 100px;
            height: 100px;
            bottom: -30px;
            right: -30px;
            box-shadow: 0 0 30px 15px rgba(255, 230, 165, 0.2);
            }

            /* 针对参展品类卡片的特殊优化 - 左上角位置 */
            .category ul li.slide-up-item::before {
            width: 80px;
            height: 80px;
            top: -20px;
            left: -20px;
            box-shadow: 0 0 25px 12px rgba(255, 230, 165, 0.2);
            }
            
            /* 添加轻微的浮动动画增强视觉效果 */
            .slide-up-item.active {
            animation: float 4s ease-in-out infinite;
            }



/* 展馆图 */
.exhibition-maps{
    background-color: white;
}
.exhibition-map{
    text-align: center;
    width: 75%;
    margin: auto;
    padding-bottom: 20px;
}
.exhibition-map img{
    /* height: 70vh; */
    width: 100%;
    /*margin-bottom: 2rem;*/
    object-fit: cover;
    /* object-fit: scale-down; */
    /*box-shadow: 0 0 15px rgba(0, 255, 255, 0.5); !* 设置光晕 *!*/
    /*transition: box-shadow 0.3s ease;*/
     transition: transform 1.5s ease; /* 添加平滑过渡 */
    box-shadow: 0 0 7px #ea5c19;
}
.exhibition-map img:hover {
    transform: scale(1.05); /* 鼠标悬停时放大图片 */
  }

.look-backs{
    padding-bottom: 30px;
    background-color: white;
}
.look-back{
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    background-color: #fafafa;
    padding-bottom: 2rem;
    overflow: hidden;
}
.mySwiper2 {
    width: 110%;
}
.look-back:hover .mySwiper2-next,
.look-back:hover .mySwiper2-prev {
    display: block;
}

.img2 {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}


.img2 img {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
   /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
}
.mySwiper2-prev{
    transform: translate(50%, 80%);
    display: none;
}

.mySwiper2-next{
    transform: translate(-50%, 80%);
    display: none;

}
.mySwiper2-prev:hover,
.mySwiper2-next:hover {
    background-color: transparent; /* 改变按钮的背景色 */
    color: blue; /
    cursor: pointer;
    display: block;
}
.mySwiper2-pagination{
    margin-top: 29px;
    position: relative;
}

.brand{
    width: 80%;
    margin: auto;
    text-align: center;
    position: relative;
}
.brand:hover .mySwiper3-next,
.brand:hover .mySwiper3-prev {
    display: block;
}
.mySwiper3 ,
.mySwiper4{
  width: 90%;
  height: 200px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.img3 ,
.img4{
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* height: calc((100% - 30px) / 2)!important; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.img3 img,
.img4 img{
    height: auto;
    width: 100%;
    padding: 5px;
    margin: auto;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    /* object-fit: contain; */
    object-fit: cover;
    /* object-fit: scale-down; */
    z-index: 1000;
}

.mySwiper3-prev,
.mySwiper4-prev{
    position: absolute;
    text-align: center;
    transform: translate(-50%, 113%);  /* 向左和向上移动元素的50% */
    display: none;
}

.mySwiper3-next,
.mySwiper4-next{
    text-align: center;
    transform: translate(50%, 113%);
    display: none;
}
.mySwiper3-prev:hover,
.mySwiper3-next:hover,
.mySwiper4-prev:hover,
.mySwiper4-next:hover{
    background-color: transparent; /* 改变按钮的背景色 */
    color: blue; /* 如果按钮内容包含文字或图标，改变其颜色 */
    cursor: pointer; /* 鼠标悬停时改变光标 */
    display: block;
}
.mySwiper3-pagination,
.mySwiper4-pagination{
    margin-top: 20px;
    position: relative;
}

.brand2{
    width: 80%;
    margin: auto;
    text-align: center;
    position: relative;
}
.brand2:hover .mySwiper4-next,
.brand2:hover .mySwiper4-prev {
    display: block;
}

/* 设置按钮固定位置 */
/*#scrollToTopBtn {*/
/*    display: none;*/
/*    position: fixed;*/
/*    background-color: #fafafa;*/
/*    border: none;*/
/*    border-radius: 5px;*/
/*    padding: 5px 10px;*/
/*    cursor: pointer;*/
/*    z-index: 800;*/
/*    right: 40px;*/
/*    bottom: 130px;*/
/*    color: black;*/
/*    font-size: 10px;*/
/*    text-align: center;*/
/*    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);*/
/*}*/

/*#scrollToTopBtn:hover {*/
/*    background-color: #e6e6e6;*/
/*    color: #323232;*/
/*}*/
 .contact-us {
    position: fixed;
    right: 20px;  /* 距离右边20px */
    top: 50%;  /* 垂直居中 */
    transform: translateY(-50%);  /* 确保元素完全垂直居中 */
    background-color: #fbfbfb;  /* 背景颜色 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);  /* 阴影效果 */
    text-decoration: none;
    z-index: 50;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;  /* 添加整体过渡效果 */
}

/* 悬停时整体放大 */
.contact-us:hover {
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.contact-us p {
    padding: 10px 20px;
    font-size: 12px;
    margin: 0;
    transition: all 0.3s ease;  /* 每个项目的过渡效果 */
}

.contact-us p:nth-child(1) {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.contact-us #scrollToTopBtn {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);  /* 使用贝塞尔曲线实现更自然的动画 */
}

#scrollToTopBtn.show {
    display: block;
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0deg);  /* 添加旋转效果 */
}

#scrollToTopBtn.hide {
    opacity: 0;
    transform: translateY(50px) scale(0.8) rotate(-15deg);  /* 隐藏时添加旋转和缩放 */
}

.contact-us p img {
    width: 36px;
    transition: transform 0.3s ease;
}

/* 图片悬停效果 */
.contact-us p:hover img {
    transform: scale(1.1) rotate(5deg);
}

.contact-us p:hover {
    color: white;
    transform: translateY(-2px);  /* 轻微上浮效果 */
}

/* 二维码容器特效 */
.qrcode-container, .qrcode-containers {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(20px);
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    z-index: 100;
}

/* 修复：将后代选择器(空格)改为兄弟选择器(+)，因为二维码容器是按钮的兄弟元素而不是子元素 */
.show-qrcode-btn:hover + .qrcode-container,
.show-qrcode-btns:hover + .qrcode-containers {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

/* 二维码的样式 */
#qrcode, #qrcodes {
    width: 130px;  /* 二维码的宽度 */
    height: 130px;  /* 二维码的高度 */
}

.show-qrcode-btn, .show-qrcode-btns {
    position: relative;
}


@media only screen and (max-width: 1400px) {
     .topic , .introduce , .category , .why , .exhibition-map , .index-medias  {
	width:90%;
    }
    .introduce-content>div:nth-child(1){
        width: 50%;
        letter-spacing: 2.5px;
        line-height: 2rem;
        padding-left: 1%;
        font-size: 16px;
    }
    .category ul>li {
        width: 30%;
    }
}

@media only screen and (max-width: 1024px) {
    .contact-us p{
       padding: 8px 16px;
       font-size: 10px;
    }
    .contact-us p img{
        width: 26px;
    }

    .title-text{
	    padding: 2rem 0;
    }
    .look-back{
        padding-bottom: 2rem;
    }
    #scrollToTopBtn {
        right: 37px;
    }

    .div-hei8{
        height: 50px;
    }

    /*.mySwiper1 {*/
    /*  height: 40vh;*/
    /*}*/

    .topic{
        font-size: 20px;
	width: 90%;
    }
    .topic ul>li>div>img{
        height:40px;
    }

    .introduce{
        width: 90%;
    }

    .introduce .title-introduce >span{
        font-size: 26px;
        width: 10rem;

    }

    .introduce-content>div:nth-child(1){
        width: 100%;
        /* text-align: justify; */
        /* line-height: 2.5rem; */
        /* margin-bottom: 1rem; */
        /* font-size: 14px */
    }
    .introduce-content>div:nth-child(2){
        width: 100%;
        margin: auto;
    }


    .container video{
        width: 100%;
        height: auto;
    }
    .introduce-data{
        width: 90%;
        margin: auto;
    }
    .introduce-data ul{
        padding: 20px 0 10px 0;
    }
    /* .introduce-data ul li{
        width: 50%;
        margin-bottom: 20px;
    } */
    .introduce-data ul li:nth-child(2){
        border: none;
    }



    .introduce-data ul li>h2{
        font-size: 30px;
        font-weight: 600;
    }
    .introduce-data ul li>p{
        font-size: 18px;
        font-weight: 600;
    }
    .ka{
        font-size: 10px;
        padding-right: 0px
    }

    .title-text{
        font-size: 26px;
    }

    .category{
        width: 90%;
        /* border: 1px solid red; */
        margin: 0 auto;
        text-align: center;
    }
    .category>ul>li>div>img{
        height: 40px;
    }
    .category>ul>li{
        margin-bottom: 20px
    }
    .category>ul>li>div{
        font-size: 18px;
    }
    .category ul strong>p span{
        color: #eb5c1a;
        font-size: 15px;
    }
    .category ul strong>p a{
        font-size: 14px;
    }
    .category ul>li{
        width: 48%;
    }

    .why{
        width: 90%;
        margin: auto;
    }
    .why>ul>li>div{
        margin: 8px;
    }
    .why>ul>li>div>h3{
        font-size: 18px;
        color: #eb5c1a;
        margin-top: 10px;
    }

    .why>ul>li>div>p{
        font-size: 15px;
    }

    .exhibition-map{
        width: 90%;
    }

    .img2{
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: auto;
      width: 150px;
    }

    .img2 .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;

    }
    .mySwiper2-prev{
        transform: translate(50%, 80%);
    }

    .mySwiper2-next{
        transform: translate(-50%, 80%);

    }

    .img3 img,
    .img4 img{
        height: auto;
        padding: 3px;
    }
    .mySwiper3-prev,
    .mySwiper4-prev{
        text-align: center;
         transform: translate(-50%, 120%);  /* 向左和向上移动元素的50% */
         display: none;
    }

    .mySwiper3-next,
    .mySwiper4-next{
        text-align: center;
        transform: translate(50%, 120%);
        display: none;
    }
    .mySwiper3-pagination,
    .mySwiper4-pagination{
        display: none!important;
    }

    .index-medias{
                    width: 90%;
                }
                .banner, .news-list{
                    flex-direction: row;
                    width: 100%;
                }

                .tabs {
                    flex-wrap: wrap;
                }

                .content-wrapper {
                    flex-direction: column;
                }
				.container{
					padding:0px;
				}
}

 @media only screen and (max-width: 768px) {
     .mySwiper2 {
   	 width: 90%;
     }
     .contact-us{
         display: none;
     }
     .dip1{
         display: none;
     }
     .dip2{
         display: block;
     }
     #scrollToTopBtn{
         display: none!important;
     }
    /* .mySwiper1 img{*/
    /*  height: 30vh;*/
    /*}*/
     .div-hei8{
        height: 30px;
     }
    .topic{
        width: 100%;
        font-size: 16px;
    }
    .topic ul li{
        width: 50%;
        transition: text-shadow 0.3s ease, background-color 0.3s ease;
        padding: 15px 0;
        cursor: pointer;
    }
    .topic ul>li>div>img {
        height: 30px;
    }
    .topic ul>li div{
        border: none;
    }
    .topic ul>li{
        border: 0.5px solid #d0cfc9;
    }
    .introduce-content{
        margin-bottom: 15px
    }
    .introduce .title-introduce >span{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .introduce-content>div:nth-child(1){
        width: 100%;
        text-align: justify;
        line-height: 1.5rem;
        margin-bottom: 1rem;
        font-size: 14px;
    }
    .introduce-content>div:nth-child(2){
        width: 100%;
    }
    .introduce-data{
        width: 95%;
        margin: auto;
    }
    .introduce-data ul{
        padding: 10px 0 0 0;
    }
    .introduce-data ul li{
        width: 50%;
        margin-bottom: 20px;
    }
    .introduce-data ul li:nth-child(2){
        border: none;
    }

    .introduce-data ul li>h2{
        font-size: 24px;
        font-weight: 600;
    }
    .introduce-data ul li>p{
        font-size: 15px;
        font-weight: 600;
    }
    .ka{
        font-size: 12px;
        padding-right: 0px;
        padding: 10px 10px 40px 0;
        height: 10px;
    }

    .title-text{
        font-size: 1.5rem;
        font-weight: 600;
        color: #e96c32;
        padding: 1.5rem 0;
    }
    .look-back{
        padding-bottom: 1.5rem;
    }
    /* .mySwiper3-prev,*/
    /*.mySwiper4-prev{*/
    /*    text-align: center;*/
    /*     transform: translate(-50%, 100%);  */
    /*     display: none;*/
    /*}*/

    /*.mySwiper3-next,*/
    /*.mySwiper4-next{*/
    /*    text-align: center;*/
    /*    transform: translate(50%, 132%);*/
    /*    display: none;*/
    /*}*/
    .category{
        width: 90%;
        text-align: center;
    }
    .category>ul>li>div>img{
        height: 35px;
    }
    .category>ul>li{
        margin-bottom: 1rem
    }
    .category>ul>li>div{
        font-size: 16px;
    }
    .category ul>li{
        width: 48%;
        /*min-width: 250px;*/
    }
    .category>ul>li>strong{
        line-height: 1.3;
        /*letter-spacing: 1px;*/
        font-size: 15px;
    }

    .why{
        width: 90%;
        margin: auto;
    }
    .why>ul>li{
        width: 100%;
        margin-bottom: 20px;
    }

    .why>ul>li:nth-child(odd){
        margin-right: 0;
    }
    .why>ul>li>div>h3{
        font-size: 18px;
        color: #eb5c1a;
        margin-top: 10px;
    }
    .why>ul>li>div>p{
        font-size: 15px;
        line-height: 1.5;
    }
    .why>ul>li>div>span {
        width: 50px;
        display: block;
        height: 4px;
        margin-top: -5px;
    }

    .exhibition-map{
        padding-bottom: 0px;
    }
    .mySwiper2-prev,
    .mySwiper2-next{
        display: none!important;
    }
    .img2 {
      font-size: 18px;
    }
    .img2 img{
        /* object-fit: contain; */
      object-fit: cover;
    }

    .mySwiper3 ,
    .mySwiper4{
        width: 90%;
        height:150px;
        box-shadow: none;
    }
    .img3 ,
    .img4{
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* height: calc((100% - 30px) / 2)!important; */
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
    }
    .img3 img,
    .img4 img{
        height: auto;
        width: 90%;
        padding: 0;
    }
    .swiper-pagination{
        margin-top: 15px;
    }

    .brand,
    .brand2{
        width: 90%;
        margin: auto;
        text-align: center;
        position: relative;
    }
    .mySwiper3 ,
    .mySwiper4{
      width: 85%;
      height: 200px;
    }
    .mySwiper3 .swiper-slide,
    .mySwiper4 .swiper-slide{
      height: 55px!important;

    }
    .mySwiper3-prev,
    .mySwiper4-prev{
        text-align: center;
        transform: translate(-50%, 90%);
    }

    .mySwiper3-next,
    .mySwiper4-next{
        text-align: center;
        transform: translate(50%, 90%);
    }
    .brand .swiper-button-next:after,
    .brand .swiper-button-prev:after{
      font-size: 30px;
      font-weight: 500;
    }
    .brand2 .swiper-button-next:after,
    .brand2 .swiper-button-prev:after{
      font-size: 30px;
      font-weight: 500;
    }

     .exhibition-map img{
     	box-shadow: none;
   }

}
@media only screen and (max-width: 450px) {
    .container{
        padding: 5px;
    }
    .why>ul>li>div>p{
        font-size: 14px;
    }
    .category ul>li {
        width: 100%;
    }
    .mySwiper3-prev,
    .mySwiper4-prev{
        text-align: center;
        transform: translate(-50%, 82%);
    }

    .mySwiper3-next,
    .mySwiper4-next{
        text-align: center;
        transform: translate(50%, 82%);
    }
    .index-medias {
                    padding: 10px;
                }
                .tab-panel {
                    padding: 5px;
                    padding-bottom: 8px;
                }
				.more-dip{
					display: none;
				}
				#dots, #moreLink {
					display: inline; /* 显示更多按钮 */
				}
                .news-list h3 a{
                    display: none;
                }
                .news-list-a{
                    display: block;
                }
}