/* 
* @Author: anchen
* @Date:   2019-08-01 15:19:57
* @Last Modified by:   anchen
* @Last Modified time: 2019-08-05 15:39:19
*/

/* 公共样式 */
*{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;}
html, body, h1, h2, h3, h4, h5, h6, div, ol, ul, li, dl, dt, dd, table, caption, tr, th, td, span, p, a, b, u, i, em, img, iframe, fieldset, form, label, legend, input, button, select, textarea { margin: 0; padding: 0; }
body { font: 14px/1.5 "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased !important; margin: 0 auto; color:#333; font-family:微软雅黑,'Heiti SC',黑体,Arial;position:relative;}
input, button, textarea, select { font: 14px/100% "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif; outline: 0; border: 0; background: none; color:#333; }
input:focus, textarea:focus { color:#333; }
input::-ms-clear{display:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;color:#333;line-height:1.2;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;}
ol, ul, li { list-style: none; }
select { appearance: none; -moz-appearance: none; -webkit-appearance: none; }
textarea { overflow:auto; resize:none; }
table { border-collapse: collapse; border: 0; }
caption, th { font-weight:normal; }
img { border: 0; outline:0; }
i,em,b,strong{font-style:normal;font-weight:normal;}
a{text-decoration:none;color:inherit;cursor:pointer;}
a:focus{outline:0;}

.clearfix:after,
.oul:after{content:'';display:block;clear:both;height:0;visibility:hidden;font-size:0;}

.Tlistright .relul li:hover,
.Tlistright .relul li:hover a h2:after,
.TListul li:hover,
.page a:hover{
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

.container{
    width: 1000px;
    margin: 0 auto;
}
body{
    background: #f9f9f9;
}

.innerbanner{ width:100%; height:260px; background-position:top center; background-repeat:no-repeat; background-size:auto 100%; overflow:hidden; position:relative;}
.innerbanner img{ width:1920px; display:block; position:absolute; top:0; left:50%; margin-left:-960px; z-index:1;}

.Crumbs{
    height: 60px;
    line-height: 60px;
    box-shadow: 0 0px 15px rgba(0,0,0,0.1);
}
.Crumbs a,
.Crumbs span{
    color: #666;
}

.Tbox{
    position: relative;
}

.TlistLeft{
    width: 710px;
    float: left;
    padding-bottom: 100px;
    min-height: 800px;
}

.fl_con{margin: 20px 0 30px; padding:12px 25px 12px; overflow:hidden; position:relative;
    background:#fff;}
.fl_con3{height:68px;}
.fl_con2{ min-height:68px; height:auto; }
.fl_con dt{ float:left; width:60px; letter-spacing:5px; margin:10px 0 0;}
.fl_con dd{ float:left; width:596px; margin:10px 0 0;text-align: left; }
.fl_con dd a{ display:inline-block; padding:0 11px; margin:0 2px 6px;border: solid 1px #fff;border-radius: 20px; color:#666666;}
.fl_con dd a:hover, .fl_con dd a.on{color:#0da78f; border: solid 1px #0da78f;background: none;}

.TListul{
    margin-bottom: 100px;
}
.TListul li {
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}
.TListul li a{
    display: block;
    position: relative;
}
.TListul li a .itemimg{
    width: 260px;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
}
.TListul li a .itemimg img{
    width: 100%;
    height: 100%;
}
.TListul li a .itemimg span,
.banner span.label{
    display: block;
    width: 36px;
    height: 86px;
    background: url(../images/icon-label.png) no-repeat;
    position: absolute;
    color:#fff;
    left: 20px;
    top: -9px;
    z-index: 1;
    padding: 10px 0 0 16px;
    line-height: 15px;
    text-shadow: 0 0 1px rgba(0,0,0,0.3);
}
.TListul li a .itemtxt{
    margin-left: 260px;
    height: 180px;
    background:#fff;
    padding: 20px 25px;
}
.TListul li a .itemtxt .title h2,
.TListul li a .itemtxt .title h3,
.ditemtxt .title h2,
.ditemtxt .title h3{
    float: left;
    width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.TListul li a .itemtxt .title h3,.ditemtxt .title h3{
    width: 40%;
}
.TListul li a .itemtxt .title h2,
.ditemtxt .title h2{
    font-size: 18px;
    font-weight: bold;
    padding-right: 10px;
}
.TListul li a .itemtxt .title h2 span,
.ditemtxt .title h2 span{
    display: inline-block;
    background: -webkit-linear-gradient(left, #ff6004 , #f03103); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ff6004, #f03103); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ff6004, #f03103); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ff6004 , #f03103); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ff6004, endColorstr=#f03103);
    font-size: 14px;
    color:#fff;
    border-radius: 4px;
    padding: 2px 4px;
    margin-right: 5px;
    vertical-align: middle;
}
.TListul li a .itemtxt .title h3,
.ditemtxt .title h3{
    padding-left: 10px;
    text-align: right;
}
.TListul li a .itemtxt .title h3 span,
.ditemtxt .title h3 span{
    display: inline-block;
    background: -webkit-linear-gradient(left, #ebd8d8 , #e3e3e3); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ebd8d8, #e3e3e3); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ebd8d8, #e3e3e3); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ebd8d8 , #e3e3e3); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ebd8d8, endColorstr=#e3e3e3);
    font-size: 14px;
    border-radius: 4px;
    padding: 4px 8px;
}
.TListul li:hover{
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
}

.TListul li a .itemtxt .rank,
.ditemtxt .rank{
    color:#999999;
    margin: 6px 0 8px;
}
.TListul li a .itemtxt .rank span,
.ditemtxt .rank span{
    color:#0da78f;
    margin-left: 5px;
}
.TListul li a .itemtxt .rank span i,
.ditemtxt .rank span i{
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
}
.TListul li a .itemtxt .desc,
.ditemtxt .desc{
    color:#666666;
    height: 40px;
    overflow: hidden;
    margin-bottom: 20px;
}
.TListul li a .itemtxt .itemfun .browsevalue{
    color:#999;
}
.TListul li a .itemtxt .itemfun .browsevalue i,
.TListul li a .itemtxt .itemfun .detail i{
    display: inline-block;
}
.TListul li a .itemtxt .itemfun .browsevalue i{
    width: 16px;
    height: 11px;
    background: url(../images/icon-tscan.png) no-repeat;
    margin-right: 10px;
}
.TListul li a .itemtxt .itemfun .detail{
    color: #0da78f;
    float:right;
}
.TListul li a .itemtxt .itemfun .detail i{
    width: 17px;
    height: 6px;
    background: url(../images/icon-adetail.png) no-repeat;
    margin-left: 5px;
    position: relative;
    top: -3px;
}
.page{
    text-align: center;
}
.page a,
.page span{
    display: inline-block;
    border: solid 1px #ebebeb;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 2px 10px;
    margin: 0 3px;
}
.page .layui-laypage-curr,
.page a:hover{
    background: -webkit-linear-gradient(left, #00c868 , #0089a2); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #00c868, #0089a2); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #00c868, #0089a2); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #00c868 , #0089a2); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#00c868, endColorstr=#0089a2);
    color: #fff;
}
.Tlistright{
    float: right;
    width: 260px;
    padding-top: 20px;
}
.Tlistright .title{
    font-size: 18px;
    line-height: 54px;
    font-weight: 600;
}
.Tlistright .relul li{
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.Tlistright .relul li a{
    display: block;
    padding: 30px 30px;
    position: relative;
}
.Tlistright .relul li a h2,
.Tlistright .relul li a p{
    color:#fff;
}
.Tlistright .relul li a h2{
    height: 40px;
    position: relative;
    margin-bottom: 12px;
}
.Tlistright .relul li a h2:after{
    position: absolute;
    display: block;
    content:'';
    width: 30px;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
}
.Tlistright .relul li a img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.Tlistright .relul li:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.32);
}
.Tlistright .relul li:hover a h2:after{
    width: 90px;
}
.gradientone{
    background: -webkit-linear-gradient(top, #2a80b7 , #0bb5b1); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #2a80b7, #0bb5b1); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #2a80b7, #0bb5b1); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #2a80b7 , #0bb5b1); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#2a80b7, endColorstr=#0bb5b1);
}
.gradienttwo{
    background: -webkit-linear-gradient(top, #b74c4c , #cc6e6e); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #b74c4c, #cc6e6e); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #b74c4c, #cc6e6e); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #b74c4c , #cc6e6e); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#b74c4c, endColorstr=#cc6e6e);
}
.gradientthree{
    background: -webkit-linear-gradient(top, #d9a555 , #f1ce8c); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #d9a555, #f1ce8c); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #d9a555, #f1ce8c); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #d9a555 , #f1ce8c); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#d9a555, endColorstr=#f1ce8c);
}

/* 旅游详情 */
.Crumbs.detail{
    box-shadow: none;
}
.w510{
    float: left;
    width: 510px;
}
.w470{
    float: right;
    width: 470px;
}
#banner .swiper-slide img{
    width: 100%;
    height: 328px;
    vertical-align: top;
}
#banner .swiper-pagination{
    bottom: 10px!important;
}
#banner .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background:#fff;
}
.banner{
    position: relative;
}
.banner span.label{
    width: 51px;
    height: 123px;
    background-size: 100% 100%;
    z-index: 10;
    font-size: 20px;
    line-height: 20px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    padding: 14px 0 0 22px;
}
.ditemtxt{
    background:#fff;
    height: 328px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    padding: 30px 25px;
}
.ditemtxt .title h2{
    font-size: 24px;
    font-weight: normal;
}
.ditemtxt .rank{
    margin: 8px 0 10px;
}
.ditemtxt .desc{
    height: 152px;
    padding-bottom: 10px;
    border-bottom: dashed 1px #cecccd;
    overflow: hidden;
    overflow-y: auto;
}
.ditemtxt .itemfun span{
    display: block;
    float: left;
    width: 33.333333%;
    text-align: center;
}
.ditemtxt .itemfun span i{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.ditemtxt .itemfun span:hover{
    cursor: pointer;
}
.ditemtxt .itemfun span.browsevalue i{
    background: url(../images/icon-tscan.png) no-repeat;
    width: 21px;
    height: 15px;
    background-size: 100% 100%;
}
.ditemtxt .itemfun span.fabulous i{
    background: url(../images/icon-zan.png) no-repeat;
    width: 18px;
    height: 18px;
}
.ditemtxt .itemfun span.collection i{
    background: url(../images/icon-sc.png) no-repeat;
    width: 18px;
    height: 17px;
}
#collection i.active{
    background: url(../images/icon-sc1.png) no-repeat;
}
#fabulous i.active{
    background: url(../images/icon-zan1.png) no-repeat;
}
.dbttom{
    background: #fff;
    padding: 25px;
    margin: 30px 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.dbttom .title{
    border-bottom: solid 1px #ebebeb;
    height: 46px;
    font-size: 20px;
    padding: 0 18px;
    position: relative;
}
.dbttom i{
    width: 114px;
    height: 10px;
    background:#00ffd0;
    border-radius: 8px;
    display: block;
    content: '';
    position: absolute;
    bottom: 16px;
    left: 5px;
    z-index: 6;
}
.dbttom .title span{
    position: absolute;
    z-index: 10;
    letter-spacing: 2px;
}
.fieldul{
    padding: 35px;
    border-bottom: dashed 1px #ebebeb;
}
.fieldul li{
    width: 50%;
    float: left;
}
.fieldul li label{
    display: inline-block;
    width: 120px;
    float: left;
    color:#999999;
    line-height: 30px;
}
.fieldul li span{
    display: inline-block;
    width: 300px;
    float: left;
    padding-top: 4px;
}
.dbcontent{
    padding: 20px 0;
}

.dbcontent .con img{
    width: auto;
    margin:20px auto;
    height: auto;
}
.dmiddle {
    margin: 40px 0 0;
}
.dmiddle .jt{
    height: 132px;
    background:#f2fff4;
    border: solid 1px #a8dcb0;
    border-radius: 10px;
    padding: 20px;
}
.dmiddle .jt .jttxt{
    height: 64px;
    overflow: hidden;
    margin-top: 10px;
    color:#666;
    overflow-y: auto;
}
/*.dmiddle .jt:hover{*/
/*height: auto;*/
/*position: absolute;*/
/*z-index: 20;*/
/*}*/
/*.dmiddle .jt:hover .jttxt{*/
/*height: auto;*/
/*}*/
.dmiddle .opendate{
    float: left;
    width: 190px;
    height: 132px;
    background:#fff4f4;
    border: solid 1px #e8a6a6;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}
.dmiddle .opendate h4{
    margin-bottom: 10px;
}
/*.dmiddle .opendate:hover{*/
/*height: auto;*/
/*position: absolute;*/
/*z-index: 20;*/
/*}*/
.oul{
    float: right;
}
.oul li{
    width: 120px;
    float: left;
    height: 132px;
    margin-left: 20px;
    text-align: center;
    background: -webkit-linear-gradient(top, #b0f2e4 , #b0ecea); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #b0f2e4, #b0ecea); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #b0f2e4, #b0ecea); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #b0f2e4 , #b0ecea); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#b0f2e4, endColorstr=#b0ecea);
    border-radius: 10px;
    padding-top: 25px;
}
.oul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.oul li a:hover{
    color:#333;
}
.oul li img{
    margin-bottom: 5px;
}

.dmiddle .jt .jttxt,
.ditemtxt .desc{
    padding-right: 10px;
}
.dmiddle .jt .jttxt::-webkit-scrollbar,
.ditemtxt .desc::-webkit-scrollbar,
.dmiddle .opendate div::-webkit-scrollbar{/*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
    width: 3px;     /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
    height: 1px;
}
.dmiddle .jt .jttxt::-webkit-scrollbar-thumb,
.ditemtxt .desc::-webkit-scrollbar-thumb,
.dmiddle .opendate div::-webkit-scrollbar-thumb{/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #ddd;
}
.dmiddle .jt .jttxt::-webkit-scrollbar-track,
.ditemtxt .desc::-webkit-scrollbar-track,
.dmiddle .opendate div::-webkit-scrollbar-track{/*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #f2f2f2;
}

/*购票链接*/
.itemfun .buylink{
    width: 170px;
    height: 50px;
    color: #fff;
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    margin: -85px 0 0px 0px;
    float: right;
    background: -webkit-linear-gradient(left, #00c868 , #0089a2); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #00c868, #0089a2); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #00c868, #0089a2); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #00c868 , #0089a2); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#00c868, endColorstr=#0089a2);
}

.dmiddle .jt  em{
    display: inline-block;
    height: 16px;
    width: 26px;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
}
.dmiddle .jt  em img{
    height: 100%;

}
/*2019.12.26 add旅游指南*/
.guideTicket{
    width: 100%;
    background: url("../images/guideTicketBg.png");
    height: 105px;
    box-shadow: 0px 0px 40px 9px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-top: 20px;
}
.guideTicket .des{width: 500px;position: absolute;right: 190px;top: 30px;}
.guideTicket ul{float: left}
.guideTicket ul li{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #000000;
    width: 250px;
    height: 48px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    align-items: center;
}
.guideTicket .btn{
    float: right;

}
.guideTicket .btn a {
    display: block;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    border: solid 1px #0da78f;
    color: #0da78f;
    background: rgba(0,0,0,0);
    line-height: 40px;
    text-align: center;
    margin-top: 5px;
}
.guideTicket .btn a i{
    display: inline-block;
    background: url("../images/icon-guide.png") no-repeat center center;
    width: 18px;
    height: 8px;

}
.dmiddle .opendate div{
    overflow: hidden;
    overflow-y: auto;
    height: 64px;
}
.dbcontent .con img{
    max-width: 100%;
}