/*
* @Author: anchen
* @Date:   2019-08-01 15:19:57
* @Last Modified by:   anchen
* @Last Modified time: 2019-09-26 10:07:47
*/

/* 公共样式 */
*{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,
.TListul: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: #f6f6f6;
}
body.bgfff {
    background: #fff;
}
.w320{
    width: 320px;
    height: 200px;
    float: left;
}
.w340{
    width: 340px;
    float: left;
    padding-left: 20px;
}

.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;
}
.TlistLeft.detail{
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    background: #fff;
}

.fl_con{margin: 20px 0 30px; padding:12px 25px 12px; overflow:hidden; position:relative;
    background:#fff;border-radius: 10px}
.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: #fff}

.TListul{
    margin: 0 0px 100px;
}
.TListul li {
    margin-bottom: 18px;
    width: 100%;
    float: left;
}
.TListul li a{
    display: block;
    position: relative;
    box-shadow: 0 0 25px rgba(0,0,0,0.05);
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.TListul li a .itemimg{
    width: 220px;
    border-radius: 10px;
    overflow: hidden;
    height: 220px;
    float: left;
    position: relative;
}

.TListul li a .itemimg .tab{
    width: 108px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/icon-label1.png");
    background-size: cover;
    color: white;
    text-align: center;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.TListul li a .itemimg img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.TListul li a .itemtxt{
    background:#fff;
    padding: 0;
    width: 460px;
    height: 206px;
    float: right;
    position: relative;
}
.TListul li a .itemtxt .title h2{
    float: left;
}
.TListul li a .itemtxt .title span{
    float: right;
}

.TListul li a .itemtxt .title h2,
.ditemtxt .title span{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.TListul li a .itemtxt .title h2{
    padding-top: 10px;
}
.TListul li a .itemtxt .title{
    padding:25px 10px 20px 10px;
}
.TListul li a .itemtxt .title h2,
.TListul li a .itemtxt .title span{
    font-size: 18px;
}
.TListul li a .itemtxt .title span{
    color:#666666 ;
}

.TListul li a .itemtxt .title span i{
    font-size: 24px;
    color: #ff6e04;
    font-weight: bold;
}
.TListul li a .itemtxt .title h3,
.ditemtxt .title h3{
    padding-left: 10px;
    text-align: right;
}
.TListul li a .itemtxt .itemlist{
    padding: 0 10px;
}
.TListul li a .itemtxt .itemlist .tab,.ditemtxtlf .itemlist .tab{
    width: auto;
    height: 24px;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #1c996b;
    text-align: center;
    color:#1c996b;
    float: left;
    padding: 0 10px;
}
.TListul li a .itemtxt .itemlist .tab+.tab,.ditemtxtlf .itemlist .tab+.tab{
    margin-left: 8px;
}
.TListul li a .itemtxt .itemlist .tab:nth-of-type(n),.ditemtxtlf .itemlist .tab:nth-of-type(n){
    border: solid 1px #1c996b;
    color:#1c996b;
}
.TListul li a .itemtxt .itemlist .tab:nth-of-type(2n),.ditemtxtlf .itemlist .tab:nth-of-type(2n){
    border: solid 1px #007df7;
    color:#007df7;
}
.TListul li a .itemtxt .itemlist .tab:nth-of-type(3n),.ditemtxtlf .itemlist .tab:nth-of-type(3n){
    border: solid 1px #ff6d04;
    color:#ff6d04;
}
.TListul li a .itemtxt .translate{
    padding: 0px 10px 10px;
    font-size: 18px;
}
.TListul li:hover a{
    box-shadow: 0 0 25px rgba(0,0,0,0.2);

}

.TListul li a .itemfun{
    color:#999999;
    padding: 10px 15px 14px;
    position: absolute;
    bottom: 0px;
}
.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 .praisevalue i,
.TListul li a .itemtxt .itemfun .collectvalue i,
.Cleft .desc .ditemtxt  .itemaddress .adrg .praisevalue i,
.Cleft .desc .ditemtxt  .itemaddress .adrg .collectvalue i
{
    display: inline-block;
}
.TListul li a .itemtxt .itemfun span+span{
    padding-left: 43px;
}
.TListul li a .itemtxt .itemfun .browsevalue i{
    width: 16px;
    height: 11px;
    background: url(../images/icon-tscanwhite.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-right: 10px;
}
.TListul li a .itemtxt .itemfun .collectvalue{
    /*color: #0da78f;*/
}
.TListul li a .itemtxt .itemfun .collectvalue i,.Cleft .desc .ditemtxt  .itemaddress .adrg .collectvalue i{
    width: 16px;
    height: 16px;
    background: url(../images/icon-scwhite.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.TListul li a .itemtxt .itemfun .praisevalue i,.Cleft .desc .ditemtxt  .itemaddress .adrg .praisevalue i{
    width: 16px;
    height: 16px;
    background: url(../images/icon-zanwhite.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 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 .detail{
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    background: #fff;
    padding-top: 0px;
}
.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;
}
.Tlistright .dcon{
    padding: 0 20px 20px;
    /*    background: #fff;
        box-shadow: 0 0 20px rgba(0,0,0,0.05);*/
    margin-bottom: 20px;
}
.Tlistright .dcon h2.title{
    padding: 10px 0 0;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
}
.Tlistright .dcon h2.title a{
    float: right;
    font-size: 12px;
    color: #999;
    font-weight: normal;
}
.Tlistright .dcon .TListul.detail{
    margin-bottom: 0px;
}
.Tlistright .dcon .TListul.detail li{
    width: 100%;
    float: none;
    margin-bottom: 15px;
}
.Tlistright .dcon .TListul.detail li:last-child{
    margin-bottom: 0;
}
.Tlistright .dcon .TListul.detail li a{
    box-shadow: none;
}
.Tlistright .dcon .TListul.detail li a .itemtxt{
    padding: 0 15px;
}
.Tlistright .dcon .TListul.detail li a .itemtxt h2{
    height: 40px;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.Tlistright.detail .dcon .TListul.detail li a .itemtxt{
    padding: 0;
}
.gradientone{
    background: url("../images/iconms3.png") no-repeat;
    background-size: cover;
}
.gradienttwo{
    background: url("../images/iconms2.png") no-repeat;
    background-size: cover;
}
.gradientthree{
    background: url("../images/iconms1.png") no-repeat;
    background-size: cover;
}

/* 旅游详情 */
.Crumbs.detail{
    box-shadow: none;
}
#banner .swiper-slide{
    height: 200px;
}
#banner .swiper-slide img{
    width: 100%;
    height: 100%;
    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;
}

.dbttom{
    padding: 45px 0;
}
.dbttom+.dbttom{
    padding-top: 0;
}
.dbttom .title{
    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;
}
/*服务设施*/
.dbttom  .sevice{
    width: 100%;
}
.dbttom  .seviceItem{
    float: left;
    width: 16.5%;
    text-align: center;
    color: #5b5b5b;
    margin-bottom: 15px;
}
.dbttom  .seviceItem img{
    max-width: 46px;
    height: 46px;
 
}
.dbttom .sevice-item img{
    width: 50%;
    margin-bottom: 15px;
}
.dbttom .mustRead p {
    font-size: 14px;
    color: #5b5b5b;
    line-height: 28px;
    padding-left: 10px;

}

.dbttom .mustRead p span{
    color: #2d2d2d;
    padding-right: 10px;
}



.TlistLeft.detail .content{
    padding: 20px;
}

.Cleft{
    width: 710px;
    min-height: 1100px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 20px;
    float: left;
    background: #fff;
}
.Cleft .desc .ditemtxt .ditemtxtlf{
    max-width: 490px;
    float: left;
}
.Cleft .desc .ditemtxt  .ditemtxtrg{
    float: right;
}
.Cleft .desc .ditemtxt  .itemaddress{
    padding: 30px 0;
}
.Cleft .desc .ditemtxt  .itemaddress .adlf{
    float: left;
    color: #666;
}
.Cleft .desc .ditemtxt  .itemaddress .adlf i{
    background: url("../images/addressms.png") no-repeat;
    width: 14px;
    height: 16px;
    background-size: contain;
    float: left;
    margin-right: 7px;
    display: flex;
    align-items: center
}
.Cleft .desc .ditemtxt  .itemaddress .adrg{
    float: right;
    font-size: 14px;
    color: #5b5b5b;
}
.Cleft .desc .ditemtxt  .itemaddress .adrg .praisevalue{

}
.Cleft .desc .ditemtxt  .itemaddress .adrg .collectvalue{
    padding-left: 30px;
}
/*图片集*/
.Cleft .desc .ditemtxt  .itemimages img{
    width: 100%;
    height: 100%;
}
.Cleft .desc .ditemtxt  .itemimages .img1{
    width: 310px;
    height: 300px;
    background: black;
    float: left;
}
.Cleft .desc .ditemtxt  .itemimages .img2{
    float: right;
    width: 358px;
    height: 300px;
}
.Cleft .desc .ditemtxt  .itemimages .img2 .imgitem{
    display: block;
    width: 169px;
    height: 145px;
    margin-left: 10px;
    margin-bottom: 10px;
    background: black;
    float: left;
}


.Cleft .desc .ditemtxt .title h2{
    font-size: 26px;
    font-weight: bold;
    line-height: 42px;
    overflow: hidden;

}
.Cleft .desc .ditemtxt  .price{
    float: right;
    font-size: 20px;
    color:#666666;
    padding-right: 27px;
}

.Cleft .desc .ditemtxt  .price i{
    font-size: 30px;
    color: #ff6e04;
}
.Cleft .desc .ditemtxt .translate{
    font-size: 16px;
    color: #333333;
    line-height: 46px;
}

.Cleft .dtop .content{
    padding-bottom: 30px;
    padding-top: 10px;
    width: 100%;
}
.Cleft .desc .itemfun{
    margin: 50px 0 0;
}
.Cleft .desc .itemfun .buylink{
    width: 170px;
    height: 50px;
    color: #fff;
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    margin: 20px 0 0px 0px;
    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);
}

/*详情页相关推荐*/
.Cright{
    float: right;
    width: 260px;

}
.Cright .titleMore{
    font-size: 12px;
    padding-bottom: 15px;
    color: #999;
}
.Cright .titleMore span{
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    font-weight: 600;
}
.Cright .titleMore a{
    float: right;
    line-height: 18px;

}
.Cright .recommend .item{
    margin-bottom: 20px;
    overflow: hidden;

}
.Cright .recommend .item .itemImg img{
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius:10px;;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}
.Cright .recommend .item .itemdes{
    padding:  15px 12px;
    background: #fff;
}
.Cright .recommend .item .itemdes .title h2{
    font-size: 14px;
    float: left;
    line-height: 18px;
    padding-top: 6px;
    max-width: 48%;
}
.Cright .recommend .item .itemdes .title span{
    float: right;
    font-size: 14px;
}
.Cright .recommend .item .itemdes .title span i{
    color: #ff6e04;
    font-size: 18px;
}
.Cright .recommend .item .itemdes .translate{
    font-size: 12px;
}
.Cright .recommend .values{
    border: solid 1px #ebebeb;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius:10px;;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    line-height: 30px;
    height: 30px;
    background: #fff;
}
.Cright .recommend .values span{
    display: block; float:left;width: 33.333333333333%;height: 100%;text-align:center ;
}
.Cright .recommend .values span b{
    color: #5b5b5b;
}
.Cright .recommend .browsevalue i,.Cright .recommend .praisevalue i,.Cright .recommend .collectvalue i{
    display: inline-block;
}
.Cright .recommend .browsevalue i{
    width: 14px;
    height: 11px;
    background: url(../images/icon-tscanwhite.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-right: 3px;


}
.Cright .recommend .praisevalue i{
    width: 12px;
    height: 12px;
    background: url(../images/icon-zanwhite.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-right: 3px;

}
.Cright .recommend .collectvalue i{
    width: 12px;
    height: 12px;
    background: url(../images/icon-scwhite.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-right: 3px;
}
.Cright .recommend .browsevalue,.Cright .recommend .praisevalue{
    border-right: solid 1px #ebebeb;
}
.Cright .recommend .itemlist{
    padding-left: 15px;
    background: #fff;
    padding-bottom: 15px;
}


.Cleft .desc .ditemtxt .itemaddress .adrg,
.Cleft .desc .ditemtxt .itemimages img{
    cursor: pointer;
}
.Cleft .desc .ditemtxt .itemimages img{
    float: left;
    vertical-align: top;
}
.Cleft .desc .ditemtxt .itemimages img{
    width: 169px;
    height: 145px;
    margin: 0 0 10px 10px;
}
.Cleft .desc .ditemtxt .itemimages img:first-child{
    width: 310px;
    height: 300px;
    margin: 0;
}
.contentbox img{
    max-width: 100%;
}