.tourismMain {
    position: relative;
    width: 100%;
    min-height: 100%;
    /* background-image: url('../img/blankBg.png');
    background-size: 100% 100%;
    background-repeat: repeat-y;
    background-position: center center; */
}

.main {
    position: relative;
    z-index: 1;
    padding-top: 100px; /* 为固定header留出空间 */
}

.topBgWrap {
    width: 100%;
}

.topBgWrap .topBgImg {
    width: 100%;
    object-fit: cover;
}

.topBgWrap .topLine {
    width: 100%;
    height: 24px;
    background-image: url('../img/topLine.png');
    background-size: 100% 24px;
    background-repeat: repeat-x;
    background-position: center center;
    margin-top: -6px;
    object-fit: cover;
}

.tourismImg {
    display: block;
    width: 1400px;
    height: 820px;
    object-fit: cover;
    margin: 0 auto;
    margin-bottom: 38px;
}

/* tabs */
/* 按钮 */
.tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 42px;
}

.tabs .tabItem {
    width: 240px;
    height: 72px;
    background-image: url('../img/news/tabBg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    cursor: pointer;
}

.tabs .tabItem span {
    font-size: 40px;
    color: #9E5B20;
    line-height: 48px;
    font-family: 'XinYiJiXiangSong';
    font-weight: 400;
    margin-top: -4px;
}

.tabs .tabItem.active,
.tabs .tabItem:hover {
    background-image: url('../img/news/tabBgActive.png');
}

.tabs .active span,
.tabs .tabItem:hover span {
    color: #fff;
}

.tabContentItem {
    display: none;
}

.tabContentItem.active {
    display: block;
}

@media screen and (max-width: 1400px) {
    .tourismImg{
        width: 1200px;
    }
}
/* 隐藏全局滚动条 - Webkit浏览器 */
::-webkit-scrollbar {
    display: none;
}

/* 隐藏全局滚动条 - Firefox和IE */
html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
