/*
 *首页主体css
 **/

body{
    background: #f5f5f5;
}

/* banner样式 */
.st-banner-container {
    height: 600px;
    background: #e7e7e7;
}

.st-banner-container .swiper-slide {
    overflow: hidden;
}

.st-banner-container .item {
    display: block;
    width: 1920px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -960px;
}

.st-banner-container .item img {
    max-width: 100%;
    max-height: 100%;
}

.st-banner-container .swiper-pagination {
    left: 50%;
    bottom: 10px;
}

.st-banner-container .swiper-pagination-bullet {
    width: 50px;
    height: 6px;
    margin: 0 10px;
    opacity: .7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

.st-banner-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #7f1672;
}

.st-banner-container .swiper-button-next,
.st-banner-container .swiper-button-prev{
    width: 22px;
    height: 40px;
}
.st-banner-container .swiper-button-next{
    right: 70px;
    background: url("../images/home-page-icon.png") no-repeat -98px 0;
}
.st-banner-container .swiper-button-prev{
    left: 70px;
    background: url("../images/home-page-icon.png") no-repeat -46px 0;
}


/* 公用栏目 */
.column-container{
    margin-top: 50px;
}
.column-wrapper{
    padding-top: 40px;
}
.column-bar{
    text-align: center;
    font-size: 36px;
}
.column-more-bar{
    text-align: center;
}
.column-more-bar .more-link{
    color: #999;
    display: inline-block;
    width: 218px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #b5b5b5;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.column-more-bar .more-link:hover{
    color: #fff;
    border-color: #7f1672;
    background: #7f1672;
}

.column-list-group{

}
.column-list-group .child-item{
    float: left;
    width: 380px;
    margin: 0 30px 30px 0;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #fff;
}
.column-list-group .child-item:hover{
    -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .1);
}
.column-list-group .child-item.mr_0{
    margin-right: 0;
}
.column-list-group .child-item>a{
    display: block;
}
.column-list-group .pri-label{
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    position: absolute;
    top: 50px;
    left: -11px;
    z-index: 10;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 14px;
    background: #f80;
}
.column-list-group .pri-label:after{
    content: '';
    display: inline-block;
    width: 11px;
    height: 6px;
    position: absolute;
    top: 40px;
    left: 0;
    background: url("../images/home-page-icon.png") no-repeat -26px 0;
}
.column-list-group .pri-label .num{
    font-size: 24px;
    font-family: Arial, "Microsoft YaHei", "宋体", Helvetica, sans-serif;
}
.column-list-group .img-area{
    display: table-cell;
    width: 380px;
    height: 260px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    background: #e7e7e7;
}
.column-list-group .img-area img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.column-list-group .child-item:hover .img-area img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.column-list-group .info-area{
    padding: 10px;
}
.column-list-group .info-area .tit{
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.column-list-group .info-area .al-tit{
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.column-list-group .info-area .txt{
    color: #999;
    height: 40px;
    line-height: 20px;
    margin-top: 5px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.column-list-group .info-area .data{
    margin-top: 5px;
    font-size: 0;
}
.column-list-group .info-area .data .item{
    color: #999;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-right: 20px;
    font-size: 14px;
}


/* 热门目的地 */
.destination-list{
    height: 400px;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-border-top-left-radius: 80px;
    -moz-border-top-left-radius: 80px;
    border-top-left-radius: 80px;
    -webkit-border-bottom-right-radius: 80px;
    -moz-border-bottom-right-radius: 80px;
    border-bottom-right-radius: 80px;
}
.destination-list .item{
    float: left;
    width: 300px;
    height: 400px;
    position: relative;
}
.destination-list .item:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: rgba(127,22,114,0);
}
.destination-list .item:hover:after{
    background: rgba(127,22,114,.8);
}
.destination-list .item img{
    width: 300px;
    height: 400px;
}
.destination-list .info{
    position: absolute;
    top: 40px;
    left: 30px;
    right: 30px;
    z-index: 10;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.destination-list .item:hover .info{
    top: 100px;
}
.destination-list .info .tit{
    color: #fff;
    font-size: 22px;
}
.destination-list .info .txt{
    color: #fff;
    max-height: 80px;
    line-height: 20px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.destination-list .item .more{
    color: #fff;
    display: inline-block;
    width: 118px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    left: 30px;
    bottom: 65px;
    z-index: 10;
    opacity: 0;
    font-size: 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.destination-list .item:hover .more{
    opacity: 1;
    bottom: 125px;
}

/* 精选团购 */
.tuan-list-group {
    margin-bottom: 30px;
}

.tuan-list-group .item {
    float: left;
    width: 380px;
    margin-right: 30px;
    position: relative;
    background: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tuan-list-group .item.mr_0 {
    margin-right: 0;
}

.tuan-list-group .item:hover {
    -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .1);
}

.tuan-list-group .item > a {
    display: block;
}

.tuan-list-group .item .date {
    color: #fff;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    text-align: center;
    position: absolute;
    top: 228px;
    left: 0;
    right: 0;
    z-index: 100;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tuan-list-group .item.ing .date {
    background: #53bc64;
}

.tuan-list-group .item.load .date {
    background: #ff9f16;
}

.tuan-list-group .img-area {
    display: table-cell;
    width: 380px;
    height: 260px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    background: #e7e7e7;
}

.tuan-list-group .img-area img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tuan-list-group .item:hover .img-area img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.tuan-list-group .info-area {
    padding-bottom: 5px;
}

.tuan-list-group .info-area .tit {
    height: 30px;
    line-height: 30px;
    padding: 8px 10px 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tuan-list-group .info-area .data-bar {
    padding: 5px 10px;
}

.tuan-list-group .info-area .yhq {
    display: inline-block;
}
.tuan-list-group .info-area .yhq .yj{
    color: #999;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.tuan-list-group .info-area .yhq .zk{
    color: #fff;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    margin-left: 3px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #f60;
}

.tuan-list-group .item .data-bar .pri {
    float: right;
    color: #f60;
    height: 30px;
    line-height: 30px;
}

.tuan-list-group .item .data-bar .pri .jg {
    font-size: 16px;
}

.tuan-list-group .item .data-bar .pri .num {
    font-size: 20px;
    font-family: Arial, "Microsoft YaHei", "å®‹ä½“", Helvetica, sans-serif;
}

/* 导游 */
.guide-list-group{
    padding-bottom: 30px;
}
.guide-list-group>li{
    float: left;
    width: 380px;
    margin-right: 30px;
    background: #fff;
}
.guide-list-group>li.mr_0{
    margin-right: 0;
}
.guide-list-group .hd-area{
    height: 250px;
    padding-top: 40px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
.guide-list-group .hd-area .hd-img{
    display: block;
    width: 150px;
    height: 150px;
    padding: 15px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background: #f5f5f5;
}
.guide-list-group .hd-area .hd-img img{
    width: 100%;
    height: 100%;
}
.guide-list-group .hd-area .name{
    display: block;
    text-align: center;
    margin-top: 15px;
    font-size: 22px;
}
.guide-list-group .hd-area .label{
    display: block;
    width: 70px;
    height: 26px;
    position: absolute;
    left: 50%;
    bottom: -12px;
    margin-left: -35px;
    background: url("../images/home-page-icon.png") no-repeat -50px -50px;
}
.guide-list-group .bd-area{
    padding: 10px 0;
}
.guide-list-group .bd-area dl{
    color: #999;
    padding: 5px 0;
    font-size: 14px;
}
.guide-list-group .bd-area dt{
    float: left;
    width: 90px;
    height: 20px;
    line-height: 20px;
    text-align: right;
}
.guide-list-group .bd-area dd{
    min-height: 20px;
    padding: 0 10px 0 90px;
}
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 私人订制 */
.personal-tailor{
    height: 350px;
    margin-top: 50px;
    position: relative;
}
.personal-tailor .info{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
.personal-tailor .info .tit{
    color: #fff;
    font-size: 36px;
}
.personal-tailor .info .txt{
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
}
.personal-tailor .info .btn{
    color: #fff;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 40px;
    margin-top: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    background: #f90;
}