.homepage-main {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.homepage-swiper {
    width: 100%;
    height: 100vh;
}

.homepage-swiper .swiper-slide {
    height: 100vh;
    overflow: auto;
}

.ibanner {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ibanner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ibanner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ibanner-carousel-wrapper {
    position: relative;
    z-index: 3;
    margin-top: 200px;
}
.ibanner-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
}

.ibanner-card-large {
    width: 100%;
}

.ibanner-card-small {
    width: 100%;
}

.ibanner-card-img {
    width: 100%;
    overflow: hidden;
}

.ibanner-card-large .ibanner-card-img {
    height: 380px;
}

.ibanner-card-small .ibanner-card-img {
    height: 200px;
}

.ibanner-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ibanner-card-info {
    padding: 20px;
}

.ibanner-card-info h3{
    color:#333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ibanner-card-large .ibanner-card-info h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

.ibanner-card-small .ibanner-card-info h4 {
    font-size: 14px;
    color: #000;
    line-height: 1.4;
}

.ibanner-card-date {
    font-size: 14px;
    color: #999;
}

.ibanner-next,
.ibanner-prev {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.ibanner-next::after,
.ibanner-prev::after {
    font-size: 16px;
}

.home-section-official,
.home-section-culture,
.home-section-travel,
.home-section-qualification,
.home-section-partner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    /*padding: 80px 0;*/
}
.home-section-culture .home-section-title{
    color:#fff;
}
.home-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home-section-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-section-inner {
    position: relative;
    z-index: 2;
    width: 100%;
}


.home-section-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.official-left {
    width: 400px;
    flex-shrink: 0;
}

.official-desc {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 30px;
}

.official-switcher {
    position: relative;
    margin-bottom: 30px;
}

.official-carousel {
    width: 200px;
}

.official-switcher-content {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #000;
}

.official-switcher-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}


.home-btn {
    display: inline-block;
    padding: 12px 30px;
    background: var(--maincolor);
    border-top-right-radius:20px;
    border-bottom-left-radius:20px;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
    text-align: center;
}

.home-btn:hover {
    background: #8a3fa8;
}

.official-right {
    flex: 1;
    margin-left: 60px;
}

.official-info-list {
    display: flex;
    gap: 20px;
}

.official-info-item {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.official-info-date {
    display: flex;
    align-items: flex-end;
}



.culture-left {
    width: 35%;
    padding-right: 60px;
}

.culture-text {
    font-size: 16px;
    color: #fff;
    line-height: 2;
}

.culture-text p {
    margin-bottom: 20px;
}

.culture-right {
    width: 50%;
}

.culture-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.culture-icon-item {
    text-align: center;
}

.culture-icon-img {
    margin:0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.culture-icon-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.culture-icon-item p {
    margin-top:10px;
    font-size: 16px;
    color: #fff;
}

.travel-left {
    padding-right: 40px;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
}

.travel-main-img {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.travel-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.travel-main h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.4;
}

.travel-main-meta {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}

.travel-main-meta .travel-date {
    margin-right: 15px;
}
.travel-main{
    margin-left:180px;
}
.travel-right {
    width: 30%;
}

.travel-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.travel-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    transition: all 0.3s;
}

.travel-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.travel-item-img {
    width: 150px;
    height: 120px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}

.travel-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.travel-item-info {
    flex: 1;
    
}

.travel-item-info h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.4;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.travel-item-meta {
    font-size: 12px;
    color: #999;
}

.travel-item-meta .travel-date {
    margin-right: 10px;
}
.home-section-qualification .home-section-title{
    color:#fff;
}
.qualification-left {
    padding-top:10%;
    width: 23%;
    padding-left: 10%;
    flex-shrink: 0;
    background: linear-gradient(to left, rgba(54, 42, 55, .6), rgba(0, 0, 0, 0.1));
}

.qualification-nav {
    margin-top: 40px;
}

.qualification-nav li {
    padding: 25px 20px 25px 100px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 4px;
    transition: all 0.3s;
}

.qualification-nav li.active {
    background: linear-gradient(to right, var(--maincolor), rgba(0, 0, 0, 0.1));
    color: #fff;
    position: relative;
}

.qualification-nav li.active::after{
    content:"";
    position: absolute;
    right:50px;
    top:50%;
    transform:translateY(-50%);
    width:40px;
    height:2px;
    background:#fff;
}

.qualification-right {
    flex: 1;
    width:67%;
}
.pfooter{
    position: absolute;
    left:0;
    bottom:0;
}
.qualification-carousel {
    position: relative;
    padding: 0 60px;
}

.qualification-carousel .swiper-slide{
    display: flex;
    align-items: center;
}

.qualification-image {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;

}

.qualification-image img {
    width: calc(100% - 120px);
    height: auto;
    border-radius: 8px;
    padding: 30px 60px;
    background: #f8f8fc;
}

.qualification-label {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
}

.qualification-next,
.qualification-prev {
    color: #333;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.qualification-next::after,
.qualification-prev::after {
    font-size: 16px;
}

.home-section-partner {
    background: #fff;
    position: relative;
}

.lastpage .home-section-inner{
    margin-top:-300px;
}
.lastpage .fbottom{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    z-index:9;
    /*display: none;*/
}

.partner-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.partner-item {
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.partner-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.partner-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.mobile-show{
    display: none;
}
@media screen and (max-width: 1600px) {
    .partner-grid{
        grid-template-columns: repeat(6, 1fr);
        gap:10px;
        margin-top:20px;
    }
}
@media screen and (max-width: 1200px) {
    .home-section-title{
        margin-bottom:0;
    }
    .home-section-inner {
        flex-direction: column;
    }
    .slide-qualification .home-section-inner{
        flex-direction: row;
    }
    .qualification-left{
        padding-left:0;
        width:40%;
    }
    .qualification-right{
        width:60%;
    }
    .qualification-carousel {
        padding:0;
        position: relative;
        margin: 0 60px;
        overflow: hidden;
    }
    .qualification-left .home-section-title,
    .qualification-left .home-section-subtitle{
        padding-left:100px;
    }
    .official-left,
    .culture-left,
    .travel-left{
        width: 100%;
        margin-bottom: 40px;
    }
    .travel-left .up{
        margin-bottom:10px;
    }
    .travel-left{
        display: block;
    }

    .official-right,
    .culture-right,
    .travel-right{
        width: 100%;
        margin-left: 0;
    }
    .partner-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap:10px;
        margin-top:10px;
    }
}

.homepage-main {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.homepage-swiper {
    width: 100%;
    height: 100vh;
    position: relative;
}

.homepage-swiper .swiper-wrapper {
    height: 100%;
}

.homepage-swiper .swiper-slide {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.ibanner-carousel .swiper-wrapper {
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.ibanner-carousel .swiper-slide {
    height: auto;
    display: flex;
}

.ibanner-carousel .swiper-slide:first-child {
    flex-shrink: 0;
}

.ibanner-carousel .swiper-slide:not(:first-child) {
    flex-shrink: 0;
}

.home-section-title {
    font-size: 36px;
    color: #000;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
}

.official-left {
    width: 400px;
    flex-shrink: 0;
}

.official-desc {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 40px;
}

.official-switcher {
    margin-bottom: 40px;
}

.official-carousel {
    width: 100%;
    height: 360px;
    margin-bottom: 20px;
}

.official-carousel-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.official-carousel-img {
    width: 100%;
    height: 220px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

.official-carousel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.official-carousel-title {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    padding: 0 5px;
}

.official-switcher-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.official-switcher-prev,
.official-switcher-next {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}

.official-switcher-prev:hover,
.official-switcher-next:hover {
    opacity: 0.7;
}

.official-switcher-prev img,
.official-switcher-next img {
    width:auto;
    height:30px;
}

.official-switcher-pagination {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    color: #333;
}

.official-current {
    font-weight: bold;
}

.official-divider {
    margin: 0 2px;
}

.official-total {
    color: #999;
}

.official-right {
    flex: 1;
    margin-left: 60px;
}

.official-info-list {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.official-info-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    position: relative;
    padding-bottom:120px;
}

.official-info-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.official-info-item:hover h3{
    color:var(--maincolor);
}
.official-info-item:hover .official-info-arrow{
    background: url(../images/arrow-white.png) var(--maincolor) center center no-repeat;
    background-size: 20px;
    border: 1px solid var(--maincolor);
}

.official-info-day {
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    margin-right:20px;
    color:#333;
}

.official-info-month {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

.official-info-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.official-info-source {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.official-info-content h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.5;
    font-weight: normal;
}

.official-info-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.official-info-img {
    position: relative;
    width: 100%;
    height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: auto;
}

.official-info-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.official-info-arrow {
    position: absolute;
    left: 20px;
    bottom:20px;
    width: 32px;
    height: 32px;
    background: url(../images/arrow-gray.png) center center no-repeat;
    background-size: 20px;
    border-radius: 50%;
    padding:6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    border: 1px solid #ccc;
}

.official-info-arrow img {
    width: 16px;
    height: auto;
    filter: brightness(0);
}

@media screen and (max-width: 1200px) {
    .official-left {
        width: 100%;
        margin-bottom: 40px;
    }

    .official-right {
        width: 100%;
        margin-left: 0;
    }
    
    .home-section-subtitle{
        margin-bottom:0;
    }
    
    .travel-main{
        margin-left:0;
    }
}



/*列表*/
.main-content {
    padding: 40px 0;
}

.content-wrapper {
    gap:20px;
    align-items: flex-start;
}

.article-list {
    flex: 1;
}

.banner-section {
    margin-bottom:15px;
}

.banner-image {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.banner-image img {
    width: 100%;
    height: auto;
    display: block;
}

.banner-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 20px;
    font-size: 18px;
}

.list-wrapper {
    display: flex;
    flex-direction: column;
    gap:15px;
}

.list-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    border-bottom: 1px solid #eee;
    transition: background 0.3s;
    background:#fff;
}

.list-item:hover {
    background: #f9f9f9;
}

.list-item:last-child {
    border-bottom: none;
}

.list-image {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
}

.list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.list-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: normal;
}

.list-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-date {
    font-size: 12px;
    color: #999;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.sidebar-nav dl{
    margin-top:5px;
}
.sidebar-nav dd a,
.sidebar-nav li a {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    transition: color 0.3s;
}

.sidebar-nav dd a{
    padding:5px 15px;
    color:#333;
}

.sidebar-nav li a:hover {
    color: var(--maincolor);
}

.sidebar-nav li a.active{
    position: relative;
    color:var(--maincolor);
}

.sidebar-nav li a.active::after{
    content:"";
    position:absolute;
    left:-20px;
    top:50%;
    transform:translateY(-50%);
    width:3px;
    height:80%;
    background:var(--maincolor);
}

.article-content {
    flex: 1;
    background:#fff;
    padding:20px;
}

.article-content img{
    display: block;
    width:auto!important;
    max-width:100%;
    height:auto!important;
    margin:10px auto;
}

.breadcrumb {
    font-size: 14px;
    color: #0066cc;
    margin-bottom: 20px;
}   

.breadcrumb a{
    color:#666;
}

.breadcrumb a.active {
    color: var(--maincolor);
}

.breadcrumb span {
    color: #0066cc;
    margin: 0 5px;
}

.article-title {
    font-size: 28px;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.4;
}

.article-meta {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}

.article-meta .date {
    margin-right: 15px;
}

.article-meta *{
    color:#999;
}

.article-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
}

.article-text p {
    margin-bottom: 20px;
}

.article-text video{
    display: block;
    max-width:100%;
    margin:0 auto;
}

.like-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius:20px;
    background:#999;
    background-size:18px;
    cursor: pointer;
    transition: background 0.3s;
}

.like-num {
    display:block;
    background: url("../images/like.png") left center no-repeat;
    background-size:16px;
    padding-left:20px;
    font-size: 14px;
    color: #eee;    
}

.sidebar {
    width: 300px;
    flex-shrink: 0;
    padding: 20px;
    background: #fff;
}

.sidebar-title {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.title-line {
    width: 4px;
    height: 20px;
    background: var(--maincolor);
    margin-right: 10px;
}

.title-text {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.recommend-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.recommend-item {
    display: flex;
    gap: 15px;
}

.recommend-image {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
}

.recommend-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recommend-info {
    flex: 1;
}

.recommend-title {
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
    line-height: 1.4;
    font-weight: normal;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
}

.recommend-desc {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 8px;
    display: none;
}

.recommend-date {
    font-size: 12px;
    color: #999;
}
#translate{
    display: none;
}
@media screen and (max-width: 768px) {
    html,
    body{
        height:auto!important;
        overflow-y: visible!important;
        max-width:100%;
        overflow-x:hidden;
    }
    body.index{
        
    }
    .official-info-list,
    .content-wrapper {
        flex-direction: column;
    }
    .nav-menu ul {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .footer-nav ul {
        flex-wrap: wrap;
    }
    
    .breadcrumb{
        display: none;
    }
    .main-content{
        padding: 0;
        margin:10px 0;
    }
    .article-content{
        padding:10px;
    }
    .article-title{
        font-size:24px;
        text-align: center;
    }
    .article-meta{
        text-align: center;
        margin-bottom:10px;
    }
    .article-text{
        margin-bottom:10px;
    }
    .like-container{
        text-align: center;
        margin-bottom:10px;
    }
    .sidebar {
        width:calc(100% - 20px);
        padding:10px;
    }
    .list-desc,
    .banner-section{
        display: none;
    }
    .content-wrapper.flex {
        flex-direction: column;
        gap:10px;
    }
    .sidebar-list{
        width:100%;
	    overflow: hidden;
	    padding:0 10px;
	    margin-left:-10px;
	    margin-right:-10px;
    }
    .sidebar-list ul{
        width:100%;
    	overflow-x:scroll;
    	white-space: nowrap;
    	display: block;
    }
    .sidebar-list ul li{
        display: inline-block;
    	box-sizing: border-box;
    	position: relative;
    }
    .sidebar-list ul li dl{
        position: absolute;
        display: none;
    }
    .sidebar-nav li>a{
        padding:20px;
    }
    .sidebar-nav li a.active::after{
        top:auto;
        bottom:0;
        left:50%;
        transform:translateX(-50%);
        width:calc(100% - 40px);
        height:2px;
    }
    .sidebar {
        order: 1;
        width: 100%;
    }
    
    .article-list {
        order: 2;
        width: 100%;
    }
    .official-switcher,
    .ibanner-carousel-wrapper{
        display: none;
    }
    .ibanner-bg img,
    .ibanner-bg,
    .homepage-swiper>.swiper-wrapper>.swiper-slide,
    .homepage-swiper>.swiper-wrapper,
    .homepage-main,
    .homepage-swiper {
        height: auto !important;
        display: block !important;
        overflow: visible !important;
    }
    .homepage-swiper .swiper-slide{
        margin-bottom:10px;
        /*padding-top:10px;*/
    }
    .ibanner{
        height:240px;
    }
    .home-section-subtitle,
    .home-section-title,
    .home-section-desc{
        text-align: center;
        margin-bottom:10px;
    }
    .home-section-title{
        font-size:24px;
        padding-bottom:0;
    }
    .lastpage .home-section-inner{
        margin-top:0;
    }
    .lastpage .fbottom{
        position: static;
    }
    .partner-grid {
        grid-template-columns: repeat(3, 1fr);
        gap:10px;
    }
    .culture-text p{
        margin-bottom:10px;
        line-height:1.6;
    }
    .culture-icons {
        grid-template-columns: repeat(4, 1fr);
    }
    .travel-main{
        margin-left:0;
    }
    .official-info-content h3{
        font-weight:bold;
    }
    .official-desc{
        text-align: center;
        margin-bottom:10px;
    }
    .official-left{
        margin-bottom:10px;
    }
    .home-section-inner{
        padding-top:20px;
    }
    .homepage-swiper .swiper-slide.withmore .home-section-inner{
        position: relative;
        padding-bottom:80px;
    }
    .withmore .home-btn{
        position: absolute;
        bottom:10px;
        left:0;
    }
    .home-section-culture .home-section-subtitle{
        color:#fff;
    }
    .home-section-qualification .swiper-side{
        display: flex;
    }
    .home-section-qualification .swiper-side .home-section-inner{
        flex-direction: column;
    }
    .home-section-qualification{
        min-height:auto;
        padding-top:100px;
    }
    .home-section-qualification .mobile-show{
        display: block;
        position: absolute;
        left: 50%;
        top: 30px;
        width:100%;
        transform: translateX(-50%);
        z-index: 9;
    }
    .qualification-left{
        order:2;
        width:100%;
        padding:0;
	    overflow: hidden;
	    background:none;
    }
    .qualification-left ul{
        width:100%;
    	overflow-x:scroll;
    	white-space: nowrap;
    }
    .qualification-left ul li {
        display: inline-block;
	    box-sizing: border-box;
	    padding:10px 20px;
    }
    .qualification-nav li.active{
        background:none;
        position: relative;
    }
    .qualification-nav li.active::after{
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 50%;
        height: 2px;
        background:var(--maincolor);
    }
    .qualification-right{
        order:1;
    }
    .qualification-right .swiper-slide{
        height:auto;
    }
    .qualification-right .swiper-wrapper{
        /*overflow: hidden;*/
    }
    .qualification-right .swiper-wrapper .swiper-slide-prev,
    .qualification-right .swiper-wrapper .swiper-slide-next{
        transform:scale(50%);
    }
    .qualification-left .home-section-subtitle,
    .qualification-left .home-section-title{
        display: none;
    }
    .home-section-official, .home-section-culture, .home-section-travel, .home-section-qualification, .home-section-partner{
        min-height:auto;
    }
    .home-section-partner,
    .home-section-culture{
        padding:30px 0;
    }
    .culture-left{
        padding-right:0;
    }
    .qualification-image img{
        padding:0;
        width:100%;
    }
    .travel-left{
        margin-bottom:10px;
    }
}