@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a, u {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

body {
    font-family: 'Microsoft YaHei', Arial, sans-serif;
}

.banner {
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.title {
    margin-top: 60px;
    overflow: hidden;
    margin-bottom: 40px;
}

.title .left {
    width: 6px;
    height: 58px;
    background: #f79e42;
    float: left;
}

.title .right {
    float: left;
}

.title h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    margin-left: 12px;
    color: #262626;
}

.title h5 {
    color: #b3b3b3;
    font-size: 16px;
    margin-left: 12px;
    margin-top: 3px;
}

.intro {
    background: #fafafa;
    overflow: hidden;
}

.intro .container {
    position: relative;
}

.intro .img {
    width: 646px;
    height: 440px;
    margin-bottom: 68px;
}

.intro .img img {
    width: 100%
}

.intro .box {
    width: 620px;
    height: 370px;
    background: #fff;
    position: absolute;
    left: 550px;
    top: 135px;
}

.intro .box h1 {
    font-size: 30px;
    color: #1a1a1a;
    line-height: 46px;
    margin-left: 50px;
}

.intro .box h1:nth-of-type(1) {
    margin-top: 75px;
}

.intro .box p {
    font-size: 16px;
    color: #b3b3b3;
    padding: 0 50px;
    margin-top: 26px;
    line-height: 24px;
    text-align: justify;
}

.people ul {
    overflow: hidden;
    width: 1200px;
    margin-top: -20px;
    margin-left: -20px;
    display: none;
}

.people-li {
    width: 575px;
    height: 250px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: relative;
    margin: 10px;
}

.people-li .left {
    width: 72px;
    height: 72px;
    float: left;
    margin-top: 40px;
    margin-left: 40px;
}

.people-li .right {
    float: left;
}

.people-li .right h1 {
    font-size: 20px;
    font-weight: bold;
    color: #262626;
    margin-top: 55px;
    margin-left: 20px;
}

.people-li .right h5 {
    font-size: 14px;
    color: #b3b3b3;
    margin-left: 20px;
}

.people-li .right .line {
    width: 418px;
    height: 1px;
    background: #e6e6e6;
    margin-top: 15px;
    margin-left: 20px;
}

.people-li .right p {
    font-size: 14px;
    color: #b3b3b3;
    width: 410px;
    line-height: 25px;
    margin-top: 20px;
    margin-left: 20px;
}

.people-li section {
    width: 50px;
    height: 20px;
    background: #f79e42;
    position: absolute;
    left: 500px;
    top: 55px;
    color: #fff;
    border-radius: 10px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
}

.people-container, .city-container, .travel-container {
    padding-bottom: 80px !important;
    position: relative;
}

.people-pagination .swiper-pagination-bullet, .city-pagination .swiper-pagination-bullet, .travel-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
}

.video {
    background: #fafafa;
    height: 460px;
}

.video .container {
    position: relative;
}

.video .title {
    padding-top: 60px;
}

.video .left p {
    font-size: 18px;
    color: #999;
    width: 446px;
    line-height: 28px;
}

.video .left section {
    width: 120px;
    height: 38px;
    background: #f79e42;
    color: #fff;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
    margin-top: 30px;
    cursor: pointer;
}

.video .play {
    position: absolute;
    left: 572px;
    top: 65px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .1);
    width: 600px;
}

.city .title {
    margin-top: 120px;
}

.city ul {
    display: none;
}

.vjs-big-play-button {
    display: none !important
}

.city-li {
    float: left;
    background: #fcfcfc;
    width: 575px;
    height: 290px;
    transition: 0.5s;
    margin: 15px;
}

.city-li .left {
    width: 290px;
    height: 290px;
    float: left;
    margin-right: 34px;
    overflow: hidden;
}

.city-li .left img {
    height: 100%;
}

.city-li .right {
    float: left;
    width: 240px;
}

.city-li.cu {
    margin-bottom: 70px;
}

.city-li .right h2 {
    font-size: 20px;
    color: #262626;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.city-li .right p {
    width: 220px;
    font-size: 14px;
    color: #b3b3b3;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-align: justify;
}

.city-li .right section {
    width: 80px;
    height: 26px;
    background: #545454;
    color: #fff;
    line-height: 26px;
    border-radius: 12px;
    font-size: 12px;
    text-align: center;
    margin-top: 30px;
}

.city-li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    cursor: pointer;
    background: #fff;
}

.city-li:hover section {
    background: #f79e42;
}

dl.city {
    margin: 0 520px;
}

.travel ul {
    overflow: hidden;
    display: none;
}

.travel-li {
    float: left;
    background: #fcfcfc;
    width: 370px;
    height: 460px;
    margin: 15px;
    transition: 0.5s;
}

.travel-li .img {
    width: 370px;
    height: 250px;
}

.travel-li h2 {
    font-size: 20px;
    color: #262626;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.travel-li p {
    font-size: 14px;
    color: #b3b3b3;
    line-height: 24px;
    width: 310px;
    margin-left: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.travel-li section {
    width: 110px;
    height: 26px;
    background: #545454;
    color: #fff;
    line-height: 26px;
    border-radius: 12px;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    margin-left: 128px;
}

.travel-li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    cursor: pointer;
    background: #fff;
}

.travel-li:hover section {
    background: #f79e42;
}

.city02-li .right h2 {
    width: 190px;
    line-height: 30px;
    display: block;
    margin-bottom: 20px;
}

.city02-li .right section {
    margin-top: 24px;
}

.city02 .title {
    margin-top: 60px;
}

.travel02 ul li.long h2 {
    margin-bottom: 10px;
}

.travel02 ul li.long section {
    margin-top: 10px;
}

footer {
    width: 100%;
    height: 100px;
    background: #f5f5f5;
    overflow: hidden;
    margin-top: 50px;
}

footer p {
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 26px;
}

footer p:nth-of-type(1) {
    margin-top: 30px;
}

footer a{
    color: #666666;
}

.vjs-poster {
    background-size: cover;
}

.people-container {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 750px) {
    body {
        font-family: 'PingFangSC-Regular', 'PingFangSC', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', sans-serif;
    }

    .container {
        width: auto;
    }

    .banner {
        overflow: hidden;
    }

    .banner img {
        display: block;
        width: 120%;
        transform: translateX(-8%);
    }

    .intro {
        padding: 0.3rem;
    }

    .title {
        margin-top: 0.3rem;
        margin-bottom: 0.25rem;
        display: flex;
    }

    .title h1 {
        font-size: 0.42rem;
        line-height: 1;
    }

    .title h5 {
        font-size: 0.26rem;
        margin-left: 0.22rem;
        margin-top: 0.1rem;
    }

    .title .left {
        height: auto;
        width: 0.06rem;
    }

    .intro .img {
        width: auto;
        height: 2.49rem;
        overflow: hidden;
        margin-bottom: 0;
    }

    .intro .img img {
        transform: translateY(-30%);
    }

    .intro .box h1:nth-of-type(1) {
        margin-top: 0;
        padding-top: 0.1rem;
    }

    .intro .box {
        width: auto;
        height: auto;
        left: 0;
        top: 0;
        position: relative;
        padding: 0.3rem;
    }

    .intro .box h1 {
        font-size: 0.34rem;
        line-height: 1.4;
        margin-left: 0;
    }

    .intro .box p {
        font-size: 0.26rem;
        width: auto;
        margin-left: 0;
        margin-top: 0.26rem;
        line-height: 1.4;
        text-align: justify;
        padding: 0;
    }

    .people {
        padding: 0.3rem;
    }

    .people-li .left {
        width: 0.72rem;
        height: 0.72rem;
        float: left;
        margin-top: 0;
        margin-left: 0;
    }

    .people-li .left img {
        width: 100%;
    }

    .people-container .swiper-slide {

    }

    .people-li {
        width: auto;
        display: flex;
        padding: 0.2rem;
        height: 3.3rem;
    }

    .people-li .right p, .people-li .right .line {
        width: auto;
        margin-left: calc(2.08rem - 2.8rem);
    }

    .people-pagination .swiper-pagination-bullet, .city-pagination .swiper-pagination-bullet, .travel-pagination .swiper-pagination-bullet {
        width: 0.2rem;
        height: 0.2rem;
    }

    .people-container, .city-container, .travel-container {
        padding-bottom: 0.8rem !important;
    }

    .people-li .right p {
        font-size: 0.24rem;
        line-height: 1.5;
        margin-top: 0.2rem;
    }

    .people-li .right {
        padding-left: 0.2rem;
        flex: 1;
    }

    .people-li .right h1 {
        font-size: 0.32rem;
        margin-top: 0;
        margin-left: 0;
    }

    .people-li .right h5 {
        margin: 0.1rem 0 0;
        font-size: 0.24rem;
    }

    .people-li section {
        display: none;
    }

    .video {
        padding: 0.3rem;
        height: auto;
    }

    .video .title {
        padding-top: 0;
    }

    .video .left section {
        display: none;
    }

    .video .left p {
        width: auto;
        text-align: justify;
        font-size: 0.28rem;
        line-height: 1.5;
        color: #333;
    }

    .video .vjs-poster {
        background-size: cover;
    }

    .video .play {
        position: relative;
        left: 0;
        top: 0;
        box-shadow: 0 0.03rem 0.3rem rgba(0, 0, 0, .1);
        width: auto;
        height: auto;
        margin-top: 0.3rem;
    }

    .city {
        padding: 0.3rem;
    }

    .city .title {
        margin-top: 0;
        margin-bottom: 0.4rem;
    }

    .city .swiper-slide {
        width: 95% !important;
    }

    .city-li {
        width: auto;
        margin: 0 0.3rem 0 0;
        float: none;
        height: 3rem;
    }

    .city-li > a {
        display: flex;
    }

    .city-li .left {
        width: 2.9rem;
        height: 3rem;
        float: left;
        margin-right: 0.34rem;
        overflow: hidden;
    }

    .city-li .left img {
        width: auto;
        min-height: 100%;
    }

    .city-li .right {
        width: auto;
        flex: 1;
        padding-top: 0.1rem;
    }

    .city-li .right h2 {
        font-size: 0.28rem;
        color: #262626;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0.15rem;
    }

    .city-li .right p {
        width: auto;
        font-size: 0.24rem;
        color: #b3b3b3;
        line-height: 1.4;
        padding-right: 0.2rem;
        -webkit-line-clamp: 4;
    }

    .city-li .right section {
        width: 1.2rem;
        height: 0.46rem;
        background: #545454;
        color: #fff;
        line-height: 0.46rem;
        border-radius: 0.12rem;
        font-size: 0.22rem;
        text-align: center;
        margin-top: 0.2rem;
        display: none;
    }


    .travel {
        padding: 0.3rem;
    }

    .travel .title {
        margin-top: 0;
    }

    .travel-li {
        float: none;
        background: #fcfcfc;
        width: auto;
        height: 5.5rem;
        margin: 0;
        transition: 0.5s;
    }

    .travel-li .img {
        width: auto;
        height: 2.25rem;
        overflow: hidden;
    }

    .travel-li .img img {
        height: 100%;
        display: block;
    }

    .travel-li h2 {
        font-size: 0.28rem;
        color: #262626;
        font-weight: bold;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
        text-align: left;
        padding: 0 0.2rem;
    }

    .travel-li p {
        font-size: 0.24rem;
        color: #b3b3b3;
        line-height: 1.4;
        width: auto;
        margin-left: 0;
        padding: 0 0.2rem;
        -webkit-line-clamp: 3;

    }

    .travel-li section {
        width: 1.8rem;
        height: 0.46rem;
        line-height: 0.46rem;
        border-radius: 0.12rem;
        font-size: 0.22rem;
        margin-top: 0.35rem;
        margin-left: 0.82rem;
    }

    footer {
        width: auto;
        height: auto;
        background: #f5f5f5;
        overflow: hidden;
        margin-top: 0.3rem;
        padding: 0.3rem;
    }

    footer p {
        font-size: 0.18rem;
        color: #666666;
        text-align: center;
        line-height: 2;
    }

    footer p:nth-of-type(1) {
        margin-top: 0;
    }
}
















