@charset "UTF-8";

.type-title-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 30px;
}

.type-title {
    position: relative;
    text-align: center;
    width: 100%;
}

.type-title .title-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 60px;
    font-weight: bold;
    font-family: Arial;
    transform: scaleX(0.8);
    color: #fef4e6;
}

.type-title .title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 4px;
    width: 2em;
    background-color: #e39a00;
    margin: 0 auto;
}

.type-title .title {
    font-size: 40px;
    color: #333;
    /* font-family: 'SourceHanSerifCN'; */
    padding-top: 35px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    z-index: 6;
}

.type-title .title-desc {
    font-size: 16px;
    color: #aaa;
}

.bg-mountain {
    background: url('../images/bg-mountain.jpg') no-repeat center top;
    background-size: contain;
}

.into-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.into-readme {
    flex: 1;
}

.into-readme .article {
    text-align: justify;
}

@media (max-width:1365px) {
    .into-readme {
        flex: 1 1 100%;
    }
}

.into-readme .title {
    /* font-family: 'SourceHanSerifCN'; */
    font-size: 40px;
    margin-bottom: 60px;
}

@media (max-width:1365px) {
    .into-readme .title {
        text-align: center;
    }

    .into-readme .article {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.into-readme .article {
    text-indent: 2em;
    line-height: 35px;
}

.into-video {
    width: 694px;
    height: 390px;
    margin-left: 70px;
    display: flex;
    align-items: center;
    background-color: #000;
}

@media (max-width:1365px) {
    .into-video {
        margin-left: 0;
        margin: 0 auto;
        margin-top: 20px;
        width: 100%;
        height: auto;
    }
}

.recommend-bd {
    display: grid;
    grid-template-columns: repeat(8, minmax(130px, 1fr));
    justify-content: space-between;
    gap: 10px;
}

@media (max-width:1365px) {
    .recommend-bd {
        grid-template-columns: repeat(4, 1fr);
    }
}

.title-recommend {
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-family: 'SourceHanSerifCN'; */
    font-size: 40px;
    gap: 15px;
    padding-bottom: 60px;
    padding-top: 60px;
}

.recommend-item {
    display: flex;
    justify-content: center;
    text-align: center;
}

.recommend-item .img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.recommend-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recommend-item .title {
    color: #535353;
    padding-top: 20px;
    padding-bottom: 20px;
}

.honor-bd {
    display: grid;
    grid-template-columns: repeat(5, minmax(180px, 1fr));
    justify-content: space-between;
    justify-items: center;
    gap: 10px;
}

@media (max-width:1365px) {
    .honor-bd {
        grid-template-columns: repeat(2, 1fr);
    }
}

.honor-item {
    width: 100%;
    height: auto;
}

.honor-item img {
    width: 100%;
    height: 100%;
}

.view-wrap {
    position: relative;
}

.swiper-wrapper {
    box-sizing: border-box;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    width: 100%;
    height: 700px;
}

.gallery-thumbs {
    height: 72px;
    position: absolute;
    bottom: 25px;
    right: 50px;
    width: 875px;
}

@media (max-width:1365px) {
    .gallery-thumbs {
        left: 0;
        right: 0;
        width: 90%;
    }
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.6;
    border: 4px solid #fff;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.view-text-bd {
    padding: 150px;
    width: 1200px;
}

@media (max-width:1365px) {
    .view-text-bd {
        padding: 50px;
        width: auto;
    }
}


.view-title {
    /* font-family: 'SourceHanSerifCN'; */
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
}

.view-desc {
    color: #fff;
    line-height: 40px;
}

.scenery-bd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(386px, 1fr));
    justify-content: space-between;
    gap: 0 40px;
}

@media (max-width:767px) {
    .scenery-bd {
        grid-template-columns: 1fr;
    }
}

.scenery-item {
    text-align: center;
}

.scenery-item img {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 8px;
    object-fit: cover;
}

.scenery-item .title {
    color: #4d4d4d;
    padding-top: 20px;
    padding-bottom: 20px;
}

.load-more {
    text-align: center;
}

.load-more a {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background-color: #ddb55f;
    color: #fff;
    border-radius: 5px;
}

.driving-bd {
    display: flex;
    align-items: flex-start;
}


.driving-map {
    margin-right: 40px;
    min-width: 44%;
}

.driving-map img {
    width: 100%;
}

.driving-path {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    gap: 25px 40px;
}

.driving-item {
    width: calc(50% - 20px);
    border: 2px solid #af7701;
    padding: 15px 20px;
    text-align: justify;
}

.driving-item .title {
    color: #af7701;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    border-left: 4px solid #af7701;
    padding-left: 5px;
    margin-bottom: 10px;
}

.driving-item .desc {
    color: #5f5e5e;
    font-size: 14px;
}


.list-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.list-columns .column-item {
    width: calc(50% - 20px)
}

.list-columns .column-item img {
    width: 100%;
}

.column-page {
    border: 2px solid #c68600;
    padding: 40px;
}

@media (max-width:1365px) and (min-width:768px) {
    .driving-bd {
        display: block;
    }

    .driving-map {
        margin-right: auto;
    }
}

@media (max-width:767px) {
    .driving-bd {
        flex-wrap: wrap;
    }

    .driving-item {
        width: 100%;
    }

    .driving-map {
        margin-right: auto;
    }

    .list-columns .column-item {
        width: 100%;
    }
}



.column-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 60px;
    margin-bottom: 50px;
}

.list-cover {
    display: flex;
}

.list-cover .cover {
    flex: 0 0 268px;
    height: 172px;
    margin-right: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.list-cover .cover img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.list-cover .bd {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.list-cover .title {
    font-size: 18px;
    color: #4d4d4d;
}


.list-cover .date {
    font-size: 14px;
    color: #a0a0a0;
}

.column-four {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(386px, 1fr));
    gap: 40px 40px;
    margin-bottom: 50px;
}

.list-cover-item {
    text-align: center;
    min-width: 386px;
}

.list-cover-item .cover {
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
}

.list-cover-item .cover img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.list-cover-item .title {
    font-size: 16px;
    color: #4d4d4d;
    padding-top: 20px;
}

.column-one .list-cover {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.column-one .list-cover .title {
    font-size: 24px;
}

.column-one .list-cover .cover {
    flex: 0 0 400px;
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width:767px) {

    .column-one,
    .column-two,
    .column-four {
        grid-template-columns: 1fr;
        padding-left: 10px;
        padding-right: 10px;
    }

    .list-cover .cover {
        flex: auto;
        height: auto;
        margin-right: 10px;
    }

    .list-cover-item .cover {
        width: 100%;
        height: auto;
    }

    .column-one .list-cover {
        flex-wrap: wrap;
    }

    .column-one .list-cover .cover {
        flex: auto;
        height: auto;
        margin-right: 0;
    }

    .column-one .list-cover .title {
        padding-top: 15px;
    }
}

@media (min-width:767px) and (max-width:1365px) {

    .column-one,
    .column-two {
        grid-template-columns: 1fr;
        padding-left: 10px;
        padding-right: 10px;
    }

    .list-cover-item .cover {
        width: auto;
        overflow: hidden;
    }
}

.detail-wrap {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    padding-top: 80px;
}

.detail-page-wrap {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: center;
}

.detail-bg {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #fffbf1;
    background-size: contain;
    padding-bottom: 41.6%;
}

.detail-bg-white {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: contain;
    padding-bottom: 41.6%;
}

.detail-main,
.detail-sider {
    background-color: #fff;
}

.detail-main {
    flex: 1;
    padding: 60px;
}

.detail-main .hd {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.detail-main .bd {
    padding-top: 40px;
}

.detail-main .title {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
}

.detail-main .attr {
    font-size: 14px;
    color: #686868;
}

.detail-sider {
    flex: 0 0 400px;
    padding: 30px;
    overflow: hidden;
}

.pre-document,
.next-document {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.pre-document .desc,
.next-document .desc {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.pre-document .title,
.next-document .title,
.pre-document .date,
.next-document .date {
    font-size: 14px;
    color: #666;
}

.pre-document .title,
.next-document .title {
    padding: 15px 0;
}


.relnews-title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-bottom: 15px;
}

.list-relnews {
    width: 100%;
}

.list-relnews a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 15px 0;
    position: relative;
    padding-right: 100px;
    font-size: 14px;
    color: #666;
    border-top: 1px solid #eee;
}

.list-relnews a span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


@media (max-width:1365px) {
    .detail-wrap {
        flex-wrap: wrap;
    }

    .detail-main,
    .detail-sider {
        flex: auto;
    }

    .detail-main {
        padding: 20px;
    }

    .detail-wrap {
        padding-top: 20px;
        gap: 20px;
    }
}





.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.pagination li {
    margin: 0 5px;
}

.pagination button {
    cursor: pointer;
    padding: 4px 12px;
    border-radius: 4px;
    background-color: #dadada;
    border: none
}

.pagination .active {
    font-weight: bold;
    background-color: #f1a301 !important;
    color: #fff
}


.subnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 70px;
}

.subnav a {
    min-width: 160px;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #d19e33;
    color: #d19e33;
    font-size: 16px;

}

.subnav a.active,
.subnav a:hover {
    background-color: #d19e33;
    color: #fff;
}

.mainmap {
    position: relative;
    margin-bottom: 70px;
}

.mainmap .pic {
    width: 1000px;
    height: 562px;
}

.mainmap .pic img {
    width: 100%;
    height: 100%;
}

.mainmap .desc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 860px;
    background-color: #f2f6f7;
    opacity: 0.9;
    padding: 40px;
    /* text-align: justify; */
    line-height: 1.6;
    color: #535353;
}

.mainmap .desc .title {
    font-size: 40px;
    color: #333;
    margin-bottom: 20px;
}

.mainmap .desc .title>span {
    font-size: 22px;
    color: #afafaf;
    margin-left: 25px;
}

@media (max-width:1365px) {
    .mainmap .pic {
        width: 100%;
        height: auto;
    }

    .mainmap .desc {
        position: relative;
        min-width: auto;
        height: auto;
        top: auto;
        transform: none;
        left: auto;
    }
}

.column-ticket {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ticket-cover-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #f2f6f7;
    overflow: hidden;
}

.ticket-cover-item .cover {
    width: 600px;
    height: 300px;
    margin: auto;
}

.ticket-cover-item .cover img {
    width: 100%;
    height: 100%;
}

.ticket-cover-item .bd {
    padding: 40px;
    line-height: 30px;
    flex: 1;
}

.ticket-cover-item .bd .title {
    font-size: 28px;
    color: #333;
    margin-bottom: 40px;
}

.ticket-cover-item .bd .description {
    color: #686868;
}

.ticket-cover-item .bd .time {
    color: #f00;
}

.ticket-cover-item .code {
    background-color: #f1f3f3;
    width: 300px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.ticket-cover-item .code .desc {
    margin-top: 10px;
}

@media (max-width:1365px) {
    .ticket-cover-item .cover {
        width: 100%;
        height: auto;
    }

    .ticket-cover-item .code {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.box-arc-top-left {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 50px;
    height: 50px;
    border-radius: 0 0 80px 0;
    border: 4px solid #d19e33;
    border-width: 0 4px 4px 0;
    background-color: #fff;
}

.box-arc-top-right {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 50px;
    height: 50px;
    border-radius: 0 0 0 80px;
    border: 4px solid #d19e33;
    border-width: 0 0 4px 4px;
    background-color: #fff;
}

.box-arc-bottom-right {
    position: absolute;
    bottom: -4px;
    right: -4px;
    width: 50px;
    height: 50px;
    border-radius: 80px 0 0 0;
    border: 4px solid #d19e33;
    border-width: 4px 0 0 4px;
    background-color: #fff;
}

.box-arc-bottom-left {
    position: absolute;
    bottom: -4px;
    left: -4px;
    width: 50px;
    height: 50px;
    border-radius: 0 80px 0 0;
    border: 4px solid #d19e33;
    border-width: 4px 4px 0 0;
    background-color: #fff;
}

.cultural-item {
    border: 4px solid #d19e33;
    padding: 50px;
    position: relative;
}

.cultural-item .pic {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.cultural-item .desc {
    font-size: 16px;
    color: #515151;
    line-height: 2;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width:767px) {
    .cultural-item {
        padding: 50px 10px;
    }
}

@media (min-width:768px) and (max-width:1365px) {
    .cultural-item .pic {
        flex-wrap: wrap;
    }
}

.info-item {
    position: relative;
    display: inline-block;
}

.info-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 16px;
    background-color: #ffd200;
    z-index: 2;
}

.info-item .label {
    font-size: 18px;
    color: #6f6f71;
    margin-bottom: 15px;
}

.info-item .text {
    font-size: 30px;
    line-height: 1;
    color: #333;
    font-weight: bold;
    position: relative;
    z-index: 3;
}

.info-item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 40px;
}

#map-view {
    width: 100%;
    min-height: 500px;
    margin-bottom: 50px;
}

.map-box * {
    line-height: 1.2;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    z-index: 99;
}


.column-headlines {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px;
}

.headline-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.headline-item .cover {
    width: 648px;
    height: 420px;
    flex-shrink: 0;
}

.headline-item .cover img {
    width: 100%;
    height: 100%;
}

.headline-item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-cover-wrap {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 18px 40px;
    margin-right: 40px;
}

@media (max-width:1365px) {
    .column-headlines {
        flex-wrap: wrap;
    }

    .headline-item {
        flex-shrink: unset;
    }

    .list-cover-wrap {
        grid-template-columns: 1fr;
    }

    .headline-item .cover {
        width: 100%;
        height: auto;
    }
}

.cover-item-small a {
    display: flex;
}

.cover-item-small .cover {
    width: 110px;
    height: 68px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 20px;
}

.cover-item-small img {
    width: 100%;
    height: 100%;
}

.cover-item-small .title {
    font-size: 16px;
    color: #4d4d4d;
}

.cover-item-small .date {
    font-size: 14px;
    color: #a0a0a0;
}



.form-container {
    max-width: 100%;
    margin: auto;
    background: #fff;
    padding: 40px 20px;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.form-container h1 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.form-row-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-row>label {
    flex: 0 0 120px;
    margin-right: 20px;
    text-align: right;
    font-weight: bold;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    flex: 1;
    padding: 5px;
    outline: none;
    border: 1px solid #ccc;
}

textarea {
    resize: vertical;
}

.required {
    color: red;
    margin-right: 5px;
}

.form-row-button>button {
    margin-right: 10px;
    padding: 10px 65px;
    border: none;
    border-radius: 4px;
    background-color: #eee;
    color: #999;
    cursor: pointer;
    opacity: .9;
}

.form-row-button>button[type="submit"] {
    background-color: #f1a301;
    color: #fff;
}

.form-row-button>button[type="reset"] {
    background-color: #e6e6e6;
    color: #666
}

.form-row-button>button:hover {
    opacity: 1;
}

.gender-options {
    display: flex;
}

.gender-option {
    flex: auto;
    margin-right: 15px;
    display: flex;
    align-items: center;
    font-weight: normal;
}

.gender-option input {
    margin-right: 5px;
}

@media (max-width:1365px) {
    .form-row {
        flex-wrap: wrap;
    }

    .form-row>label {
        flex: 0 0 100%;
        text-align: left
    }

    .form-row>label.gender {
        flex: 0 0 80px;
    }

    .form-row-button>button {
        padding: 10px 30px
    }
}