/*todo 通用*/
html {
    height: 100%;
}

body {
    font: 12px/1.5 Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif;
    height: 100%;
    background: #f6f6f6 url('../images/background.png') no-repeat top center;
}

body, div, ul, li, a, p, h1, h2, h3, h4, h5, h6, img {
    padding: 0px;
    margin: 0px;
}

img {
    border: none;
}

.hide {
    display: none;
}

blockquote {
    text-align: left;
    font-size: 15px;
    line-height: 26px;
}

.show {
    display: inline-block;
}

.hidden {
    overflow: hidden;
}

#on > a {
    color: red;
}

.on {
    !important;
    border: 2px solid red !important;
}

.active {
    color: red;
    display: inline-block;
    border-bottom: 1px solid red;
    line-height: 14px;
    padding: 2px;
}

.color > a {
    color: red;
}

video {
    margin-top: 20px;
    background-color: #000;
}

ul > li {
    list-style: none;
}

.ul > li {
    list-style: none;
    float: left;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

a {
    text-decoration: none;
    color: #000;
}
/*todo 顶部天气部分*/
.weather {
    position: relative;
    top: 8px;
}

.dxyx, .dxyx_bc {
    /*position: absolute;*/
    top: 0px;
    height: 100%;
    width: 100%;
    min-width: 1250px;
}

    .dxyx_bc img {
        width: 1920px;
        height: 1080px;
    }
/*todo 首页*/
.header {
    width: 100%;
    min-width: 1250px;
    background-image: url("../images/headerbackground.png");
    background-repeat: no-repeat;
    position: absolute;
    z-index: 100;
}

.nav {
    /*width: 100%;*/
    overflow: hidden;
    height: 30px;
    text-align: center;
    position: relative;
}

.sky {
    margin: 0 auto;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-left: 40px;
}

.newtime, .roll, .oldtime {
    position: relative;
    top: 5px;
}

.logo img {
    width: 175px;
    margin-top: 5px;
}

.sky span {
    padding: 0 5px;
    float: left;
    display: inline-block;
}

.sky i {
    display: inline-block;
    width: 56px;
    height: 28px;
    margin-left: 30px;
}

.index_header_box {
    width: 1250px;
    margin: 0 auto;
}

.index_channal {
    /*margin-left: 90px;*/
}

.channal {
    height: 102px;
    margin-top: -5px;
}

.box1 > ul > li {
    width: 130px;
    line-height: 60px;
    text-align: center;
}

    .box1 > ul > li > a {
        cursor: pointer;
        font-size: 20px;
        font-weight: 550;
    }

.box1 {
    margin: 10px auto;
}

#channal > li {
    position: relative;
}

    #channal > li > ul {
        position: absolute;
    }

    #channal > li > ul {
        background-color: #fff;
        opacity: 0.9;
        border-radius: 5px;
        display: none;
        border: 1px solid #c67c6e;
        border-top: none;
    }

.topimg {
    position: absolute;
    top: -12px;
    left: 0px;
    width: 115px;
}

#channal > li > ul > li {
    width: 115px;
    line-height: 36px;
    text-align: center;
}

    #channal > li > ul > li > a:hover {
        color: #fff;
        background-color: red;
    }

    #channal > li > ul > li > a {
        color: #111;
        font-size: 16px;
        display: block;
        width: 100%;
        line-height: 36px;
    }
/*todo 首页左右按钮点击*/
.indexBtnBox {
    width: 100%;
    position: absolute;
    bottom: 48%;
    z-index: 1;
}

.indexBtnBox1 {
    width: 90%;
    margin: 0 auto;
    height: 68px;
}

.index_btn-left {
    background: url(../images/jt.png) no-repeat;
    width: 68px;
    height: 68px;
    z-index: 10;
    cursor: pointer;
    float: left;
}

    .index_btn-left:hover {
        background: url(../images/jt.png) no-repeat 0px -68px;
    }

.index_btn_right {
    background: url(../images/jt.png) no-repeat -68px 0px;
    width: 68px;
    height: 68px;
    z-index: 10;
    cursor: pointer;
    float: right;
}

    .index_btn_right:hover {
        background: url(../images/jt.png) no-repeat -68px -68px;
    }

.index_btn {
    position: absolute;
    bottom: -220px;
    width: 100%;
    z-index: 1;
}

.index_box {
    width: 950px;
    margin: 0 auto;
}
/*todo 首页景区新闻*/
.index_news {
    width: 581px;
    height: 275px;
    margin: 0 auto;
    border: 1px solid red;
    background-color: #fff;
    position: relative;
}

.index_news_list > li {
    width: 25%;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
}

.index_news_cont {
    position: absolute;
    top: 41px;
    left: 0px;
    display: none;
    width: 100%;
}

    .index_news_cont img {
        width: 581px;
        height: 234px;
    }

    .index_news_cont p {
        display: inline-block;
        width: 276px;
        float: left;
    }

    .index_news_cont span {
        float: right;
    }

.index_news_list > li > .index_news_title {
    font-size: 19px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.index_news_active > .index_news_title {
    background-color: yellow;
}

.index_news_active > .index_news_cont {
    display: inline-block;
}

.index_news_list {
    overflow: hidden;
}

.index_news_cont > ul {
    width: 70%;
    margin-top: 15px;
}

.index_news_cont > div {
    width: 30%;
    margin-top: 27px;
}

    .index_news_cont > div > ul > li {
        font-size: 24px;
    }

.index_news_cont > ul > li {
    overflow: hidden;
    line-height: 30px;
    text-align: left;
    margin-left: 35px;
}

    .index_news_cont > ul > li > a {
        font-size: 14px;
    }
/*todo 首页上下箭头*/
.index_btn_down, .index_btn_up {
    position: relative;
    left: 373px;
    bottom: 50px;
    width: 200px;
    text-align: center;
    cursor: pointer;
}

    .index_btn_up > p {
        color: #fff;
        font-size: 18px;
        line-height: 38px;
    }


    .index_btn_down > img, .index_btn_up > img {
        cursor: pointer;
    }
/*todo 首页qq在线*/
.index_qq {
    position: relative;
    top: 7px;
}
/*.online_video{*/
/*position: fixed;*/
/*top: 148px;*/
/*left:50px;*/
/*}*/
/*.online_video img{*/
/*width: 190px;*/
/*}*/
/*todo 轮播*/
.box {
    width: 100%;
    height: 100%;
}

.picBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

    .picBox:hover {
        cursor: pointer;
    }

    .picBox li {
        position: absolute;
        display: none;
        top: 0px;
        left: 0px;
    }

.dispoint {
    display: none;
}

.picBox > li > img {
    /*width: 100%;*/
    /*height:100%;*/
    /*width: 1920px;*/
    /*height: 1080px;*/
}

.small_pic {
    position: absolute;
    z-index: 1;
    bottom: 140px;
    width: 100%;
    height: 114px;
}

.w-box {
    width: 900px;
    height: 114px;
    margin: 0 auto;
}

.small_pic li {
    margin-left: 10px;
    border: 2px solid transparent;
}

.btn_left, .btn_right {
    position: relative;
    top: 20px;
}

.btn_right {
    left: 10px;
}

.pic1, .pic3, .pic12, .pic131, .pic132 {
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.pic1 {
    left: 137px;
    top: -20px;
}

.pic131 {
    left: 168px;
    top: -13px;
}

.font {
    position: relative;
    width: 1250px;
    margin: 0 auto;
}

.font1 {
    position: relative;
    left: -15%;
    width: 890px;
    margin: 0 auto;
}

.font2 {
    position: relative;
    width: 860px;
    margin: 0 auto;
}

.font3 {
    position: relative;
    left: -15%;
    width: 890px;
    margin: 0 auto;
}

.picbox1, .picbox2, .picbox3, .picbox4 {
    width: 100%;
    position: absolute;
}

.picbox1 {
    top: 20%;
}

.picbox2 {
    top: 21%;
}

.picbox3 {
    top: 14%;
}

.picbox4 {
    top: 20%;
}
/*todo 底部footer*/
.footer {
    background-size:cover;
    position: absolute;
    bottom: -5px;
    width: 100%;
    min-width: 1250px;
    height: 114px;
    background: url('../images/footerbg.png');
    z-index: 100;
    background-repeat: no-repeat;
}

.footer1 {
    width: 100%;
    min-width: 1250px;
    height: 122px;
    background: url('../images/footerbg.png');
    z-index: 100;
    background-repeat: no-repeat;
}

.footer_center, .footer_left, .footer_right {
    margin-top: 12px;
}

.footer_center {
    margin-left: 20px;
}

.footer_index_cont {
    width: 1400px;
    margin: 0 auto;
    height: 72px;
    margin-top: 35px;
}

.footer_left ul li i {
    font-style: normal;
    padding: 2px;
}

.footer_left ul li a {
    font-size: 14px;
}

.footer_left p {
    font-size: 12px;
}

.phonenumber {
    display: block;
    float: none !important;
}

    .phonenumber span {
        font-size: 18px;
        font-weight: bolder;
        color: #999;
        margin-top: -7px;
    }

.footer_right ul > li {
    margin-right: 2px;
}

    .footer_right ul > li:first-child {
        margin-right: 15px;
    }

/*todo 景区概况*/
.content {
    width: 1250px;
    margin: 0 auto;
}

.content_list > ul > li {
    width: 100px;
    line-height: 35px;
    text-align: center;
}

    .content_list > ul > li > a {
        font-size: 14px;
    }

.content_detailed_lf {
    width: 890px;
    margin: 70px 0px;
}

    .content_detailed_lf img {
        width: 890px;
    }

    .content_detailed_lf p {
        font-size: 16px;
        line-height: 35px;
    }

.content_title > span {
    float: left;
    margin-top: 8px;
    display: inline-block;
    width: 7px;
    height: 39px;
    background-color: yellow;
    border-radius: 15%;
}

.content_title h1 {
    font-size: 35px;
    font-weight: bold;
    margin-left: 35px;
}

.content_detailed_rt {
    margin: 70px 0;
    width: 320px;
    margin-left: 35px;
    border: 1px solid #ddd;
    height: 500px;
}

/*todo 大瀑布*/
.column_content {
    position: relative;
}

.column_content_list {
    position: absolute;
    bottom: 5%;
    width: 100%;
    min-width: 1250px;
}

    .column_content_list > ul {
        width: 800px;
        margin: 0 auto;
    }

        .column_content_list > ul > li {
            width: 300px;
            height: 260px;
            margin-left: 70px;
            overflow: hidden;
            position: relative;
            margin-top: 15px;
        }

.cover {
    width: 300px;
    height: 260px;
    position: absolute;
    top: 260px;
    background-color: #000;
    opacity: 0.3;
}

.cover_font {
    width: 300px;
    height: 260px;
    position: absolute;
    top: 77px;
}

    .cover_font h2 {
        width: 100%;
        text-align: center;
        line-height: 70px;
        font-size: 25px;
        margin-top: 40%;
        border-bottom: 1px dotted #fff;
    }

    .cover_font p {
        line-height: 30px;
        padding: 0 10px;
    }

    .cover_font h2, .cover_font p {
        color: #fff;
    }

.column_content_list > ul > li img {
    height: 260px;
}

.bg > img {
    width: 100%;
    min-width: 1250px;
}
/*todo 暂时不用的*/
.footer_xnly {
    position: absolute;
    height: 80px;
    bottom: 0px;
    width: 100%;
}

.section {
    width: 100%;
    min-width: 1250px;
    position: relative;
}

.section1 {
    position: absolute;
    z-index: 1;
}

.container, .container_travel {
    position: relative;
    bottom: -32%;
    width: 100%;
}

.container_ssyg {
    position: relative;
    bottom: -32%;
    width: 100%;
}

.container_travel {
    position: relative;
    bottom: -32%;
    width: 100%;
}

.container_zhly {
    position: relative;
    bottom: -32%;
    width: 100%;
}

.container_zxyd {
    position: relative;
    width: 100%;
    bottom: -36%;
}

    .container_zxyd ul {
        width: 1110px;
        margin: 0 auto;
    }

.container_travel ul {
    width: 1182px;
    margin: 0 auto;
}

    .container_travel ul li {
        margin-left: 10px;
    }

.container_zhly ul {
    width: 774px;
    margin: 0 auto;
}

    .container_zhly ul li {
        margin-left: 10px;
    }

.container_ssyg ul {
    width: 1032px;
    margin: 0 auto;
}

    .container_ssyg ul li {
        margin-left: 10px;
    }

.container ul {
    width: 990px;
    height: 185px;
    margin: 0 auto;
}

    .container ul li {
        margin-left: 10px;
    }


/*todo 大瀑布*/
.waterfull_bc img {
    width: 100%;
    min-width: 1250px;
}

.waterfull_list {
    width: 780px;
}

.jqnews_list {
    width: 585px;
}

.zjxl {
    width: 390px;
}

.waterfull_list ul li {
    width: 25%;
    line-height: 30px;
    text-align: center;
}

.waterfull_content img {
    width: 100%;
    min-width: 1250px;
}

.jqnews_list ul li {
    width: 33%;
    line-height: 30px;
    text-align: center;
}

.zjxl ul li {
    width: 50%;
    line-height: 30px;
    text-align: center;
}

.zhly-zhfw, .zhly-zhfw img {
    width: 100%;
    min-width: 1250px;
}

.gundong {
    position: absolute;
    bottom: 10%;
    left: 20%;
}

    .gundong img {
        width: 80%;
    }

.index_public {
    /*width: 360px;*/
    position: fixed;
    top: 160px;
    right: 183px;
}

.index_public_invented {
    /*width: 215px;*/
}

    .index_public_invented > a > img {
        width: 140px;
    }

.index_public_erweima {
    width: 95px;
    text-align: center;
    background-color: #fff;
}

    .index_public_erweima > img {
        width: 100%;
        padding-top: 4px;
    }

.index_public ul li {
    float: left;
}

.index_public_erweima > p {
    font-size: 12px;
    margin: 0 auto;
    color: #666;
    margin-top: -7px;
    margin-bottom: 4px;
}

.index_public_cspublic_box {
    width: 100%;
    position: absolute;
    bottom: 30%;
}

.index_public_cspublic {
    width: 520px;
     height: 321px; 
    margin: 0 auto;
    position: relative;
}

index_public_cspublic > a {
    display: block;
    width: 100%;
    height: 100%;
}

.index_public_cspublic > a > img {
    width: 100%;
    height:100%;
}

#index_public_close {
    width: 25px;
    position: absolute;
    top: 5px;
    right: 7px;
    cursor: pointer;
}
/*todo 景点介绍 景点概况部分*/
.scenic_box {
    width: 100%;
    height: 103px;
}

.scenic_banner, .scenic_banner > img {
    width: 100%;
    min-width: 1250px;
}

/*todo 面包屑导航部分*/
.scenic_bread {
    width: 1250px;
    margin: 0 auto;
    margin-top: 70px;
}

.scenic_breadnav {
    width: 100%;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .scenic_breadnav p {
        margin-left: 20px;
    }

.scenic_general {
    width: 100%;
    background-color: #fff;
    margin-top: 30px;
    border: 1px solid #ddd;
}

    .scenic_general > a {
        display: block;
    }

        .scenic_general > a > h2 {
            font-size: 16px;
            font-weight: 500;
            line-height: 50px;
        }

.scenic_lf_img > img {
    width: 960px;
    height: 383px;
}

.scenic_general > a > p {
    line-height: 40px;
    font-size: 16px;
}

.scenic_rt_cont {
    width: 260px;
    height: 347px;
    margin-top: 10px;
}

    .scenic_rt_cont > h3 {
        font-size: 19px;
        margin-left: 25px;
        line-height: 45px;
    }

    .scenic_rt_cont > p {
        line-height: 30px;
        font-size: 14px;
        padding: 0 24px;
    }

    .scenic_rt_cont > div {
        width: 70px;
        height: 3px;
        background-color: red;
        margin-left: 25px;
        margin-top: 20px;
    }

.scenic_bigwaterfll_box {
    width: 100%;
    min-width: 1250px;
    padding: 20px 0;
    background-color: #c0c0c0;
    margin-top: 20px;
}

.Scenic_bigfull {
    width: 1250px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 50px;
    min-height: 390px;
}

.scenic_bigwaterfll_box > div {
    width: 1250px;
    margin: 0 auto;
}

.scenic_bigwaterfll_title li {
    font-size: 28px;
    text-align: center;
}

.scenic_bigwaterfll_title .english_title {
    font-size: 19px;
}

.scenic_bigwaterfll_list {
    width: 1250px;
    margin: 0 auto;
    margin-top: 40px;
}

    .scenic_bigwaterfll_list > ul > li {
        width: 30%;
        height: 280px;
        position: relative;
        margin-left: 40px;
        margin-top: 8px;
    }

        .scenic_bigwaterfll_list > ul > li > a > ul > li:hover {
            color: red;
            text-decoration: underline;
            text-decoration-color: red;
        }

.buddha_rock_list > ul > li > a > ul > li:hover {
    color: red;
    text-decoration: underline;
    text-decoration-color: red;
}

.yanziyan_list > ul > li > a > ul > li:hover {
    color: red;
    text-decoration: underline;
    text-decoration-color: red;
}

.Scenic_bigfull .scenic_bigwaterfll_list > ul > li {
    width: 30%;
    height: 280px;
    position: relative;
    margin-left: 25px;
    margin-top: 10px;
}

.scenic_bigwaterfll_list > ul > li:nth-child(4n+1) {
}

.scenic_bigwaterfll_list a {
    display: inline-block;
    width: 100%;
    height: 250px;
    border: 2px solid red;
    margin-top: 25px;
}

.scenic_bigwaterfll_list img {
    position: absolute;
    left: 20px;
    top: 0px;
    width: 90%;
    height: 167px;
}

.scenic_bigwaterfll_list > ul > li > a > ul {
    position: absolute;
    bottom: 50px;
    left: 20px;
}

    .scenic_bigwaterfll_list > ul > li > a > ul > li:last-child, .buddha_rock_title > li:last-child, .yanziyan_title > li:last-child {
        width: 30px;
        height: 4px;
        background-color: red;
        margin-top: 20px;
    }

.buddha_rock_box, .yanziyan_box {
    width: 1250px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #fff;
    padding-top: 20px;
    border: 1px solid #ddd;
}

.marginbt {
    margin-bottom: 40px;
}

.paddingbt {
    padding-bottom: 20px;
}

.buddha_rock_list img {
    width: 563px;
    height: 270px;
}

.buddha_rock_list > ul > li {
    margin-left: 40px;
    margin-top: 30px;
}

.buddha_rock_title {
    margin-left: 40px;
}

.yanziyan_list img {
    width: 371px;
    height: 228px;
}

.yanziyan_list > ul > li {
    margin-left: 34px;
    margin-top: 30px;
}

.yanziyan_box {
    margin-bottom: 50px;
    padding-bottom: 40px;
}
/*todo 美人梳瀑布详情页*/
.content_box {
    width: 1250px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.content_box_lf {
    width: 918px;
}

/*todo 美人梳内容页 左侧部分*/
.mrs_breadnav {
    background-color: #fff;
    line-height: 50px;
    border: 1px solid #ddd;
}

    .mrs_breadnav > ul {
        margin-left: 20px;
    }

    .mrs_breadnav > .Scenic_bread {
        width: 280px;
        margin: 0 auto;
    }

    .mrs_breadnav > ul > li > a {
        display: inline-block;
        padding: 0px 15px;
        border-left: 1px solid #000;
        line-height: 16px;
        font-size: 16px;
    }

    .mrs_breadnav > ul > li:first-child > a {
        border-left: none;
    }
    /*.mrs_breadnav>ul>.mrs_breadnav_lifirst>a{
    border-left:none;
}*/
    .mrs_breadnav > p {
        margin-right: 20px;
    }

.article {
    padding: 30px 30px 46px 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: 30px;
}

.article_title {
    border-bottom: 1px solid #ddd;
}

    .article_title h1 {
        text-align: center;
        font-size: 24px;
        line-height: 50px;
    }

    .article_title > ul {
        margin: 30px 0px 5px 0px;
    }

        .article_title > ul > li {
            padding-left: 20px;
        }

        .article_title > ul .article_next {
            float: right;
            margin-right: 20px;
        }

.article_cont {
    text-align: center;
}

    .article_cont p {
        margin-top: 10px;
        line-height: 30px;
        font-size: 14px;
        text-align: left;
    }

        .article_cont p span {
            line-height: 26px;
        }

    .article_cont h3 {
        line-height: 30px;
        font-weight: normal;
        text-align: center;
    }

    .article_cont h5 {
        text-align: left;
        font-size: 16px;
        line-height: 32px;
    }

    .article_cont h4 {
        font-weight: normal;
        font-size: 16px;
        text-align: center;
        line-height: 30px;
    }

    .article_cont img {
        margin-top: 10px;
        max-width: 856px;
        text-align: center;
    }

.article_foot {
    float: right;
    margin-top: 5px;
    margin-right: 15px;
}

    .article_foot img {
        position: relative;
        top: 3px;
    }

    .article_foot li {
        margin-left: 5px;
    }
/*todo 美人梳内容页右侧部分*/
.content_box_rt {
    width: 280px;
    margin-left: 40px;
}
/*todo 在线预订部分*/
.content_box_rt_ad img {
    width: 280px;
    height: 120px;
}

.content_box_rt_advance {
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0 10px 10px;
}

    .content_box_rt_advance > ul > li {
        overflow: hidden;
    }

        .content_box_rt_advance > ul > li > h2 {
            font-weight: 500;
            line-height: 43px;
            border-bottom: 1px solid #ddd;
        }

            .content_box_rt_advance > ul > li > h2 > i {
                display: inline-block;
                font-style: normal;
                width: 34px;
                line-height: 19px;
                height: 20px;
                text-align: center;
                color: #fff;
                border-radius: 5px;
                font-size: 12px;
                background-color: red;
                position: relative;
                top: -8px;
            }

.content_box_rt_advance_img img {
    width: 110px;
    height: 71px;
}

.content_box_rt_advance > ul > li > h2 > a {
    font-size: 12px;
    margin-left: 110px;
}

.content_box_rt_advance > ul > li {
    margin-top: 15px;
}

.content_box_rt_advance_price {
    margin-left: 5px;
}

    .content_box_rt_advance_price > ul > li {
        font-size: 18px;
        margin-top: 14px;
    }

        .content_box_rt_advance_price > ul > li:first-child {
            margin-top: 0px;
        }

        .content_box_rt_advance_price > ul > li > font {
            font-size: 16px;
            color: red;
            display: inline-block;
            width: 62px;
        }

        .content_box_rt_advance_price > ul > li > a {
            display: inline-block;
            width: 70px;
            text-align: center;
            line-height: 28px;
            font-size: 14px;
            background-color: red;
            color: #fff;
            border-radius: 5px;
        }

.practical_msg {
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0 10px 10px;
}

    .practical_msg img {
        width: 65px;
        height: 65px;
    }

    .practical_msg > h2 {
        font-weight: normal;
        border-bottom: 1px solid #ddd;
        line-height: 40px;
    }

    .practical_msg > ul > li {
        width: 85px;
        height: 85px;
        border: 1px solid #ddd;
        border-left: none;
        border-top: none;
    }

        .practical_msg > ul > li > a {
            display: block;
            width: 65px;
            height: 65px;
            margin: 0 auto;
            margin-top: 12px;
        }

    .practical_msg > ul > .bordernone {
        border-right: none;
    }

.content_box_rt_video {
    margin-top: 20px;
}

    .content_box_rt_video img {
        width: 280px;
        height: 138px;
    }

    .content_box_rt_video p {
        text-align: center;
    }
/*todo 景区导览*/
.scenic_daolan_cont {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-top: 40px;
    border: 1px solid #ddd;
}

.scenic_daolan_img {
    text-align: center;
    margin-top: 30px;
}
/*todo 旅游攻略餐饮指南部分*/
.foodlist, .videolist {
    margin-top: 30px;
    background-color: #fff;
    padding: 20px 0px;
    margin-bottom: 50px;
    min-height: 390px;
    border: 1px solid #ddd;
}

    .foodlist img {
        width: 368px;
        height: 222px;
        webkit-transition: transform .5s ease;
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease,-webkit-transform .5s ease;
    }

    .foodlist > ul > li > a > img:hover {
        webkit-transform: scale(1.02);
        transform: scale(1.02);
        -webkit-transition: transform .5s ease;
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease,-webkit-transform .5s ease;
    }

    .foodlist h3 {
        text-align: center;
        font-weight: normal;
        font-size: 15px;
    }

    .foodlist > ul > li {
        margin-left: 37px;
        margin-top: 25px;
    }

    .videolist img {
        width: 280px;
        height: 150px;
    }

    .videolist h3 {
        text-align: center;
    }

    .videolist > ul > li {
        margin-left: 26px;
        margin-top: 10px;
    }
/*todo 交通指南*/
.traffic_list {
    margin-top: 30px;
}

    .traffic_list > ul > li {
        padding: 10px 0px 5px 10px;
        background-color: #fff;
        overflow: hidden;
        margin-top: 20px;
        border: 1px solid #ddd;
    }

.traffic_list_lf {
    width: 290px;
}

.traffic_list_rt {
    width: 600px;
}

.traffic_list_lf > img {
    width: 270px;
    height: 160px;
}

.traffic_list_title > h1 {
    font-size: 24px;
}

.traffic_list_cont {
    line-height: 26px;
    margin-top: 8px;
}

    .traffic_list_cont > a {
        font-size: 15px;
    }

        .traffic_list_cont > a:hover {
            color: red;
            text-decoration: underline;
            text-decoration-color: red;
        }

.traffic_list_foot {
    overflow: hidden;
    margin-top: 10px;
}

    .traffic_list_foot > a {
        display: inline-block;
        width: 80px;
        line-height: 26px;
        border: 1px solid #ddd;
        border-radius: 3px;
        float: right;
        text-align: center;
    }
/*todo 景区公告*/
.public_list {
    background-color: #fff;
    margin-top: 30px;
    padding: 0px 20px 50px 20px;
    border: 1px solid #ddd;
}

    .public_list > ul > li {
        line-height: 30px;
        border-bottom: 1px solid #ddd;
        padding: 12px 0px;
    }

        .public_list > ul > li > ul > li:first-child {
            width: 790px;
        }

        .public_list > ul > li > ul > li > a {
            display: inline-block;
            width: 80px;
            line-height: 30px;
            border: 1px solid #ddd;
            border-radius: 3px;
            text-align: center;
            font-size: 15px;
        }
/*内容页banner*/
.cont_box {
    width: 100%;
    min-width: 1250px;
}

    .cont_box > li {
        position: absolute;
        display: none;
    }

        .cont_box > li > img {
            width: 100%;
            min-width: 1250px;
            height: 197px;
        }

.num {
    display: none;
}

.box_banner {
    overflow: hidden;
    height: 200px;
}
/*todo 补充*/
.foodlist > ul > li > a {
    display: inline-block;
    position: relative;
}

.zhezhaoceng {
    width: 100%;
    height: 53px;
    position: absolute;
    bottom: 4px;
    background: url(../images/zzc.png) no-repeat;
}

.foodlist_img_title {
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 16px;
    text-align: center;
    width: 100%;
}

.scenic_daolan_img > img {
    max-width: 1200px;
}

.scenic_bigwaterfll_box h3, .buddha_rock_box h3, .yanziyan_box h3 {
    font-size: 16px;
}

/**翻页控件样式**/
.pageBox {
    padding: 60px 0 100px;
    text-align: center;
}

    .pageBox li {
        display: inline-block;
        border: 1px solid #ccc;
        margin: 0 5px;
    }

        .pageBox li a {
            color: #2673B2;
            padding: 0 8px;
            color: #666;
        }

        .pageBox li:hover,
        .pageBox li.active {
            background-color: #54A1E0;
        }

            .pageBox li:hover a,
            .pageBox li.active a {
                color: #fff;
            }
