/*轮播图*/
.ct-banner{
    width: 100%;
    min-width: 1200px;
    position: relative;
}
.ct-banner li{
    display: none;
    opacity: 0;
    filter:alpha(opacity=0);
}
.ct-banner li.current{
    display: block;
    opacity: 1;
    filter:alpha(opacity=100);
}
.ct-banner img{
    width: 100%;
}
/*轮播图---小圆点*/
.ct-banner .circle{
    position: absolute;
    bottom: 40px;
    left: 50%;
}
.ct-banner .circle span{
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: solid 2px #fff;
    margin-right: 16px;
    cursor: pointer;
    text-align: center;
    line-height: 12px;
    color: transparent;
}
.ct-banner .circle span:last-child{
    margin-right: 0;
}
.ct-banner .circle span.current{
    width: 16px;
    height: 16px;
    border: none;
    background-color: #523d2e;
}

/*轮播图---功能*/
.ct-banner .m-fun{
    position: absolute;
    right: 20px;
    top:50%;
    transform: translate(0,-50%);
}
.ct-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;
}
.ct-banner .m-fun .share{
    position: relative;
    width: 52px;
    height: 52px;
    background: #b30000 url("../imgs/share.png") no-repeat center;
    cursor: pointer;
}
.ct-banner .m-fun .sc-nav span,
.m-fun .share a{
    position: absolute;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    color: #523d2e;
    left: -70px;
    top:-7px;
    display: none;
    background-repeat:no-repeat;
    overflow:hidden;
}
.ct-banner .m-fun .sc-nav span{
    top:0;
}
.ct-banner .m-fun .sc-nav span:nth-child(1),
.m-fun .share a:nth-child(1){
    left: -208px;
}
.ct-banner .m-fun .sc-nav span:nth-child(2),
.m-fun .share a:nth-child(2){
    left: -156px;
}
.ct-banner .m-fun .sc-nav span:nth-child(3),
.m-fun .share a:nth-child(3){
    left: -104px;
}
.ct-banner .m-fun .sc-nav span:nth-child(4),
.m-fun .share a:nth-child(4){
    left: -52px;
}
.sc_detail{
    text-align: center;
    padding: 5px;
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    position: absolute;
    width: 45px;
    height: 25px;
    color: #5c483a;
    left: -209px;
    top: -40px;
    display: none;
}
.dt_two{
    left:-157px;
}
.dt_three{
    left:-104px;
}
.dt_four{
    left:-55px;
}
.sc_info{
   display: block;
}




/*轮播图---视频播放*/
.ct-banner .s-video{
    position: absolute;
    right: 25%;
    top:25%;
    cursor: pointer;
}
.ct-banner .s-video .big{
    display: inline-block;
    vertical-align: bottom;
    width: 48px;
    height: 48px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    text-align: center;
}
.ct-banner .s-video .small{
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 14px;
    position: absolute;
    left: 50%;
    top:50%;
    margin-top: -10px;
    margin-left: -10px;
}
.ct-banner .s-video .txt{
    position: absolute;
    width: 77px;
    height: 31px;
    top: 10px;
    left: 64px;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 31px;
    border-radius: 10px;
    color: #523d2e;
    display: none;
}

/*陈抟十景*/
.main-ctsj{
    height: 706px;
}
/*陈抟十景---标题*/
.main-ctsj .title{
    height: 93px;
    padding-top: 40px;
}
.main-ctsj .title h1{
    font-size: 30px;
    text-align: center;
    color: #523d2e;
}
.main-ctsj .title p{
    font-size: 18px;
    text-align: center;
    color: #94877e;
}
/*陈抟十景---选项卡*/
.main-ctsj .tabs{}
.main-ctsj .tabs li{
    width: 119px;
    height: 152px;
    background-color: #fff;
    float: left;
    text-align: center;
    margin-right: 1px;
    cursor: pointer;
}

.main-ctsj .tabs li:hover{
    background-color: #523d2e;
}

.main-ctsj .tabs li:last-child{
    margin-right: 0;
}
.main-ctsj .tabs li.current{
    background-color: #523d2e;
}
.main-ctsj .tabs li img{
    margin-top: 16px;
    width: 98px;
    height: 72px;
}
.main-ctsj .tabs li h1{
    color: #4f4239;
    font-size: 18px;
    margin-top: 6px;
}
.main-ctsj .tabs li:hover h1{
    color: #fff;
}
.main-ctsj .tabs li h1.current{
    color: #fff;
}
.main-ctsj .tabs li p{
    color: #94877e;
    font-size: 12px;
    margin-top: 2px;
}
.main-ctsj .tabs li:hover p{
    color: #fff;
}
.main-ctsj .tabs li p.current{
    color: #fff;
}
/*陈抟十景---内容*/
.main-ctsj .cons{
    margin-top: 10px;
    height: 372px;
}
.main-ctsj .cons .left-img{
    width: 777px;
    height: 372px;
    float: left;
}
.main-ctsj .cons .left-img img{
    width: 100%;
    height: 100%;
}
.main-ctsj .cons .right-intro{
    width: 423px;
    height: 372px;
    float: left;
    background-color: #fff;
}
.main-ctsj .cons .right-intro .sub-title{
    height: 95px;
    padding-top: 55px;
    text-align: center;
}
.main-ctsj .cons .right-intro .sub-title h1{
    font-size: 26px;
    color: #4f4239;
}
.main-ctsj .cons .right-intro .sub-title p{
    font-size: 16px;
    color: #94877e;
}
.main-ctsj .cons .right-intro .intro{
    text-align: center;
}
.main-ctsj .cons .right-intro .intro span{
    display: inline-block;
    width: 220px;
    height: 65px;
    text-indent: 16px;
    font-size: 16px;
}
.main-ctsj .cons .right-intro .view{
    margin-top: 55px;
    text-align: center;
}
.main-ctsj .cons .right-intro .view a{
    display: inline-block;
    width: 125px;
    height: 20px;
    line-height: 20px;
    border: solid 1px #94877e;
    color: #94877e;
    font-size: 12px;
}
.main-ctsj .cons .right-intro .view a:hover{
    background-color: #5c483a;
    color:white
}

/*游记攻略*/
.main-yjgl{
    width: 100%;
    height: 706px;
    background: url("../imgs/main_yjgl_bg.png") center top;
}
.main-yjgl .w{
    position: relative;
}
/*游记攻略---标题*/
.main-yjgl .title{
    height: 100px;
    padding-top: 49px;
}
.main-yjgl .title h1{
    font-size: 30px;
    text-align: center;
    color: #523d2e;
}
.main-yjgl .title p{
    font-size: 18px;
    text-align: center;
    color: #94877e;
}
/*游记攻略---列表*/
.main-yjgl .yj-list{
    height: 518px;
    position: relative;
    overflow: hidden;
}
.main-yjgl .yj-list ul{
    position: absolute;
    left: 0;
    top:0;
}
.main-yjgl .yj-list li{
    float: left;
    width: 288px;
    height: 518px;
    margin-right: 12px;
    position: relative;
}
.main-yjgl .yj-list a li:last-child{
    margin-right: 0;
}
.main-yjgl .yj-list li a .top-img{
    width: 288px;
    height: 314px;
}
.main-yjgl .yj-list li a .top-img img{
    width: 100%;
    height: 100%;
}
.main-yjgl .yj-list li a .bot-intro{
    height: 281px;
    padding: 0 20px;
    position: absolute;
    top:314px;
    left: 0;
}
.main-yjgl .yj-list li a .bot-intro.current{
    /*top:250px;*/ /**不在底部的作者上滑*/
    /*background-color: #523d2e;*/
}
/*.main-yjgl .yj-list li .bot-intro h1{
    height: 35px;
    width: 248px;
    font-size: 22px;
    color: #4f4239;
    margin-top: 35px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}*/
.main-yjgl .yj-list li a .bot-intro h1{ 
    height: 35px;
    width: 248px;
    font-size: 22px;
    color: black;
    margin-top: 35px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;

    color: #523d2e;
    width: 240px;
    font-size: 18px; 
}
/*.main-yjgl .yj-list li .bot-intro h1.current{
    color: #fff;
}*/
.main-yjgl .yj-list li a .bot-intro h1.current{
    /*color: #fff;*/
}
/*.main-yjgl .yj-list li .bot-intro p{
    height: 75px;
    color: #94877e;
    font-size: 14px;
    margin-top: 25px;
    line-height: 26px;
    overflow: hidden;
}*/
.main-yjgl .yj-list li a .bot-intro p{
    height: 75px;
    color: #94877e;
    font-size: 14px;
    margin-top: 25px;
    line-height: 26px;
    overflow: hidden;
}
/*.main-yjgl .yj-list li .bot-intro p.current{
    color: #d9d8d8;
}*/
.main-yjgl .yj-list li a .bot-intro p.current{
    /*color: #d9d8d8;*/
}
.main-yjgl .yj-list li a .bot-intro .other{
    margin-top: 35px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #d9d8d8;
    position: relative;
    bottom: -62px;
}
.main-yjgl .yj-list li a .bot-intro .other.current{
    bottom: 0;
}
.main-yjgl .yj-list li a .bot-intro .other .send{
    float: left;
}
.main-yjgl .yj-list li a .bot-intro .other .send img{
    width: 30px;
    height: 30px;
}
.main-yjgl .yj-list li a .bot-intro .other .send em{
    margin-left: 8px;
}
.main-yjgl .yj-list li a .bot-intro .other div{
    float: right;
}
.main-yjgl .yj-list li a .bot-intro .other .like{
    float: left;
}
.main-yjgl .yj-list li a .bot-intro .other .like img{
    width: 16px;
    height: 12px;
}
.main-yjgl .yj-list li a .bot-intro .other .like em{
    margin-left: 5px;
}
.main-yjgl .yj-list li a .bot-intro .other .line{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.main-yjgl .yj-list li a .bot-intro .other .eye{
    float: left;
}
.main-yjgl .yj-list li a .bot-intro .other .eye img{
    width: 18px;
    height: 12px;
}
.main-yjgl .yj-list li a .bot-intro .other .eye em{
    margin-left: 4px;
}
/*游记攻略---左右箭头*/
.main-yjgl .left-arrow{
    position: absolute;
    top:50%;
    left: -60px;
    cursor: pointer;
}
.main-yjgl .right-arrow{
    position: absolute;
    top:50%;
    right: -60px;
    cursor: pointer;
}

/*景区动态*/
.main-jqdt{
    height: 706px;
}
/*景区动态---标题*/
.main-jqdt .title{
    height: 97px;
    padding-top: 35px;
}
.main-jqdt .title h1{
    font-size: 30px;
    text-align: center;
    color: #523d2e;
}
.main-jqdt .title p{
    font-size: 18px;
    text-align: center;
    color: #94877e;
}

/*景区动态---列表*/
.main-jqdt .jq-list{
    height: 574px;
}
.main-jqdt .jq-list li{
    width: 600px;
}
.main-jqdt .jq-list li .l-img{
    width: 300px;
    height: 224px;
    overflow: hidden;
}
.main-jqdt .jq-list li .l-img img{
    width: 100%;
    height: 100%;
}
.main-jqdt .jq-list li .r-intro{
    width: 240px;
    height: 194px;
    padding: 30px 30px 0px 30px;
    background-color: #fff;
}
.main-jqdt .jq-list li .r-intro h1{
    color: #523d2e;
    width: 240px;
    font-size: 18px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.main-jqdt .jq-list li .r-intro h1.current{
    color: #af7a50;
}
.main-jqdt .jq-list li .r-intro .time{
    display: block;
    font-size: 12px;
    color: #94877e;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 15px;
    background: url("../imgs/time.png") no-repeat left center;
}

.main-jqdt .jq-list li .r-intro .arrows{
    display: block;
    font-size: 12px;
    color: #94877e; 
}
 

.main-jqdt .jq-list li .r-intro span.current{
    color: #cc9d78;
    background-image: url("../imgs/time2.png");
}
.main-jqdt .jq-list li .r-intro p{
    font-size: 14px;
    color: #94877e;
    overflow: hidden;
    margin-bottom: 25px;
}
.main-jqdt .jq-list li .r-intro p.current{
    color: #cc9d78;
}
/*查看更多*/
.main-jqdt .jq-list .view-more{
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.main-jqdt .jq-list .view-more a{
    display: inline-block;
    width: 140px;
    height: 45px;
    border: solid 1px #5c483a;
    border-radius: 24px;
    text-align: center;
    line-height: 45px;
    color: #523d2e;
}
.main-jqdt .jq-list .view-more a.current{
    background-color: #5c483a;
    color: #fff;
}


/*景区动态 红杠*/
.jq-list .redline{
    width:10px;
    height:5px;
    background-color:#b30000;
    position:absolute;
    float:left;
    margin-left:296px;
    margin-top:25px;
}
.sc_click{
    background-position: 0 -52px !important;
}