/* 轮播图部分 */

.slider {
    min-width: 1200px;
    max-width: 1920px;
    min-height: 587px;
}

.slider .swiper-wrapper .loading {
    width: 100%;
    padding: 300px 0;
}

.slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 5px;
    opacity: 1;
    transition: all 0.25s linear;
}

.slider .swiper-pagination-bullet-active {
    width: 80px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 13px;
}

.slider .swiper-button-next,
.slider .swiper-button-prev {
    width: 40px;
    height: 40px;
}

.slider .swiper-button-prev {
    background: url(../images/icon.png) no-repeat 0 -174px;
    left: 50%;
    bottom: 10%;
    top: auto;
    right: auto;
    margin-left: 510px;
}

.slider .swiper-button-next {
    background: url(../images/icon.png) no-repeat -56px -174px;
    left: 50%;
    bottom: 10%;
    top: auto;
    right: auto;
    margin-left: 560px;
}

.slider .swiper-button-next::after,
.slider .swiper-button-prev::after {
    content: '';
}

.slider .swiper-pagination {
    color: #fff;
    font-size: 16px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}


/*板块通用*/

.block {
    padding: 50px 0;
    min-width: 1200px;
    overflow: hidden;
}

.block .blockname {
    padding-bottom: 50px;
}

main a.more {
    width: 178px;
    height: 60px;
    background: #4087f5;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    line-height: 60px;
}

main a.more i {
    width: 44px;
    height: 10px;
    display: inline-block;
    vertical-align: baseline;
    background: url(../images/icon.png) no-repeat -69px 0;
    margin-left: 20px;
    transition: all .25s linear;
}

main a.more:hover i {
    margin-left: 10px;
}

main .morebtn {
    margin-top: 40px;
}


/*夏布大观板块*/

main .dmbh .info {
    width: 1060px;
    margin: 0 auto;
    position: relative;
    display: flex;
}

main .dmbh .info::before {
    width: 73px;
    height: 1px;
    background: #333333;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
}

main .dmbh .info::after {
    width: 1px;
    height: 64px;
    background: #333333;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
}

main .dmbh .info .l {
    width: 360px;
    height: 487px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

main .dmbh .info .l img {
    min-width: 100%;
    min-height: 100%;
}

main .dmbh .info .r {
    flex: 1;
    text-align: left;
}

main .dmbh .info .r .text {
    width: 678px;
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 30px 10px 30px 30px;
    margin-top: 25px;
}

main .dmbh .info .r .text h1 {
    height: 26px;
    line-height: 26px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 9px solid #fd9e1a;
    padding-left: 15px;
}

main .dmbh .info .r .text .brief {
    padding: 20px 0 10px 0;
    font-size: 16px;
    line-height: 30px;
}

main .dmbh .info .r a {
    text-align: center;
    margin: 35px 0 0 35px;
}


/*景区预约*/

main .jqyy {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}

main .jqyy .swiper-container {
    padding-bottom: 50px;
}

main .jqyy .swiper-container-horizontal>.swiper-pagination-bullets,
main .jqyy .swiper-pagination-custom,
main .jqyy .swiper-pagination-fraction {
    bottom: 0px;
}

main .jqyy .swiper-container .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #c7c7c7;
    border-radius: 8px;
    opacity: 1;
    transition: all 0.25s linear;
}

main .jqyy .swiper-container .swiper-pagination-bullet-active {
    background: #4087f5;
}

main .jqyy .swiper-slide {
    overflow: hidden;
}

main .jqyy .swiper-slide .info {
    position: absolute;
    left: 0px;
    top: 67%;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    transition: all .25s linear;
}

main .jqyy .swiper-slide:hover .info {
    top: 0;
}

main .jqyy .swiper-slide .info .bg {
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    transition: all .25s linear;
}

main .jqyy .swiper-slide:hover .info .bg {
    background: rgba(0, 0, 0, .6);
}

main .jqyy .swiper-slide .info h1 {
    font-size: 1.3em;
    margin-top: 1.2em;
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

main .jqyy .swiper-slide .info p {
    margin-top: 1.2em;
    font-size: 1em;
    text-align: left;
    height: 9em;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    opacity: 0;
    transition: all .25s linear;
}

main .jqyy .swiper-slide:hover .info p {
    opacity: 1;
}

main .jqyy .swiper-slide .info a {
    width: 9.5em;
    height: 2.8em;
    border: 1px solid #fff;
    border-radius: 2.5em;
    box-sizing: border-box;
    line-height: 2.8em;
    font-size: 1em;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    display: inline-block;
    margin-top: 2em;
}

main .jqyy .swiper-slide .info a:hover {
    background: #4087f5;
}


/*酒店住宿*/

main .jdzs {
    position: relative;
    padding: 150px 0 50px 0;
    margin-top: -100px;
}

main .jdzs .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

main .jdzs .bg canvas {
    width: 100%;
    height: 100%;
}

main .jdzs .blockname,
main .jdzs .container {
    position: relative;
}

main .jdzs .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

main .jdzs .list a {
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    width: 580px;
    height: 360px;
    justify-content: center;
    align-items: center;
    display: flex;
}

main .jdzs .list a:hover {
    box-shadow: 0 0 15px #aaa;
}

main .jdzs .list a img {
    min-width: 100%;
    min-height: 100%;
    transition: all .25s linear;
}

main .jdzs .list a:hover img {
    transform: scale(1.1);
}

main .jdzs .list a .info {
    background: rgba(0, 0, 0, .6);
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    box-sizing: border-box;
}

main .jdzs .list a .info .l {
    text-align: left;
    max-width: 70%;
}

main .jdzs .list a .info .l h1 {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
}

main .jdzs .list a .info .l p {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

main .jdzs .list a .info .l i {
    width: 24px;
    height: 22px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat -50px -32px;
    vertical-align: text-bottom;
    margin-right: 10px;
}

main .jdzs .list a .info .r {
    font-size: 14px;
}

main .jdzs .list a .info .r span {
    font-size: 32px;
    color: #fd9e1a;
    margin: 0 5px;
}


/*美食推荐*/

main .mstj {
    height: 800px;
    box-sizing: border-box;
    background: url(../images/bg-index-mstj.jpg) repeat-x center center;
}

main .mstj .container {
    position: relative;
}

main .mstj .swiper-button-prev,
main .mstj .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
}

main .mstj .swiper-button-prev {
    left: -80px;
    background: url(../images/icon.png) no-repeat 0 -240px;
}

main .mstj .swiper-button-prev::after {
    content: '';
}

main .mstj .swiper-button-next {
    right: -80px;
    background: url(../images/icon.png) no-repeat -80px -240px;
}

main .mstj .swiper-button-next::after {
    content: '';
}

main .mstj .swiper-slide {
    padding: 0 15px;
    box-sizing: border-box;
}

main .mstj .swiper-slide a {
    display: block;
    position: relative;
}

main .mstj .swiper-slide .bg {
    position: absolute;
    width: calc(100% - 40px);
    height: 100%;
    left: 20px;
    top: 0;
    background: #4087f5;
    transition: all .25s linear;
}

main .mstj .swiper-slide a:hover .bg {
    background: #fda224;
}

main .mstj .swiper-slide .box {
    position: relative;
    padding: 20px 0;
    color: #fff;
}

main .mstj .swiper-slide .box .name,
main .mstj .swiper-slide .box .info {
    padding: 0 40px;
    box-sizing: border-box;
}

main .mstj .swiper-slide .box .name {
    text-align: left;
}

main .mstj .swiper-slide .box .name i {
    width: 36px;
    height: 6px;
    background: #fff;
    display: inline-block;
}

main .mstj .swiper-slide .box .name h1,
main .mstj .swiper-slide .box .name p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

main .mstj .swiper-slide .box .name h1 {
    font-size: 20px;
    line-height: 56px;
}

main .mstj .swiper-slide .box .name p {
    font-size: 15px;
    line-height: 33px;
}

main .mstj .swiper-slide .box .img {
    margin: 30px 0;
    width: 270px;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 0 15px #000;
    border-radius: 50%;
}

main .mstj .swiper-slide .box .img img {
    min-width: 100%;
    min-height: 100%;
}

main .mstj .swiper-slide .box .info .price,
main .mstj .swiper-slide .box .info .rank {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

main .mstj .swiper-slide .box .info .price div {
    font-size: 16px;
}

main .mstj .swiper-slide .box .info .price div span {
    font-size: 32px;
}

main .mstj .swiper-slide .box .info .rank {
    background: #fff;
    border-radius: 3px;
    color: #fd9e1a;
    box-sizing: border-box;
    padding: 5px;
    margin-top: 10px;
    flex-wrap: nowrap;
}

main .mstj .swiper-slide .box .info .rank span {
    font-size: 14px;
}

main .mstj .swiper-slide .box .info .rank span:last-of-type {
    flex: 1;
}

main .mstj .swiper-slide .box .info .rank i {
    width: 22px;
    height: 19px;
    background: url(../images/icon.png) no-repeat -94px -32px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}


/*购物指南*/

main .gwzn {
    background: #f7f7f7;
}

main .gwzn .tab a {
    width: 135px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background: #fff;
    display: inline-block;
    margin: 0 45px;
}

main .gwzn .tab a.active {
    background: #4087f5;
    color: #fff;
}

main .gwzn .box {
    margin: 20px 15px 0 15px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
}

main .gwzn .box .info {
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #cacaca;
    display: flex;
    justify-content: space-between;
}

main .gwzn .box .info .l {
    width: 614px;
    height: 420px;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}

main .gwzn .box .info .l img {
    min-width: 100%;
    min-height: 100%;
}

main .gwzn .box .info .r {
    width: 450px;
    text-align: left;
}

main .gwzn .box .info .r .title {
    font-size: 30px;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

main .gwzn .box .info .r .row {
    font-size: 16px;
    color: #aeaeae;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

main .gwzn .box .info .r .row em {
    color: #333;
}

main .gwzn .box .info .r .content {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    line-height: 28px;
    height: 196px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

main .gwzn .box .info .r a {
    width: 160px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #4087f5;
    color: #4087f5;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    margin-top: 25px;
}

main .gwzn .box .info .r a:hover {
    background: #4087f5;
    color: #fff;
}

main .gwzn .box .list {
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

main .gwzn .box .list .prev,
main .gwzn .box .list .next {
    width: 60px;
    height: 203px;
    background: #4087f5;
    border-radius: 5px;
}

main .gwzn .box .list .prev i,
main .gwzn .box .list .next i {
    width: 15px;
    height: 26px;
    display: inline-block;
    position: relative;
    top: 50%;
    margin-top: -13px;
}

main .gwzn .box .list .prev i {
    background: url(../images/icon.png) no-repeat -137px -32px;
}

main .gwzn .box .list .next i {
    background: url(../images/icon.png) no-repeat -172px -32px;
}

main .gwzn .box .list .items {
    width: 953px;
    white-space: nowrap;
    overflow: hidden;
}

main .gwzn .box .list .items ul {
    transition: all .25s linear;
}

main .gwzn .box .list .items a {
    display: inline-block;
    width: 308px;
    height: 203px;
    margin-left: 14px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    color: #fff;
    box-sizing: border-box;
}

main .gwzn .box .list .items a.active {
    border: 4px solid #fd9e1a;
}

main .gwzn .box .list .items a:first-of-type {
    margin-left: 0;
}

main .gwzn .box .list .items a img {
    width: 100%;
    height: 100%;
}

main .gwzn .box .list .items a h1 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*5G看夏布banner*/

main .banner {
    height: 400px;
    background: url(../images/bg-index-5Glive.jpg) no-repeat center center;
    min-width: 1200px;
}

main .banner a {
    display: inline-block;
    margin-top: 200px;
}

main .banner a:hover {
    transform: rotateZ(360deg)
}

main .banner a i {
    width: 108px;
    height: 108px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat -316px -83px;
}


/*活动资讯*/

main .hdzx .list {
    padding-top: 20px;
}

main .hdzx .list a {
    width: 360px;
    height: 428px;
    display: inline-block;
    background: #eeeeee;
    margin-left: 50px;
    position: relative;
    box-sizing: border-box;
    vertical-align: top;
    border: 1px solid #fff;
    text-align: left;
}

main .hdzx .list a:hover {
    border: 1px solid #fda224;
    box-shadow: 0 0 15px #fda224;
    background: #fff;
    transform: translateY(-20px);
}

main .hdzx .list a:first-of-type {
    margin-left: 0;
}

main .hdzx .list a i {
    width: 137px;
    height: 137px;
    background: url(../images/icon.png) no-repeat 0 -83px;
    position: absolute;
    right: -19px;
    top: -18px;
}

main .hdzx .list a i.end {
    background-position: -158px -83px;
}

main .hdzx .list a .img {
    display: flex;
    height: 278px;
    align-items: center;
}

main .hdzx .list a .img img {
    min-width: 100%;
    min-height: 100%;
    transition: all .25s linear;
}

main .hdzx .list a .time {
    padding: 0 10px;
    font-size: 14px;
    line-height: 40px;
    margin-top: 20px;
}

main .hdzx .list a .title {
    padding: 0 10px;
    font-size: 18px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*目的地推荐*/

main .mddtj {
    background: #f7f7f7;
}

main .mddtj .reload {
    text-align: right;
}

main .mddtj .reload a {
    width: 96px;
    height: 39px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #adadad;
    font-size: 14px;
    line-height: 37px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
}

main .mddtj .reload a i {
    width: 22px;
    height: 17px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat -208px -32px;
    vertical-align: text-bottom;
    margin-right: 5px;
    transition: all .25s linear;
}

main .mddtj .reload a:hover i {
    transform: rotateZ(360deg);
}

main .mddtj .list ul {
    width: 1222.5px;
    margin-left: -22.5px;
    text-align: left;
    transition: all .5s ease;
}

main .mddtj .list ul.reload {
    transform: scale(0);
}

main .mddtj .list .box {
    width: 385px;
    height: 505px;
    display: inline-block;
    vertical-align: top;
    margin: 22.5px 0 0 22.5px;
    background: #fff;
    transition: all .25s linear;
    overflow: hidden;
    position: relative;
}

main .mddtj .list .box:hover {
    box-shadow: 0 0 15px #aaa;
}

main .mddtj .list .box .tags {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    left: 0;
    top: 20px;
    z-index: 1;
}

main .mddtj .list .box .tags span {
    font-size: 14px;
    color: #fff;
    padding: 5px;
    margin: 0 5px;
}

main .mddtj .list .box .tags span:nth-child(1n) {
    background: #36c5bd;
}

main .mddtj .list .box .tags span:nth-child(2n) {
    background: #c536af;
}

main .mddtj .list .box .tags span:nth-child(3n) {
    background: #39c658;
}

main .mddtj .list .box:hover img {
    transform: scale(1.1);
}

main .mddtj .list .box .img {
    height: 286px;
}

main .mddtj .list .box .img a {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

main .mddtj .list .box .img img {
    width: 100%;
    height: 100%;
    transition: all .25s linear;
}

main .mddtj .list .box .info {
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
}

main .mddtj .list .box .info .text {
    font-size: 14px;
}

main .mddtj .list .box .info .title {
    margin-top: 15px;
}

main .mddtj .list .box .info .title h1 {
    font-size: 18px;
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: bold;
}

main .mddtj .list .box .info .date {
    font-size: 16px;
    margin-top: 10px;
}

main .mddtj .list .box .info .gn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

main .mddtj .list .box .info .view {
    font-size: 16px;
    display: flex;
    align-items: center;
}

main .mddtj .list .box .info .view i {
    width: 22px;
    height: 16px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat -382px -32px;
    margin-right: 5px;
}

main .mddtj .list .box .info a.collection {
    font-size: 16px;
    border: none;
    width: auto;
    height: auto;
    line-height: normal;
}

main .mddtj .list .box .info a.collectioned {
    background: none;
    color: #333;
}

main .mddtj .list .box .info a.collection i {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
    background: url(../images/icon.png) no-repeat -250px -32px;
}

main .mddtj .list .recommend {
    width: 792.5px;
}

main .mddtj .list .recommend a {
    color: #fff;
}

main .mddtj .list .recommend .img {
    height: 505px;
}

main .mddtj .list .recommend .info {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
}

main .mddtj .list .recommend .info .title {
    margin-top: 0;
}

main .mddtj .list .recommend .info .title h1 {
    height: 25px;
    white-space: nowrap;
    display: block;
}

main .mddtj .list .recommend .info .gn .l {
    display: flex;
    justify-content: space-between;
}

main .mddtj .list .recommend .info .gn .l .date {
    margin-top: 0;
    margin-left: 50px;
}

main .mddtj .list .recommend .info .view i {
    background-position: -424px -32px;
}

main .mddtj .list .recommend .info a.collectioned {
    color: #fff;
}

main .mddtj .list .recommend .info a.collection i {
    background-position: -294px -32px;
}

main .mddtj .list .box .info a.collectioned i {
    background-position: -338px -32px;
}