@charset "utf-8";


@import url(animate.css);


body {
    /* padding-bottom: 100px; */
}

.sec_title {
    text-transform: uppercase;
}

.sec_title a {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}


.sec_title a h2 {
    font-size: 28px;
    font-weight: 700;
}

.sec_title a h2:first-child {
    margin-right: 8px;
}

.sec_title a h2:last-of-type {
    color: #e8e4ff;
    position: relative;
    font-size: 30px;
}

.sec_title a h2:last-of-type::before {
    content: '';
    width: 50px;
    height: 4px;
    background-color: #e8e4ff;
    position: absolute;
    left: 6px;
    top: -6px;
}

.sec_title a .title_arrow {
    /* margin-top: 6px; */
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sec_title a .title_arrow img {
    transition: all .5s;
    position: absolute
}

.sec_title a .title_arrow img:last-child {
    /*     display:none; */
    opacity: 0;
}


.sec_title a:hover .title_arrow img:last-child {
    /*     display:block; */
    opacity: 1;
}


.sec_title a:hover .title_arrow img:first-child {
    /*     display:none; */
    opacity: 0;
}



.top_line {
    width: 46px;
    height: 3px;
    background-color: #000;
    margin-bottom: 30px;
    margin-top: 6px;
}


.sec_siteTop {
    height: 380px;
    background: url(../images/v2/second/banner_bg5.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 120px;
    justify-content: flex-start;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}


.sec_siteTop>h2,
.sec_siteTop>img,
.sec_siteTop .test {
    z-index: 2;
}

/* 创建光影效果 */
.sec_siteTop::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0) 50%);
    background-size: 300% 100%;
    -webkit-animation: shine 30s infinite;
    animation: shine 30s infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}


@-webkit-keyframes shine {
    0% {
        background-position-x: 400%;
    }

    50% {
        background-position-x: 0%;
    }

    100% {
        background-position-x: -400%;
    }
}

@keyframes shine {
    0% {
        background-position-x: 400%;
    }

    50% {
        background-position-x: 0%;
    }

    100% {
        background-position-x: -400%;
    }
}

.sec_siteTop h2 {
    display: inline-block;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #FFF;
    /* margin-top: 120px; */
    line-height: 52px;
}

.sec_siteTop h2 div {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    display: flex;
    align-items: center;
    line-height: 9px;
    margin-bottom: 4px;
}

.sec_siteTop h2 div::before {
    content: '';
    width: 28px;
    height: 3px;
    background-color: #FFF;
    display: inline-block;
    margin-right: 5px;
}

.sec_siteTop img {
    display: block;
    margin: 22px auto 40px;
}

.sec_siteTop h4 {
    font-size: 38px;
    text-transform: uppercase;
    color: rgb(255, 255, 255, .2);
    font-weight: 700;
}


.line1 {
    background: url(../images/v2/second/sec_pic36.png) no-repeat top center;
    background-size: 1920px;
    padding-top: 80px;
    /* padding-bottom: 60px; */
}


.line1 .country_best_mlbc.container {
    width: 1400px;
}

/* 70项全国之最 */

.line1 .country_best_mlbc {
    position: relative;
    height: 360px;
    /* margin: 60px auto 50px auto; */
    margin-bottom: 90px;
}

.line1 .country_best_mlbc .img {
    position: absolute;
    opacity: 0.4;
    transition: all .6s;
    -webkit-transition: all .6s;
}

.line1 .country_best_mlbc .img:hover {
    opacity: 1;
    transition: all .6S;
    -webkit-transition: all .6S;
    cursor: pointer;
}

.line1 .country_best_mlbc .img.hover {
    opacity: 1;
    transition: all .6S;
    -webkit-transition: all .6S;
    cursor: pointer;
}

.line1 .country_best_mlbc .img:nth-child(1) {
    top: 1px;
    left: 130px;
}

.line1 .country_best_mlbc .img:nth-child(2) {
    top: 0;
    left: 300px;
}

.line1 .country_best_mlbc .img:nth-child(3) {
    top: 0;
    left: 639px;
}

.line1 .country_best_mlbc .img:nth-child(4) {
    top: 0;
    right: 26px;
}

.line1 .country_best_mlbc .img:nth-child(5) {
    top: 26px;
    left: 0px;
}

.line1 .country_best_mlbc .img:nth-child(6) {
    top: 32px;
    left: 748px;
}

.line1 .country_best_mlbc .img:nth-child(7) {
    top: 28px;
    right: 26px;
}

.line1 .country_best_mlbc .img:nth-child(8) {
    top: 70px;
    left: 17px;
}

.line1 .country_best_mlbc .img:nth-child(9) {
    top: 70px;
    left: 666px;
}

.line1 .country_best_mlbc .img:nth-child(10) {
    top: 70px;
    right: 26px;
}

.line1 .country_best_mlbc .img:nth-child(11) {
    top: 110px;
    left: 100px;
}

.line1 .country_best_mlbc .img:nth-child(12) {
    top: 150px;
    left: 20px;
}

.line1 .country_best_mlbc .img:nth-child(13) {
    top: 140px;
    left: 274px;
}

.line1 .country_best_mlbc .img:nth-child(14) {
    top: 180px;
    left: 88px;
}

.line1 .country_best_mlbc .img:nth-child(15) {
    top: 185px;
    left: 455px;
}

.line1 .country_best_mlbc .img:nth-child(16) {
    top: 211px;
    left: 78px;
}

.line1 .country_best_mlbc .img:nth-child(17) {
    top: 252px;
    left: 3px;
}

.line1 .country_best_mlbc .img:nth-child(18) {
    top: 280px;
    left: 68px;
}

.line1 .country_best_mlbc .img:nth-child(19) {
    top: 303px;
    left: 8px;
}

.line1 .country_best_mlbc .img:nth-child(20) {
    top: 333px;
    left: 9px;
}

.line1 .country_best_mlbc .img:nth-child(21) {
    top: 110px;
    left: 621px;
}

.line1 .country_best_mlbc .img:nth-child(22) {
    top: 110px;
    left: 647px;
}

.line1 .country_best_mlbc .img:nth-child(23) {
    top: 210px;
    left: 647px;
}

.line1 .country_best_mlbc .img:nth-child(24) {
    top: 147px;
    left: 665px;
}

.line1 .country_best_mlbc .img:nth-child(25) {
    top: 104px;
    right: 0;
    opacity: 1 !important;
}

.line1 .country_best_mlbc .img:nth-child(26) {
    top: 228px;
    left: 688px;
}

.line1 .country_best_mlbc .img:nth-child(27) {
    top: 230px;
    right: 0;
}

.line1 .country_best_mlbc .img:nth-child(28) {
    top: 260px;
    right: 0;
}

.line1 .country_best_mlbc .img:nth-child(29) {
    top: 290px;
    left: 688px;
}

.line1 .country_best_mlbc .img:nth-child(30) {
    top: 290px;
    right: 0px;
}

.line1 .country_best_mlbc .img:nth-child(31) {
    top: 315px;
    left: 688px;
}

.line1 .country_best_mlbc .img:nth-child(32) {
    top: 330px;
    right: 0px;
}

.line1 .country_best_mlbc .img:nth-child(33) {
    top: 0;
    right: 0px;
}

/* 70项全国之最 -end */


.line1 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 55px;
}

.line1 .video_box {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    border-radius: 16px;
    border: 3px solid #000;
    overflow: hidden;
    box-sizing: border-box;
}

.line1 .video_box video {
    width: 100%;
    /* height: 100%; */
    /* object-fit: fill; */
    cursor: pointer;
    overflow: hidden;
}

.line1 .projection {
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

.line1 .projection img {
    width: 85%;
}

.line1 ul {
    display: flex;
}

.line1 ul li {
    width: 33.333%;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    height: 190px;

}

.line1 ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;

}

.line1 ul li:hover a {
    background: linear-gradient(to bottom, #F3F6FF, #ffffff);
    transition: background 0.5s;

}

.line1 ul li:hover a img {
    animation: tada 1s;

}

.line1 ul li a img {
    margin-bottom: 20px;
}

.line1 ul li:nth-child(2) a img {
    /* margin-top: 25px; */
    margin-bottom: 30px;
}

.line1 ul li a p {
    font-size: 24px;
    font-weight: 700;
}

.line1 ul li:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: none;
}

.line1 ul li:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left: none;
}



.line2 .sec_title a {
    /* justify-content: flex-start; */
}

.line2 .tourism {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    height: 420px;
    /* margin-bottom: 50px; */
}

.line2 .tourism>div {
    width: 49%;
}

.line2 .tourism>div.left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.line2 .tourism .left>div {
    height: 130px;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.5s;
}

.line2 .tourism .left>div a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 191px;
    padding-right: 20px;
}

.line2 .tourism .left>div p {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}

.line2 .tourism .left>div span {
    color: #a1a2a3;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px;
}

.line2 .tourism .left>div:nth-child(1) {
    background: url(../images/v2/second/sec_icon59_1.png) no-repeat left center;
    background-position-x: 55px;
    background-color: #F5F6F8;
}

.line2 .tourism .left>div:nth-child(2) {
    background: url(../images/v2/second/sec_icon36_1.png) no-repeat left center;
    background-position-x: 55px;
    background-color: #F5F6F8;
}

.line2 .tourism .left>div:nth-child(3) {
    background: url(../images/v2/second/sec_icon37_1.png) no-repeat left center;
    background-position-x: 55px;
    background-color: #F5F6F8;
}
.line2 .tourism .left>div:nth-child(1):hover {
    background: url(../images/v2/second/sec_icon59_2.png) no-repeat left center;
    background-position-x: 55px;
    background-color: #1E40A9;
}
.line2 .tourism .left>div:nth-child(2):hover {
    background: url(../images/v2/second/sec_icon36_2.png) no-repeat left center;
    background-position-x: 55px;
    background-color: #1E40A9;
}

.line2 .tourism .left>div:nth-child(3):hover {
    background: url(../images/v2/second/sec_icon37_2.png) no-repeat left center;
    background-position-x: 55px;
    background-color: #1E40A9;
}


.line2 .tourism .left>div:hover p,
.line2 .tourism .left>div:hover span {
    color: #fff;
}

.line2 .tourism .right {
    background: url(../images/v2/second/sec_pic39.png) no-repeat top center;
    background-size: cover;
    border-radius: 8px;
    overflow: hidden;
    transition: all .5s;
}

.line2 .tourism .right a {
    width: 100%;
    height: 100%;
    padding: 0 40px;
    padding-bottom: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    flex-direction: row;

}

.line2 .tourism .right:hover {
    opacity: .9;
}

.line2 .tourism .right a p {
    font-size: 42px;
    color: #fff;
    margin: 0 16px;
}

.line2 .tourism .right a span {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    flex: 1;
}

.line2 .sub_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.line2 .sub_title p {
    font-size: 24px;
    color: #000;
    font-weight: 700;
}

.line2 .sub_title a {
    font-size: 16px;
    color: #000;
}

.line2.sub_title a:hover {
    color: #5041f4;
}

.line2 .news ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.line2 .news ul li {
    width: 48%;

}

.line2 .news ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 42px;
}

.line2 .news ul li a p {
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    padding-right: 40px;
    font-size: 18px;

}

.line2 .news ul li a p:hover {
    color: #1E40A9;
}

.line2 .news ul li a span {
    color: #a1a2a3;
    width: 60px;
    font-size: 18px;

}


.line2 .city {
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 70px;
    padding-bottom: 40px;
    overflow: hidden;
}

.line2 .city ul li {
    float: left;
    margin-right: 21px;
    width: calc((100% - 63px)/4);
    position: relative;
}

.line2 .city ul li:last-child {
    margin: 0;
}

.line2 .city ul li img {
    width: 100%;
}

.line2 .city ul li a {
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    padding: 13px 0 13px 30px;
    height: 100px;
    -moz-box-shadow: 5px 5px 13px rgba(241, 242, 246, 0.6), -5px 0px 13px rgba(241, 242, 246, 0.6);
    -webkit-box-shadow: 5px 5px 13px rgba(241, 242, 246, 0.6), -5px 0px 13px rgba(241, 242, 246, 0.6);
    box-shadow: 5px 5px 13px rgba(241, 242, 246, 0.6), -5px 0px 13px rgba(241, 242, 246, 0.6);
}

.line2 .city ul li a:hover {
    color: #333;
}

.line2 .city ul li a p:first-child {
    font-size: 26px;
    line-height: 42px;
}

.line2 .city ul li a p:last-child {
    font-size: 14px;
    color: #9b9b9b;
    letter-spacing: -0.5px;
    font-family: "黑体" !important;
}

.line2 .city ul li .city_content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #FFF;
    background-color: rgba(38, 82, 237, 0.9);
    padding: 15px 10px 10px 20px;
    box-sizing: border-box;
    display: none;
}

.line2 .city ul li .city_content h1 {
    font-size: 26px;
    display: block;
    margin-bottom: 10px;
}

.line2 .city ul li .city_content h2 {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    line-height: 24px;
}

.line2 .city ul li .city_content p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    text-indent: 2em;
}

.line2 .city ul li .city_content .city_content_box {

    height: 100%;
}

.line2 .city ul li .city_content .city_content_box>div {
    overflow: auto;
    height: 243px;
    padding-right: 10px;
}

.line2 .city ul li:nth-child(3) .city_content .city_content_box>div,
.line2 .city ul li:nth-child(4) .city_content .city_content_box>div {
    height: 210px;
}

.line2 .city ul li .city_content .city_content_box .mCSB_outside+.mCSB_scrollTools {
    right: -18px;
}

.line2 .city ul li .city_content .city_content_box .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #243fc4;
}

.line2 .city ul li:hover .city_content {
    display: block;
    animation: fadeIn 0.5s;
}



.line2 .city ul li .city_content .city_content_box>div::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
}

.line2 .city ul li .city_content .city_content_box>div::-webkit-scrollbar-thumb {
    background-color: rgb(0, 0, 0, .4);
    border-radius: 10px;
}

.line2 .city ul li .city_content .city_content_box>div::-webkit-scrollbar-track {
    background-color: transparent;
}






.line4 {
    overflow: hidden;
    margin-bottom: 70px;
    padding-top: 60px;
}

.line4 .culture {
    margin: 0 auto;
    /* padding-top: 60px; */
    /* padding-bottom: 100px; */
    margin-top: 30px;
}

.line4 .culture ul li {
    float: left;
    width: calc((100% - 8px)/4);
    margin-right: 2px;
    height: 512px;
    cursor: pointer;
    position: relative;
}

.line4 .culture ul li:first-child {
    background: url(../images/beautiful_bc/mlbc_ysd.png) no-repeat;
    display: none;
}

.line4 .culture ul li:nth-child(2) {
    background: url(../images/beautiful_bc/mlbc_dmj1.jpg) no-repeat;
}

.line4 .culture ul li:nth-child(3) {
    background: url(../images/beautiful_bc/mlbc_cms_2.png) no-repeat;
}

.line4 .culture ul li:nth-child(4) {
    background: url(../images/beautiful_bc/mlbc_ys.png) no-repeat;
}

.line4 .culture ul li:last-child {
    margin-right: 0;
    background: url(../images/beautiful_bc/mlbc_sww.png) no-repeat;
}

.line4 .culture ul li:hover .mask {
    opacity: 0;
}

.line4 .culture ul li:hover .red {
    opacity: 1;
    transition-duration: 0.6s;
}

.line4 .culture ul li .mask {
    background: #0000007d;
    width: 100%;
    height: 513px;
    opacity: 1;
    transition-duration: 0.4s;
}

.line4 .culture ul li .mask .show {
    width: 150px;
    height: 300px;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition-duration: 0.6s;
}

.line4 .culture ul li:first-child .mask .show {
    background: url(../images/beautiful_bc/mlbc_ysd2.png) no-repeat center;
}

.line4 .culture ul li:nth-child(2) .mask .show {
    background: url(../images/beautiful_bc/mlbc_dmj2.png) no-repeat center;
}

.line4 .culture ul li:nth-child(3) .mask .show {
    background: url(../images/beautiful_bc/mlbc_cms2.png) no-repeat center;
}

.line4 .culture ul li:nth-child(4) .mask .show {
    background: url(../images/beautiful_bc/mlbc_ys2.png) no-repeat center;
}

.line4 .culture ul li:last-child .mask .show {
    background: url(../images/beautiful_bc/mlbc_sww2.png) no-repeat center;
}

.line4 .culture ul li .red {
    width: 150px;
    height: 300px;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition-duration: 0.6s;
}

.line4 .culture ul li:first-child .red {
    background: url(../images/beautiful_bc/mlbc_ysd1.png) no-repeat center;
    background-color: #c80025;
}

.line4 .culture ul li:nth-child(2) .red {
    background: url(../images/beautiful_bc/mlbc_dmj1.png) no-repeat center;
    background-color: #c80025;
}

.line4 .culture ul li:nth-child(3) .red {
    background: url(../images/beautiful_bc/mlbc_cms1.png) no-repeat center;
    background-color: #c80025;
}

.line4 .culture ul li:nth-child(4) .red {
    background: url(../images/beautiful_bc/mlbc_ys1.png) no-repeat center;
    background-color: #c80025;
}

.line4 .culture ul li:last-child .red {
    background: url(../images/beautiful_bc/mlbc_sww1.png) no-repeat center;
    background-color: #c80025;
}


.line5 {
    padding: 40px 0;
}

.line5 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.line5 ul li {
    width: 16.66666667%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.line5 ul li img {
    width: 130px;
}

.line5 ul li:hover img {
    animation: pulse 1s;
}

.line5 .swiper-container3 {
    position: relative;
}


.line5 .swiper-button-prev,
.line5 .swiper-button-next {
    background-color: rgba(127, 127, 127, 0.7);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D5D5D5;

}

.line5 .swiper-button-prev {
    background-size: 14px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
    left: 0;
}

.line5 .swiper-button-next {
    background-size: 14px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
    right: 0;
}


/* 移动端 */
@media screen and (max-width: 768px) {
    .sec_title a h2 {
        font-size: 1.5rem !important;
    }

    .sec_title a h2:last-child {
        font-size: 1.7rem !important;
    }

    .sec_title a h2:last-child::before {
        width: 30px;
    }

    .sec_siteTop {
        height: 220px;
        padding-top: 90px;
    }

    .sec_siteTop h2 {
        line-height: 1em;
        font-size: 2rem;
    }

    .sec_siteTop h2 div {}

    .sec_siteTop img {
        width: 90%;
        margin: 20px auto 20px;
    }

    .line1 {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .line1 h2 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .line1 .video_box{
        height: 200px;
        border: 1px solid #000;
    }
    .line1 ul li{
        height: 150px;
    }
    .line1 ul li a p{
        font-size: 1.125rem;
    }
    .line1 ul li a img{
        height: 40px;
    }
    .line1 ul li:nth-child(2) a img{
          margin-bottom: 20px; 
    }


    .line4{
        margin-bottom: 30px;
    padding-top: 30px;
    }
    .line4 .culture{
        margin-top: 20px;
    }
    .line4 .culture ul li{
        width: calc((100% - 8px)/2);
        height: 300px;
        margin-bottom: 4px;
    }
    .line4 .culture ul li .mask{
        height: 100%;
    }
    .line4 .culture ul li .mask .show{
        width: 90px;
        height: 196px;
        top: 60px;
        background-size: cover !important;
    }
    .line4 .culture ul li .red{
        width: 90px;
        height: 196px;
        top: 60px;
        background-size: cover !important;
    }


    .line2 .tourism{
        margin-top: 20px;
        flex-direction: column;
        height: auto;
    }
    .line2 .tourism>div{
        width: 100%;
    }
    .line2 .tourism .left>div{
        background-size: 50px !important;
        background-position-x: 40px !important;
        margin-bottom: 20px !important;
        height: 140px !important;
    }
    .line2 .tourism .left>div a{
        padding-left: 120px;
        padding-right: 20px;
    }
    .line2 .tourism .left>div p{
        font-size: 1.125rem;
    }
    .line2 .tourism .left>div span{
        line-height: 1.4em;
        font-size: 0.875rem;
    }
    .line2 .tourism .right a{
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-end;
        padding: 20px 30px;
        height: 240px;
    }

    .line2 .tourism .right a span{
        flex: auto;
        width: 100%;
    }
    .line2 .tourism .right a p{
        font-size: 2rem;
    }


    .line2 .city{
       display: none;
    }

    .line5 ul li {
        width: 32%;
        height: 120px;
    }
    .line5 ul li img {
        width: 110px;
    }

    .line5 .swiper-container3 {
        overflow: hidden;
    }
}