/*banner*/
.ssjt-banner{
    width: 100%;
    min-width: 1200px;
    position: relative;
}
.ssjt-banner img{
    width: 100%;
}
/*banner--功能*/
.ssjt-banner .m-fun{
    position: absolute;
    right: 20px;
    top:50%;
    transform: translate(0,-50%);
}
.ssjt-banner .m-fun .sc-nav{
    position: relative;
    width: 52px;
    height: 52px;
    background: #b30000 url("../imgs/sc-nav.png") no-repeat center;
    margin-bottom: 20px;
    cursor: pointer;
}
.ssjt-banner .m-fun .share{
    position: relative;
    width: 52px;
    height: 52px;
    background: #b30000 url("../imgs/share.png") no-repeat center;
    cursor: pointer;
}
.ssjt-banner .m-fun .sc-nav span,.m-fun .share span{
    position: absolute;
    width: 70px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    color: #523d2e;
    left: -70px;
    top:0;
    display: none;
}

/*当前位置*/
.c-l{
    height: 106px;
}
.c-l span{
    float: right;
    margin-top: 50px;
    font-size: 16px;
}
.c-l span img{
    width: 26px;
    height: 26px;
}
.c-l span i{
    font-style: normal;
    color: #555;
    margin-left: 5px;
}
.c-l span b{
    font-weight: normal;
    margin-left: 3px;
    margin-right: 3px;
}
.c-l span em{
    color: #af7a50;
}

/*美食餐饮*/
.mscy{}
/*标题*/
.mscy .title{
    height: 69px;
}
.mscy .title span{
    float: left;
    width: 8px;
    height: 30px;
    background-color: #af7a50;
}
.mscy .title h1{
    float: left;
    font-size: 30px;
    color: #523d2e;
    line-height: 26px;
    margin-left: 20px;
}
.mscy .title i{
    float: left;
    font-size: 18px;
    color: #94877e;
    line-height: 35px;
    margin-left: 15px;
}
.mscy .title a{
    float: right;
    font-size: 18px;
    color: #523d2e;
    line-height: 35px;
}
/*内容*/
.mscy .cons{
    height: 490px;
}

.mscy .cons .left{
    width: 285px;
    height: 452px;
    float: left;
    position: relative;
}
.mscy .cons .left img{
    width: 285px;
    height: 452px;
}
.mscy .cons .left .txt{
    position: absolute;
    width: 100%;
    top:77%;
    text-align: center;
}
.mscy .cons .left .txt i{
    display: block;
    font-size: 24px;
    color: #fff;
    font-style: normal;
    margin-bottom: 15px;
}
.mscy .cons .left .txt img{
    width: 24px;
    height: 24px;
}

.mscy .cons .right{
    float: left;
    width: 915px;
    height: 452px;
}
.mscy .cons .right li{
    float: left;
    width: 285px;
    height: 216px;
    margin-left: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.mscy .cons .right li:hover span{
    background: #af7a50;
    color: white;
}
.mscy .cons .right li img{
    width: 285px;
    height: 172px;
}
.mscy .cons .right li span{
    display: block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #fff;
    color: #523d2e;
    font-size: 14px;
}
/*弹出层*/
.t_msdt{
    clear: both;
    background: hsla(0,0%,0%,0.3);
    position: fixed;
    height: 100%;
    width: 100%;
    top:0;
    z-index: 9999;
    display: none;
}
.t_msdt span{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: grey;
    color: white;
    text-align: center;
    position: absolute;
    left: 67%;
    top: 22%;
    font-weight: bold;
    z-index: 999;
    line-height: 20px;
    margin-left: 27px;
    margin-top: 4px;
    cursor:pointer;
}
.t_msdt .msdt_img{
    width: 700px;
    height: 450px;
    border: 1px solid white;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -350px;
    margin-top: -250px;
    text-align: center;
    padding: 5px;
/*    color: white;*/
    background: white;
    overflow: hidden;
}
.t_msdt .msdt_img img{
    width: 100%;
    height: 90%;
    margin-bottom: 10px;
}

/*酒店住宿*/
.jdzs{}
/*标题*/
.jdzs .title{
    height: 69px;
}
.jdzs .title span{
    float: left;
    width: 8px;
    height: 30px;
    background-color: #af7a50;
}
.jdzs .title h1{
    float: left;
    font-size: 30px;
    color: #523d2e;
    line-height: 26px;
    margin-left: 20px;
}
.jdzs .title i{
    float: left;
    font-size: 18px;
    color: #94877e;
    line-height: 35px;
    margin-left: 15px;
}
/*轮播图*/
.jdzs .hotel{
    height: 420px;
    position: relative;
    overflow: hidden;
}
.jdzs .hotel ul{

}
.jdzs .hotel li{
    height: 400px;
    float: left;
    margin-right: 20px;
}
.jdzs .hotel li:last-child{
    margin-right: 0;
}
.jdzs .hotel li img{
    width: 590px;
    height: 356px;
}
.jdzs .hotel li span{
    display: block;
    background-color: #fff;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #523d2e;
}
/*农家乐*/
.jdzs .njl{
    margin-bottom: 40px;
}
.jdzs .njl li{
    float: left;
    width: 285px;
    height: 139px;
    text-align: center;
    background-color: #523d2e;
    margin-right: 15px;
    margin-top:5px;
    cursor: pointer;
}
.jdzs .njl li:last-child{
    margin-right: 0;
}
.jdzs .njl li img{
    width: 30px;
    height: 30px;
    margin-top: 35px;
}
.jdzs .njl li span{
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}
/*查看更多*/
.jdzs .view-more{
    text-align: center;
    margin-bottom: 40px;
}
.jdzs .view-more a{
    display: inline-block;
    width: 136px;
    height: 44px;
    line-height: 44px;
    border-radius: 30px;
    border: solid 1px #523d2e;
    font-size: 16px;
    color: #523d2e;
}
.jdzs .view-more a:hover{
    background-color: #523d2e;
    color: #fff;
}
/*农家乐弹出框*/
.jdzs .njl li .pop-njl{
    position: fixed;
    left: 50%;
    top:50%;
    width: 338px;
    height: 150px;
    margin-left: -169px;
    margin-top: -75px;
    background-color: #e5e1d7;
    text-align: left;
    font-size: 16px;
    color: #523d2e;
    display: none;
    z-index: 800;
}
.jdzs .njl li .pop-njl .name{
    margin-top: 22px;
    padding-left: 26px;
}
.jdzs .njl li .pop-njl .name img{
    width: 30px;
    height: 30px;
    margin-top: 0px;
}
.jdzs .njl li .pop-njl .name b{
    margin-left: 20px;
    font-weight: normal;
}
.jdzs .njl li .pop-njl .address{
    padding-left: 26px;
    margin-top: 10px;
}
.jdzs .njl li .pop-njl .address img{
    width: 30px;
    height: 30px;
    margin-top: 0px;
}
.jdzs .njl li .pop-njl .address b{
    margin-left: 20px;
    font-weight: normal;
}
.jdzs .njl li .pop-njl .phone{
    padding-left: 26px;
    margin-top: 10px;
}
.jdzs .njl li .pop-njl .phone img{
    width: 30px;
    height: 30px;
    margin-top: 0px;
}
.jdzs .njl li .pop-njl .phone b{
    margin-left: 20px;
    font-weight: normal;
}
.jdzs .njl li .pop-njl .close img{
    width: 17px;
    height: 16px;
    margin-top: 0px;
}

/*交通指南*/
.jtzn{
    width: 100%;
    height: 473px;
    background: url("../imgs/jtzn_bg.png") no-repeat center top;
}
.jtzn .title{
    height: 110px;
    padding-top: 60px;
}
.jtzn .title span{
    float: left;
    width: 8px;
    height: 30px;
    background-color: #af7a50;
}
.jtzn .title h1{
    float: left;
    font-size: 30px;
    color: #523d2e;
    line-height: 26px;
    margin-left: 20px;
}
.jtzn .title i{
    float: left;
    font-size: 18px;
    color: #94877e;
    line-height: 35px;
    margin-left: 15px;
}
.jtzn .cons{
    width: 1080px;
    margin: 0 auto;
}
.jtzn .cons li{
    float: left;
    width: 180px;
    height: 245px;
    margin-right: 120px;
    text-align: center;
}
.jtzn .cons li:last-child{
    margin-right: 0;
}
.jtzn .cons li span{
    width: 180px;
    height: 180px;
    line-height: 180px;
    display: block;
    background-color: #767574;
    border-radius: 50%;
    opacity: 0.8;
    filter:alpha(opacity=80);
    cursor: pointer;
}
.jtzn .cons li span.current{
    background-color: #af7a50;
    opacity: 1;
    filter:alpha(opacity=100);
}
.jtzn .cons li i{
    height: 65px;
    line-height: 65px;
    font-style: normal;
    color: #523d2e;
    font-size: 24px;
    display: none;
}
.jtzn .cons li i.current{
    display: block;
}


/*交通指南弹出层*/
.pop-traffic-guide{
    position: fixed;
    width: 540px;
    height: 168px;
    left: 50%;
    top:50%;
    margin-left: -290px;
    margin-top: -104px;
    z-index: 1000;
    background-color: #e6e2da;
    text-align: left;
    padding: 20px;
    display: none;
}
.pop-traffic-guide h1{
    margin-bottom: 5px;
    color: #af7a50;
    font-size: 22px;
    position: relative;
    top:-2px;
}
.pop-traffic-guide div{
    line-height: 27px;
    color: #523d2e;
    font-size: 16px;
}


.jdzs .left_arrow{
    position: absolute;
    width: 30px;
    height: 60px;
    left: -48px;
    top: 23%;
    margin-top: 40px;
    cursor: pointer;
}

.jdzs .right_arrow{
    position: absolute;
    width: 30px;
    height: 60px;
    right: -48px;
    top: 23%;
    margin-top: 40px;
    cursor: pointer;
}