.bg-grey-f5{
    background: #f5f5f5;
}
.custom-block{
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #92a200;
}
.custom-link{
    display: inline-block;
    width: 266px;
    height: 57px;
    position: absolute;
    left: 50%;
    bottom: 5px;
    margin-left: -133px;
    font-size: 0;
    background: url("../images/home-icon.png") no-repeat -235px 0;
}
/*焦点图*/
.st-focus-banners{
    float: left;
    width: 100%;
    min-width: 1200px;
    height: 700px;
    position: relative;
    margin-top: -80px;
    overflow: hidden;
}
.st-focus-banners .banners{
    width: 1920px;
    height: 700px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.st-focus-banners .banners > ul > li > a{
    display: table-cell;
    width: 1920px;
    height: 700px;
    vertical-align: middle;
    text-align: center;
}
.st-focus-banners .banners > ul > li > a img{
    vertical-align: middle;
}
.st-focus-banners .focus{
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: 80px;
    z-index:99;
    text-align: center;
}
.st-focus-banners .focus > ul{
    display: inline-block;
    width: 1200px;
    height: 12px;
}
.st-focus-banners .focus > ul > li{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    cursor: pointer;
    vertical-align: top;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
}
.st-focus-banners .focus > ul > li.on{
    background: #eee;
}
/* 旅游类型 */
.travel-lx-content{
    clear: both;
    height: 104px;
    padding: 8px 0;
    border-bottom: 1px solid #d2d2d2;
    background: #fff;
}
.travel-lx-block{
    width: 1200px;
    margin: 0 auto;
}
.travel-lx-block li{
    float: left;
    width: 25%;
    height: 104px;
}
.travel-lx-block li .ico1,
.travel-lx-block li .ico2,
.travel-lx-block li .ico3,
.travel-lx-block li .ico4{
    display: inline-block;
    width: 104px;
    height: 104px;
    vertical-align: middle;
    background: url("../images/home-icon.png") no-repeat;
}
.travel-lx-block li .ico1{
    background-position: 0 -159px;
}
.travel-lx-block li .ico2{
    background-position: -114px -159px;
}
.travel-lx-block li .ico3{
    background-position: -228px -159px;
}
.travel-lx-block li .ico4{
    background-position: -342px -159px;
}
.travel-lx-block li .txt{
    display: inline-block;
    padding-left: 16px;
    vertical-align: middle;
}
.travel-lx-block li .txt strong{
    display: block;
    color: #666;
    padding: 5px 0;
    font-size: 20px;
    font-weight: bold;
}
.travel-lx-block li .txt em{
    display: block;
    color: #999;
    padding: 5px 0;
    font-size: 14px;
}
/* 热门目的地 */
.hot-dest-wrap{
    margin-top: 60px;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}
.hot-dest-wrap .side-menu{
    float: left;
    width: 200px;
}
.hot-dest-wrap .side-menu h3 strong{
    color: #93c11b;
    display: block;
    font-size: 22px;
    font-weight: bold;
}
.hot-dest-wrap .side-menu h3 em{
    color: #999;
    display: block;
    font-size: 14px;
}
.hot-dest-wrap .side-menu dl{
    margin-top: 20px;
}
.hot-dest-wrap .side-menu dl dt a{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}
.hot-dest-wrap .side-menu dl dd{
    padding-top: 5px;
}
.hot-dest-wrap .side-menu dl dd a{
    float: left;
    color: #999;
    width: 33.333333%;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}
.hot-dest-wrap .side-menu dl dd a:hover{
    color: #93c11b;
}
.hot-dest-wrap .dest-list{
    float: right;
    width: 940px;
}
.hot-dest-wrap .dest-list li{
    float: left;
    margin: 5px 0 0 5px;
}
.hot-dest-wrap .dest-list li .item-a{
    display: block;
    width: 230px;
    height: 230px;
    position: relative;
    overflow: hidden;
}
.hot-dest-wrap .dest-list .item-a .tit{
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    z-index: 99;
    font-size: 20px;
    font-weight: bold;
}
.hot-dest-wrap .dest-list .item-a .pic{
    width: 230px;
    height: 230px;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
}
.hot-dest-wrap .dest-list .item-a:hover .pic{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
/*  */
.same-travel{
    margin-top: 20px;
}
.same-travel .same-tit{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.same-block{
    margin-top: 20px;
}
.same-block li{
    float: left;
    width: 290px;
    height: 400px;
    margin-right: 12px;
}
.same-block li.mr_0{
    margin-right: 0;
}
.same-block .item-a{
    display: block;
    width: 290px;
    height: 400px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: -webkit-transform .8s;
    -moz-transition: -moz-transform .8s;
    -o-transition: -o-transform .8s;
    transition: transform .8s;
}
.same-block .item-a:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.same-block .item-a .pic{
    width: 290px;
    height: 400px;
}
.same-block .item-a .layer{
    height: 110px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: rgba(147,193,27,.5);
}
.same-block .item-a .layer .txt{
    display: block;
}
.same-block .item-a .layer .txt .bt,
.same-block .item-a .layer .txt .js{
    display: block;
    color: #fff;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}
.same-block .item-a .price{
    color: #fff;
    display: block;
    margin-top: 20px;
}
.same-block .item-a .price b{
    color: #ffe719;
    font-size: 22px;
}
/* 极致体验 */
.taste-wrap{
    margin: 40px 0;
}
.taste-tit{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.taste-block{
    width: 1200px;
    height: 408px;
    margin-top: 50px;
    position: relative;
}
.taste-block .item-1{
    width: 400px;
    height: 250px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.taste-block .item-2{
    width: 200px;
    height: 250px;
    position: absolute;
    left: 413px;
    top: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #d0b133;
}
.taste-block .item-2:after{
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    right: -26px;
    z-index: 99;
    border-left: 26px solid #d0b133;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}
.taste-block .item-3{
    width: 200px;
    height: 408px;
    position: absolute;
    left: 625px;
    top: 0;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.taste-block .item-4{
    width: 364px;
    height: 186px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #29c625;
}
.taste-block .item-4:after{
    content: "";
    display: block;
    position: absolute;
    bottom: -26px;
    right: 30px;
    z-index: 99;
    border-top: 26px solid #29c625;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}
.taste-block .item-5{
    width: 400px;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #3cd9ab;
}
.taste-block .item-5:after{
    content: "";
    display: block;
    position: absolute;
    left: 30px;
    top: -26px;
    z-index: 99;
    border-bottom: 26px solid #3cd9ab;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}
.taste-block .item-2 .txt,
.taste-block .item-4 .txt,
.taste-block .item-5 .txt{
    color: #fff;
    line-height: 28px;
    padding: 30px 15px 0;
    font-size: 14px;
}
.taste-block .item-6{
    width: 200px;
    height: 150px;
    position: absolute;
    left: 412px;
    bottom: 0;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.taste-block .item-6 .more{
    display: block;
    width: 96px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -48px;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    background: rgba(255,255,255,.5);
}
.taste-block .item-7{
    width: 364px;
    height: 214px;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/* choose-us */
.choose-us{
    height: 160px;
    background: #efeff4;
}
.choose-us .dl-list dt{
    float: left;
    width: 290px;
    height: 160px;
    overflow: hidden;
}
.choose-us .dl-list dd {
    float: left;
    width: 190px;
    height: 160px;
    text-align: center;
}
.choose-us .dl-list .bg-line{
    display: block;
    float: left;
    width: 45px;
    height: 160px;
    background: url("../images/line-bg.png") center no-repeat;
}
.choose-us .dl-list dd .icon{
    display: inline-flex;
    width: 71px;
    height: 82px;
    margin-top: 30px;
    background: url("../images/home-icon.png") center no-repeat;
}
.choose-us .dl-list dd .icon1{
    background-position: 0 -67px;
}
.choose-us .dl-list dd .icon2{
    background-position: -81px -67px;
}
.choose-us .dl-list dd .icon3{
    background-position: -162px -67px;
}
.choose-us .dl-list dd .icon4{
    background-position: -243px -67px;
}
.choose-us .dl-list dd em{
    display: block;
    color: #999;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
