.main {
    background: url(../images/folkways_bj.png) no-repeat top left / 100% 102%;
    padding-bottom: 100px;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.banner img.phone {
    display: none;
}

.folkways_title img {
    width: 94%;
    max-width: 810px;
    display: block;
    margin: 0 auto;
}

.folkways_title1.folkways_title1 {
    margin: 0;
}

.folkways_title {
    margin: 74px 0 0;
}

.tour2list .li {
    height: 535px;
    position: relative;
}

.tour2list .li .a {
    height: 337px;
    background: url(../images/tour3.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    position: relative;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0 0.5px;
}

.tour2list .li .a .pad {
    padding: 90px 40px 0;
    font-size: 16px;
}

.tour2list .li .a .t3 {
    height: 125px;
    text-align: justify;
}

.tour2list .li .a .time {
    font-family: "avian";
}

.tour2list .slick-slide:nth-child(3n+2) .a {
    background-image: url(../images/tour4.png);
}

.tour2list .slick-slide:nth-child(3n+3) .a {
    background-image: url(../images/tour5.png);
    color: #474747;
}


.tour2list .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    background: #f1f1f1;
    border-radius: 50%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.tour2list .slick-arrow:hover {
    opacity: 1;
}

.tour2list .slick-arrow:after {
    width: 50px;
    height: 50px;
    position: relative;
    content: "";
    position: absolute;
    top: 0;
}

.tour2list .slick-prev:after {
    left: 0;
    background: url(../images/prev.png) center center / 100% 100%;
}

.tour2list .slick-next:after {
    right: 0;
    background: url(../images/next.png) center center / 100% 100%;
}

.tour2list .slick-prev {
    left: 0;
}

.tour2list .slick-next {
    right: 0;
}


.tour2list .li_1 .a {
    top: 78px;
}

.tour2list .li_2 .a {
    top: 108px;
}

.tour2list .li_3 .a {
    top: 38px;
}

.tour2list .li_4 .a {
    top: 130px;
}

.tour2list .li_5 .a {
    top: 70px;
}


.tour2list .li .data {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 48px;
    border-top: 2px solid #bdbdbd;
}

.tour2list .li:hover .data:after {
    opacity: 1;
}

.tour2list .li .data span {
    text-align: center;
    font-size: 16px;
    padding-top: 22px;
    font-family: "avian";
    display: block;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.tour2list .li:hover .data span {
    color: #78201f;
}

.slick-slider {

    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
    width: 100%;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 2;
    cursor: pointer;
    color: #fff;
    text-align: center;
    opacity: 0.8;
}

.slick-prev {
    left: -60px;
}

.slick-next {
    right: -60px;
}


.slick-next:after {
    content: '\e832';
}

.slick-arrow:hover {
    opacity: 1;
}

.slick-arrow.slick-disabled, .slick-arrow.slick-disabled:hover {
    opacity: 0.5;
    cursor: default;
}

.slick-dotted.slick-slider {}

.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    display: block;
    font-size: 0;
    text-align: center;
    z-index: 2;
}

.slick-dots li {
    opacity: 0.7;
    display: inline-block;
    margin: 0 10px;
    width: 30px;
    height: 30px;
    background: url(../image/dot.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
    box-sizing: content-box;
}

.slick-dots li:hover {}

.slick-dots li.slick-active, .slick-dots li.slick-active:hover {
    opacity: 1;
}

.tour2listBox {
    width: 90%;
    margin: auto;
    position: relative;
    max-width: 1440px;
}

.tour2list {
    width: 90%;
    margin: auto;
    max-width: 1248px;
}

.activity {
    width: 90%;
    max-width: 1391px;
    margin: 98px auto 0;
}

.activity .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.activity .swiper-slide>a {
    width: 70%;
    max-width: 980px;
}

.activity .swiper-slide .new_list {
    width: 28%;
    position: relative;
}

.activity .swiper-slide p {
    font-size: 22px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 36px;
    margin-top: 50px;
    margin-bottom: 22px;
    color: #333333;
}

.activity .swiper-slide span {
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.activity .swiper-slide img {
    width: 100%;
    max-height: 425px;
}

.swiper-button {
    width: 182px;
    bottom: 28%;
    height: 46px;
    left: 0;
    position: absolute;
}

.swiper-button::after {
    position: absolute;
    content: "";
    width: 66px;
    height: 1px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/hd_bg1.png) center center / 100% 100%;
}

.swiper-button-prev, .swiper-button-next {
    width: 46px;
    height: 46px;
}

.swiper-button-prev {
    left: 0;
}

.folk_custom_list img {
    margin-right: 8px;
    width: 7px !important;
    display: inline-block !important;
    height: 8px !important;
}

.swiper-button-next {
    right: 0;
}

.folk_custom {
    margin-top: -50px;
    display: flex;
    position: relative;
    z-index: 99;
    align-items: flex-end;
    justify-content: space-between;
}

.folk_custom>img {
    width: 127px !important;
    height: 59px;
    margin-bottom: 14px;
}

.folk_custom_box {
    width: 96%;
    position: relative;
    display: flex;
    align-items: flex-start;
    max-width: 1190px;
    padding: 35px 0;
    height: 120px;
    background: url(../images/yw_bg.png) center center / 100% 100%;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: "" !important;
    width: 46px;
    height: 46px;
    background: url(../images/btn_prev1.png) center center / 100% 100%;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: "" !important;
    width: 46px;
    height: 46px;
    background: url(../images/btn_next1.png) center center / 100% 100%;
}

.folk_custom_list {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 3%;
    justify-content: space-between;
}

.folk_custom_list a:nth-child(1), .folk_custom_list a:nth-child(2) {
    margin-top: 0;
}

.folkways_title .phone {
    display: none;
}

.folk_custom_list a {
    width: 44%;
    margin-top: 25px;
}

.folk_custom_list p {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #ffffff;
}

.folk_custom_more {
    position: absolute;
    right: 10%;
    bottom: -10px;
    width: 86px;
    height: 24px;
}

.activity_icon {
    position: absolute;
    right: -54px;
    top: -34px;
    width: 109px !important;
    height: 250px;
}

.footerImg {
    margin-top: -30px;
}

@media screen and (max-width: 1279px) {
    .tour2list .li .a {
        height: 280px;
    }

    .tour2list .li {
        height: 490px;
    }

    .tour2list .li .a .pad {
        padding: 70px 30px 0;
    }
}

@media screen and (max-width: 750px) {
    .tour2list .li .a {
        top: 0 !important;
    }

    .main {
        background: url(../images/folkways_bj.png) 4% 100%;
    }
    .activity .swiper-slide p{
        margin-bottom: 10px;
    }
    .footerImg {
        margin-top: -44px;
    }
    .activity .swiper-slide span{
        -webkit-line-clamp: 2;
    }
    .folkways_title {
        margin-top: 40px !important;
        margin-bottom: 20px;
    }

    .tour2list .li {
        height: 6rem;
    }

    .folkways_title .pc {
        display: none;
    }

    .folkways_title .phone {
        display: block;
    }

    .banner img.phone {
        display: block;
    }

    .banner img.pc {
        display: none;
    }

    .tour2list .li .a .pad {
        padding: 1rem 0.4rem 0;
    }

    .tour2list .li .a .t3 {
        font-size: 0.28rem;
        height: 2rem;
    }

    .folk_custom_more {
        right: 14%;
    }

    .tour2list .li .a {
        height: 4.5rem;
    }

    .tour2list .li .data span, .tour2list .li .a .pad {
        font-size: 0.28rem;
    }

    .tour2list .slick-arrow:after {
        width: 0.64rem;
        height: 0.64rem;
    }

    .tour2list .li .data {
        height: 0.8rem;
    }

    .tour2list .li .data span {
        padding-top: 0.4rem;
    }

    .folk_custom {
        display: block;
        margin-top: 0;
    }

    .folk_custom_list {
        display: block;
    }

    .folk_custom_list a {
        width: 90%;
        margin: auto;
        display: block;
        margin-top: 8px;
    }

    .activity .swiper-slide {
        display: block;
    }

    .activity .swiper-slide .new_list {
        width: 100%;
    }

    .activity .swiper-slide p {
        margin-top: 30px;
        line-height: 26px;
        font-size: 18px;
    }
    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
        width: 40px;
        height: 40px;
    }
    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
        width: 40px;
        height: 40px;
    }
    .swiper-button {
        position: relative;
        margin: 20px auto;
    }

    .tour2list .slick-arrow {
        top: unset;
        bottom: 20%;
    }

    .tour2list .slick-prev {
        left: 30%;
    }

    .tour2list .slick-next {
        right: 30%;
    }

    .folk_custom_box {
        height: auto;
        padding: 20px 0;
        min-height: 140px;
        width: 100%;
    }

    .folk_custom_list a:nth-child(1), .folk_custom_list a:nth-child(2) {
        margin-top: 8px;
    }

    .folk_custom>img {
        display: none;
        margin: 20px auto;
    }

    .activity_icon {
        display: none !important;
    }
}