@charset "utf-8";
/**
 * [XIAOHEI] Copyright (c) 2010-2066
 * dz-CSS-qq:290948585
*/
main {width:100%;}

#search-area {height:2rem;position:relative;background-color:#DDE9FFFF;padding:var(--spacing-md) var(--spacing-md) 0 var(--spacing-md);}
#search-area .logo {height:100%;}
#search-area .logo img {height:100%;object-fit:cover;}
.search-input-wrapper {flex-grow:1;display:flex;flex-direction:row;align-items:center;column-gap:4px;padding:8px 35px 8px 10px;background-color:white;border-radius:20px;}
.search-input-wrapper .search-icon {width:20px;height:20px;}
.search-input-wrapper input {width:100%;border:none;font-size:14px;color:#333;border-radius:20px;}
#search-area .user-actions {;}

#banner-carousel {position:relative;box-sizing:border-box;width:100%;padding:0 var(--spacing-sm) 0 var(--spacing-sm);padding-top: 0.05rem;}
#banner-carousel:before{content:"";top:0;left:0;position:absolute;width:100%;height: 75%;background-color: #DBE8FD;}
#banner-carousel .circle {width: 100%;height: 30px;background: url(circle.png) center bottom;background-size: 100%;position: absolute;top: 60%;left: 0;z-index: 1;}

/* 分页器样式*/

/* 导航按钮样式*/
.bannerSwiper .swiper-button-next,.bannerSwiper .swiper-button-prev {color:#fff;background-color:rgba(0,0,0,0.3);width:30px;height:30px;border-radius:50%;margin-top:-15px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after {font-size:16px;}
/**/
#featured-services {box-sizing:border-box;width:100%;height:10rem;}
#featured-services img {width:100%;height:100%;object-fit:cover;}
.services-container {display:flex;justify-content:space-between;gap:10px;}
.service-item {flex:1;text-align:center;}
.service-item a {display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;}
.service-item img {width:60px;height:60px;border-radius:8px;object-fit:cover;}
.service-title {font-size:12px;color:#333;font-weight:500;}
.carousel-item {position:relative;width:95%;margin:0 auto;border-radius:8px;overflow:hidden;}
.carousel-item img {width:100%;height:180px;object-fit:cover;display:block;}
.banner-content {position:absolute;bottom:15px;left:15px;color:#fff;text-align:left;}
.banner-title {margin:0 0 5px 0;}
.banner-date-location {margin:0 0 10px 0;}
.banner-button {background-color:#ff6600;color:#fff;border:none;padding:8px 15px;border-radius:20px;cursor:pointer;}
#category-navigation {background-color:#fff;padding: 12px 0 12px;}
.category-grid {display:grid;grid-template-columns:repeat(5,1fr);gap:5px;text-align:center;width:95%;margin:0 auto;}
.category-item {display:flex;flex-direction:column;align-items:center;color:#666;/* margin:5px; */margin-bottom: 5px;overflow:hidden;}
.category-item img {width:40px;height:40px;margin-bottom:2px;}
.category-item .text-gray-600 {width:100%;}
#featured-services {background-color:#fff;padding:0 0 15px 0;margin-top:10px;}
.service-grid {display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:10px;}
.service-card {padding:15px;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;border-radius:8px;overflow:hidden;position:relative;color:#fff;}
.service-card-image {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.service-card .service-title,.service-card .service-description,.service-card .service-button {position:relative;z-index:1;}
.service-card-large {grid-column:span 1;grid-row:span 2;height:310px;}
.service-card-small {grid-column:span 1;height:155px;}
.service-card .service-title {color:#fff;}
.service-card .service-description {color:#eee;}
.service-card .service-button {background-color:rgba(255,255,255,0.2);color:#fff;border:1px solid #fff;padding:8px 15px;border-radius:20px;align-self:flex-start;}
/**/
.ad-b {display:flex;gap:8px;box-sizing:border-box;width:100%;padding: 8px 8px 8px;}
.ad-b-l {width:49.3%;border-radius:5px;overflow:hidden;}
.ad-b-l img {width:100%;height:100%;vertical-align:middle;border-radius:5px;}
.ad-b-l .bannerSwiper .swiper-pagination {position:absolute;z-index:1;margin:auto;text-align:center;bottom: 10px;}
.ad-b-l .bannerSwiper .swiper-pagination .swiper-pagination-bullet {margin:0 2px;}
.ad-b-r {width:49.3%;border-radius:5px;overflow:hidden;flex:1;}
.ad-b-r img {width:100%;height:100%;vertical-align:middle;border-radius:5px;}
/* banner*/
.banner-section {width:100%;display:flex;flex-direction:column;row-gap: 8px;padding: 0 8px;box-sizing:border-box;}
.banner-section .banner {border-radius: 6px;overflow:hidden;background:linear-gradient(90deg,#e6fbf5,#eaf7ff);}
.banner-section .banner img {width:100%;height:100%;object-fit:cover;vertical-align: middle;}
/**/
#recommended-exhibitions,#domestic-exhibitions,#international-exhibitions,#policy-news,#strategic-partners {width:100%;padding: 20px 0 0;background-color:#fff;}
#strategic-partners .section-header {box-sizing:border-box;position:relative;margin:var(--spacing-sm) var(--spacing-sm) var(--spacing-sm) var(--spacing-md);}
#strategic-partners .section-header::before {content:'';position:absolute;left: -10px;top:50%;transform: translateY(-45%);width:6px;height: 70%;background-color: #3159A4;border-radius:2px;}
#policy-news .section-header {box-sizing:border-box;position:relative;margin:var(--spacing-sm) var(--spacing-sm) var(--spacing-sm) var(--spacing-md);}
#policy-news .section-header::before {content:'';position:absolute;left: -10px;top:50%;transform: translateY(-45%);width:6px;height: 70%;background-color: #3159A4;border-radius:2px;}

.section-header {display:flex;justify-content:space-between;align-items:center;margin:var(--spacing-sm) var(--spacing-sm);}
.section-title {margin:0;position:relative;align-items: center;}
.section-title img {width: 0.22rem;height: 0.22rem;object-fit:cover;}
.more-link {color:#999;text-decoration:none;}

.exhibition-carousel {margin-top: 0.15rem;}
.exhibition-card {flex:1 1 auto;width: 50%;overflow:hidden;box-shadow: 0 2px 4px rgb(0 0 0 / 8%);display:flex;flex-direction:column;border-radius: 6px;}
.exhibition-card img {width:100%;object-fit:cover;display:block;border-radius: 6px 6px 0 0;}
.exhibition-card .exhibition-title {overflow:hidden;text-overflow:ellipsis;line-height: 18px;}
.exhibition-card .exhibition-info {display:flex;flex-direction:column;align-items:start;justify-content:space-between;row-gap:var(--spacing-sm);}
.exhibition-card .exhibition-location {white-space:nowrap;padding-right: 0;}
.exhibition-card .exhibition-date {padding-right: 0;}
.exhibition-card .exhibition-button {height:fit-content;padding:var(--spacing-sm) var(--spacing-xs);background-color: #3159A4;color:#fff;text-align:center;cursor:pointer;border:none;border-radius:var(--radius-sm);}

.partner-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:8px;text-align:center;}
.partner-item {display:flex;align-items:center;justify-content:center;}
.partner-item img {max-width: 100%;max-height:100%;vertical-align: middle;border-radius: 6px;border: 1px solid #eeeeee;object-fit: cover;}

.footer-nav {display:flex;justify-content:space-around;align-items:center;background-color:#fff;border-top:1px solid #eee;padding:10px 0;position:sticky;bottom:0;width:100%;box-shadow:0 -2px 4px rgba(0,0,0,0.1);}
.nav-item {display:flex;flex-direction:column;align-items:center;color:#666;}
.nav-item img {width:24px;height:24px;margin-bottom:3px;}
