@charset "utf-8";

/* ====== Home Banner ====== */
.home-banner-wrap { width: 1200px; margin: 0 auto; background: #f5f5f5; overflow: hidden; }

.home-banner {
    position: relative;
    overflow: hidden;
    margin-left: 242px;
    height: 400px
}

.home-banner .banner-widget,
.home-banner .carousel-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.home-banner .carousel-list {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

.home-banner .carousel-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    -webkit-transition: opacity .8s ease;
    -moz-transition: opacity .8s ease;
    -o-transition: opacity .8s ease;
    transition: opacity .8s ease
}

.home-banner .carousel-item.active {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2
}

.home-banner .carousel-item a {
    display: block;
    width: 100%;
    height: 100%
}

.home-banner .carousel-item img {
    width: 100%;
    height: 100%;
    border: 0
}

.home-banner .carousel-dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.home-banner .carousel-dots .dot {
    display: inline-block;
    width: 28px;
    height: 4px;
    margin: 0 4px;
    background: rgba(255,255,255,.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff',endColorstr='#80ffffff');
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.home-banner .carousel-dots .dot.active {
    background: #fff;
    width: 36px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff')
}

.home-banner .carousel-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 44px;
    height: 68px;
    margin-top: -34px;
    background: rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000',endColorstr='#40000000');
    cursor: pointer;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: none
}

.home-banner:hover .carousel-arrow {
    display: block
}

.home-banner .carousel-arrow:hover {
    background: rgba(0,0,0,.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#80000000')
}

.home-banner .carousel-prev {
    left: 12px
}

.home-banner .carousel-next {
    right: 12px
}

.home-banner .carousel-arrow .arrow-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -8px 0 0 -5px;
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #fff transparent transparent;
    _border-color: pink #fff pink pink;
    _filter: chroma(color=pink)
}

.home-banner .carousel-next .arrow-icon {
    margin: -8px 0 0 -5px;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #fff;
    _border-color: pink pink pink #fff;
    _filter: chroma(color=pink)
}

.home-banner .carousel-single {
    width: 100%;
    height: 100%
}

.home-banner .carousel-single a {
    display: block;
    width: 100%;
    height: 100%
}

.home-banner .carousel-single img {
    width: 100%;
    height: 100%;
    border: 0
}

/* ====== Container ====== */
.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ====== Section ====== */
.section {
    padding: 30px 0;
}

.section-recommend {
    background: #f8f9fa;
}

.section-service {
    border-top: 1px solid #eee;
}

/* ====== Section Title ====== */
.section-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1a73e8;
    overflow: hidden;
    zoom: 1
}

.section-title h3 {
    float: left;
    font-size: 20px;
    color: #333;
    position: relative;
    padding-left: 15px
}

.section-title h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #1a73e8
}

.section-title .tabs {
    float: left;
    margin-left: 30px;
    overflow: hidden;
    zoom: 1
}

.section-title .tabs a {
    float: left;
    color: #666;
    padding: 5px 15px;
    margin-right: 10px;
    border-radius: 20px
}

.section-title .tabs a:hover, .section-title .tabs a.active {
    color: #fff;
    background: #1a73e8
}

.section-title .more {
    float: right;
    color: #999;
    font-size: 13px;
    line-height: 30px
}

/* ====== Product Grid ====== */
.product-grid {
    overflow: hidden;
    zoom: 1;
    margin: 0 -10px
}

.product-item {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.product-item-inner {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.product-item:hover .product-item-inner {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1)
}

.product-item .img {
    position: relative;
    height: 180px;
    overflow: hidden
}

.product-item .img img {
    width: 100%;
    height: 100%
}

.product-item .img .tag {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff
}

.product-item .img .tag-recommend {
    background: #667eea
}

.product-item .img .tag-hot {
    background: #f5576c
}

.product-item .img .tag-special {
    background: #fa709a
}

.product-item .img .tag-tail {
    background: #ff9a44
}

.product-item .img .tag-topic {
    background: #a18cd1
}

.product-item .img .tag-cruise {
    background: #43e97b
}

.product-item .info {
    padding: 15px
}

.product-item .title {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
    height: 42px;
    overflow: hidden
}

.product-item .title:hover {
    color: #1a73e8
}

.product-item .meta {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px
}

.product-item .price {
    color: #ff6600;
    font-size: 20px;
    font-weight: 600
}

.product-item .price small {
    font-size: 14px;
    font-weight: normal
}

/* ====== Channel Section ====== */
.channel-section {
    padding: 30px 0;
    background: #fff;
    border-bottom: 10px solid #f5f5f5
}

.channel-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    zoom: 1
}

.channel-title {
    float: left;
    overflow: hidden;
    zoom: 1
}

.channel-title .icon {
    float: left;
    font-size: 28px;
    margin-right: 10px
}

.channel-title h2 {
    float: left;
    font-size: 22px;
    color: #333;
    margin: 0;
    margin-right: 10px
}

.channel-title .subtitle {
    float: left;
    font-size: 14px;
    color: #999;
    line-height: 32px
}

.channel-dest {
    float: left;
    margin-left: 20px;
    overflow: hidden;
    zoom: 1
}

.channel-dest .label {
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin-right: 10px
}

.channel-dest a {
    float: left;
    color: #1a73e8;
    font-size: 14px;
    padding: 3px 10px;
    margin-right: 10px;
    background: #f0f5ff;
    border-radius: 3px
}

.channel-dest a:hover {
    background: #1a73e8;
    color: #fff
}

.channel-more {
    float: right;
    color: #999;
    font-size: 14px;
    line-height: 24px
}

.channel-more:hover {
    color: #1a73e8
}

.channel-content {
    overflow: hidden;
    zoom: 1
}

.channel-content .dest-sidebar {
    float: left;
    width: 180px;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px
}

.channel-content .dest-sidebar h4 {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}

.channel-content .dest-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.channel-content .dest-sidebar li {
    margin-bottom: 8px
}

.channel-content .dest-sidebar li a {
    color: #666;
    font-size: 13px;
    display: block;
    padding: 5px 10px;
    border-radius: 4px;
    overflow: hidden;
    zoom: 1
}

.channel-content .dest-sidebar li a:hover {
    background: #fff;
    color: #1a73e8
}

.channel-content .dest-sidebar .area-flag {
    float: left;
    width: 20px;
    height: 14px;
    margin-right: 6px;
    margin-top: 3px;
    border: 1px solid #eee;
    border-radius: 2px;
    vertical-align: middle
}

.channel-content .dest-sidebar .area-list li a span {
    vertical-align: middle
}

.channel-content .dest-sidebar .area-list li a em {
    font-style: normal;
    font-size: 11px;
    color: #bbb;
    margin-left: 4px;
    vertical-align: middle
}

.channel-content .product-grid {
    margin-left: 200px
}

.channel-domestic {
    background: #fffbf5
}

.channel-cruise {
    background: #f5faff
}

/* ====== Service Card ====== */
.service-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    border: 1px solid #eee;
    overflow: hidden;
    zoom: 1
}

.service-card .service-icon {
    float: left;
    font-size: 48px;
    margin-right: 20px
}

.service-card .service-content {
    overflow: hidden;
    zoom: 1
}

.service-card .service-content h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px
}

.service-card .service-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px
}

.service-card .service-links {
    overflow: hidden;
    zoom: 1
}

.service-card .service-links a {
    float: left;
    color: #1a73e8;
    font-size: 14px;
    margin-right: 15px
}

.service-card .service-links a:hover {
    text-decoration: underline
}

/* ====== Tab Content ====== */
.tab-content {
    min-height: 300px
}

.tab-pane {
    display: none
}

.tab-pane.active {
    display: block
}

/* ====== Row / Col ====== */
.row {
    overflow: hidden;
    zoom: 1;
    margin: 0 -15px;
}

.col-md-6 {
    float: left;
    width: 50%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ====== Button ====== */
.btn {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-warning {
    background: #ff6600;
    color: #fff;
    border: none;
}

.btn-warning:hover {
    background: #e55a00;
}
