@charset "utf-8";
body{
    background:#f9f9f9;
}

/*首页焦点图*/
.st-focus-banners{
    float: left;
    width: 100%;
    min-width: 1200px;
    height: 550px;
    position: relative;
    overflow: hidden;
}
.st-focus-banners .banners{
    width: 1920px;
    height: 550px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.st-focus-banners .banners > ul > li > a{
    display: table-cell;
    width: 1920px;
    height: 550px;
    vertical-align: middle;
    text-align: center;
}
.st-focus-banners .banners > ul > li > a img{
    vertical-align: middle;
}
.st-focus-banners .focus{
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 30px;
    z-index:99;
    text-align: center;
}
.st-focus-banners .focus > ul{
    height: 20px;
}
.st-focus-banners .focus > ul > li{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 4px;
    cursor: pointer;
    vertical-align: middle;
    background: #fff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-box-shadow: 0 5px 5px 0 rgba(51,51,51,0.3);
    -moz-box-shadow: 0 5px 5px 0 rgba(51,51,51,0.3);
    -o-box-shadow: 0 5px 5px 0 rgba(51,51,51,0.3);
    -ms-box-shadow: 0 5px 5px 0 rgba(51,51,51,0.3);
    box-shadow: 0 5px 5px 0 rgba(51,51,51,0.3);
}
.st-focus-banners .focus > ul > li.on{
    background: #f90;
    width: 20px;
    height: 20px;
}

/* hot */
.hot-product-container{
    float: left;
    width: 100%;
    min-width: 1200px;
    padding-top: 34px;
    background-color: #fff;
}
.hot-tab-nav{
    height: 38px;
    text-align: center;
}
.hot-tab-nav>a{
    display: inline-block;
    margin: 0 18px;
    font-size: 26px;
    height: 35px;
    line-height: 35px;
    border-bottom: 3px solid transparent;
    position: relative;
}
.hot-tab-nav>a:hover{
    color: #f90;
}
.hot-tab-nav>a.on{
    color: #f90;
    border-color: #f90;
}
.hot-tab-nav>a:after{
    content: "";
    position: absolute;
    top:  50%;
    right: -18px;
    width: 1px;
    height: 20px;
    background-color: #bbb;
    margin-top: -10px;
}
.hot-tab-nav>a:last-child:after{
    display: none;
}
.hot-tab-con{
    padding-top: 10px;
    max-height: 926px;
    overflow: hidden;
}
.hot-product-list{}
.hot-product-list li{
    float: left;
    width: 380px;
    height: 360px;
    background-color: #f5f5f5;
    margin: 30px 30px 0 0;
}
.hot-product-list li:nth-of-type(3n){
    margin-right: 0;
}
.hot-product-list li>a{
    display: block;
}
.hot-product-list li .pic{
    display: table-cell;
    width: 380px;
    height: 250px;
    text-align: center;
    vertical-align: middle;
    background-color: #e7e7e7;
    overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
}
.hot-product-list li .pic>img{
    /*max-height: 100%;*/
    max-width: 100%;
    vertical-align: middle;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.hot-product-list li:hover .pic>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);
}
.hot-product-list li .info{
    padding: 15px;
}
.hot-product-list li .info .tit{
    font-size: 16px;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hot-product-list li:hover .info .tit{
    color: #f90;
}
.hot-product-list li .info .data{
    color: #999;
    font-size: 14px;
    height: 44px;
    line-height: 50px;
    overflow: hidden;
}
.hot-product-list li .info .data .addr{
    margin-right: 16px;
}
.hot-product-list li .info .data .price{
    float: right;
    color: #f60;
    line-height: 44px;
}
.hot-product-list li .info .data .price strong{
    font-size: 26px;
    font-weight: bold;
}
.hot-tab-btn{
    padding: 40px 0;
    text-align: center;
}
.hot-tab-btn>a{
    display: inline-block;
    width: 200px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    color: #999;
    font-size: 18px;
    background-color: #eee;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    -o-border-radius: 56px;
    -ms-border-radius: 56px;
    border-radius: 56px;
}
.hot-tab-btn>a:hover{
    color: #fff;
    background-color: #f90;
}

/* 公共样式 */
.st-product-title{
    height: 106px;
    line-height: 106px;
}
.st-product-title h3{
    float: left;
    font-size: 26px;
}
.st-product-title .txt{
    float: left;
    height: 106px;
    color: #bbb;
    font-size: 14px;
    line-height: 112px;
    margin-left: 15px;
}
.st-tab-nav{
    float: right;
}
.tab-nav-list{
    float: left;
}
.tab-nav-list>span{
    float: left;
    font-size: 16px;
    color: #999;
    margin-left: 40px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.tab-nav-list>span.on{
    color: #f90;
    text-decoration: underline;
}
.st-tab-nav .more{
    float: right;
    font-size: 16px;
    color: #999;
    margin-left: 40px;
}
.tab-nav-list>span:hover,
.st-tab-nav .more:hover{
    color: #f90;
}
.st-product-left{
    float: left;
    padding: 10px 15px;
    width: 255px;
    height: 560px;
    background-color: #fff;
}
.left-item{
    margin-top: 20px;
}
.left-item.ad-left-item{
    margin-top: 40px;
}
.left-item h6{
    font-size: 16px;
    padding-left: 12px;
    height: 18px;
    line-height: 18px;
    border-left: 2px solid #f90;
}
.left-item .left-item-li{}
.left-item .left-item-li.left-item-addr{
    max-height: 164px;
    overflow: hidden;
}
.left-item .left-item-li>a{
    float: left;
    color: #999;
    font-size: 14px;
    border-radius: 3px;
    background-color: #eee;
    padding: 0 5px;
    width: 70px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 7px 0 0;
}
.left-item .left-item-li>a:nth-of-type(3n){
    margin-right: 0;
}
.left-item .left-item-li>a:hover{
    color: #fff;
    background-color: #f90;
}
.left-item .ad-pic{
    display: table-cell;
    width: 245px;
    height: 160px;
    text-align: center;
    vertical-align: middle;
    background-color: #e7e7e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.st-theme-container .left-item .ad-pic{
    height: 280px;
}
.left-item .ad-pic>img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.st-product-right{
    float: right;
    width: 895px;
}
.st-product-list{
    display: none;
    max-height: 580px;
    overflow: hidden;
}
.st-product-list.active{
    display: block;
}
.st-product-list li{
    float: left;
    width: 285px;
    height: 280px;
    background-color: #fff;
    margin: 0 20px 20px 0;
}
.st-product-list li:nth-of-type(3n){
    margin-right: 0;
}
.st-product-list li>a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.st-product-list li .tips{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    padding: 0 14px;
    height: 26px;
    line-height: 26px;
    background-color: rgba(51,51,51,.7);
}
.st-product-list li .pic{
    display: table-cell;
    width: 285px;
    height: 180px;
    text-align: center;
    vertical-align: middle;
    background-color: #e7e7e7;
    overflow: hidden;
    display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;
}
.st-product-list li .pic>img{
    /*max-height: 100%;*/
    max-width: 100%;
    vertical-align: middle;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.st-product-list li:hover .pic>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);
}
.st-product-list li .info{
    padding: 11px 15px;
}
.st-product-list li .info .tit{
    font-size: 16px;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.st-product-list li:hover .info .tit{
    color: #f90;
}
.st-product-list li .info .data{
    color: #999;
    font-size: 14px;
    height: 44px;
    line-height: 50px;
    overflow: hidden;
}
.st-product-list li .info .data .addr{
    margin-right: 16px;
}
.st-product-list li .info .data .price{
    float: right;
    color: #f60;
    line-height: 44px;
}
.st-product-list li .info .data .price strong{
    font-size: 26px;
    font-weight: bold;
}

/* 定制游 */
.st-custom-left{
    float: left;
    padding: 20px 10px 0;
    width: 265px;
    height: 340px;
    background-color: #fff;
}
.st-custom-left h6{
    font-size: 22px;
    color: #f90;
    font-weight: bold;
    text-align: center;
    height: 42px;
    line-height: 42px;
}
.custom-item-con{}
.custom-item-con dl{
    margin-top: 15px;
}
.custom-item-con dl dt{
    float: left;
    width: 85px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: right;
}
.custom-item-con dl dd{
    padding-left: 85px;
    height: 32px;
}
.custom-item-con dl dd input{
    display: block;
    width: 128px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    padding: 4px 10px;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.custom-btn{
    display: block;
    color: #fff;
    font-size: 18px;
    width: 220px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #f60;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 30px auto 0;
}
.custom-detail-btn{
    display: block;
    color: #999;
    font-size: 14px;
    width: 220px;
    text-align: center;
    margin: 15px auto 0;
}
.st-custom-right{
    float: right;
    width: 895px;
}
.st-custom-list{
/*    max-height: 360px;*/
    overflow: hidden;
}
.st-custom-list li{
    float: left;
    width: 285px;
    height: 360px;
    background-color: #fff;
    margin: 0 20px 0 0;
}
.st-custom-list li:nth-of-type(3n){
    margin-right: 0;
}
.st-custom-list li>a{
    display: block;
}
.st-custom-list li .pic{
    display: table-cell;
    width: 285px;
    height: 220px;
    text-align: center;
    vertical-align: middle;
    background-color: #e7e7e7;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.st-custom-list li .pic>img{
    max-height: 100%;
    /*max-width: 100%;*/
    vertical-align: middle;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.st-custom-list li:hover .pic>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);
}
.st-custom-list li .info{
    padding: 11px 14px;
}
.st-custom-list li .info .tit{
    font-size: 16px;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.st-custom-list li:hover .info .tit{
    color: #f90;
}
.st-custom-list li .info .data{
    color: #999;
    font-size: 14px;
    line-height: 22px;
    margin-top: 7px;
}
.st-custom-list li .info .data>p{
    margin-bottom: 6px;
}

/* 游记 */
.st-notes-con{
    width: 1200px;
}
.st-notes-list{
    max-height: 600px;
    overflow: hidden;
}
.st-notes-list li{
    float: left;
    width: 285px;
    height: 290px;
    background-color: #fff;
    margin: 0 20px 20px 0;
}
.st-notes-list li:nth-of-type(4n){
    margin-right: 0;
}
.st-notes-list li>a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.st-notes-list li .pic{
    display: table-cell;
    width: 285px;
    height: 180px;
    text-align: center;
    vertical-align: middle;
    background-color: #e7e7e7;
    overflow: hidden;
}
.st-notes-list li .pic>img{
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.st-notes-list li:hover .pic>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);
}
.st-notes-list li .info{
    padding: 11px 15px;
}
.st-notes-list li .info .tit{
    font-size: 16px;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.st-notes-list li:hover .info .tit{
    color: #f90;
}
.st-notes-list li .info .data{
    color: #999;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-top: 11px;
}
.st-notes-list li .info .data .head{
    float: left;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #e7e7e7;
    overflow: hidden;
}
.st-notes-list li .info .data .head>img{
    display: block;
    width: 100%;
    height: 100%;
}
.st-notes-list li .info .data .name{
    float: left;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 8px;
}
.st-notes-list li .info .data .time{
    float: right;
}
.st-notes-list li.add-notes{
    background: url("../images/note-icon.png") no-repeat center 80px #f90;
}
.st-notes-list li.add-notes .add-notes-txt{
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

/* 广告位 */
.column-ad-container{
    width: 100%;
    height: 100px;
    margin: 40px 0 0;
}
.column-ad-container>a{
    display: table-cell;
    width: 1200px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
}
.column-ad-container>a>img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
