@charset "UTF-8";

.vertical-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home .more-link,.home .sction-header .sction-header-inner {
    display: inline-block
}

.home .wrapper.wrapper-fixed {
    max-width: 1366px
}

@media screen and (max-width:1366px) {
    .home .wrapper.wrapper-fixed {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (max-width:1024px) {
    .home .wrapper.wrapper-fixed {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width:768px) {
    .home .wrapper.wrapper-fixed {
        padding-left: .4rem;
        padding-right: .4rem
    }
}

.home .more-link {
    padding: .8em 3em;
    font-size: 18px;
    background-color: #d41d19;
    color: rgba(255,255,255,.9);
    border-radius: 2em
}

@media screen and (max-width:1366px) {
    .home .more-link {
        font-size: 16px;
        padding: .6em 2.5em
    }
}

@media screen and (max-width:1024px) {
    .home .more-link {
        font-size: 14px;
        padding: .5em 2em
    }
}

.home .more-link.more-link-o {
    border: 2px solid #d41d19;
    background-color: transparent;
    color: #d41d19
}

.home .more-link.more-link-o:hover {
    background-color: #d41d19;
    color: #fff
}

.home .more-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #c61b17
}

.home .sction-header {
    margin-bottom: 60px
}

.home .sction-header span {
    display: inline-block;
    position: relative
}

.home .sction-header .icon-tip {
    top: 0;
    font-family: FontAwesome;
    position: absolute;
    font-size: 30px;
    line-height: 1;
    color: #e0e0e0
}

@media screen and (max-width:480px) {
    .home .sction-header .icon-tip {
        font-size: 20px
    }
}

.home .sction-header .icon-tip.icon-tip-before {
    top: 0;
    left: -1.5em
}

.home .sction-header .icon-tip.icon-tip-after {
    top: 0;
    right: -1.5em
}

.home .sction-header .title {
    font-size: 50px;
    color: #4f4f4f;
    font-weight: 400;
    margin-bottom: .2em;
    line-height: 1
}

@media screen and (max-width:1366px) {
    .home .sction-header .title {
        font-size: 46px
    }
}

@media screen and (max-width:1024px) {
    .home .sction-header .title {
        font-size: 40px
    }
}

@media screen and (max-width:480px) {
    .home .sction-header .title {
        font-size: 30px
    }
}

.home .sction-header .describe {
    font-size: 20px;
    color: #5b5b5b;
    line-height: 1.5;
    margin-bottom: .2em
}

@media screen and (max-width:1366px) {
    .home .sction-header .describe {
        font-size: 18px
    }
}

@media screen and (max-width:1024px) {
    .home .sction-header .describe {
        font-size: 16px
    }
}

@media screen and (max-width:480px) {
    .home .sction-header .describe {
        font-size: 14px
    }
}

.home .banner {
    width: 100%;
    height: 100%
}

.home .banner .swiper-slide {
    background: #000 ;
    background-size: cover;
    text-align: center;
    position: relative
}

.home .banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%
}

.home .banner .swiper-slide .mobile-img {
    width: 100%;
    font-size: 0;
    line-height: 0;
    display: none
}

.home .banner .swiper-slide .pc-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0)
}

.home .banner .swiper-pagination {
    width: auto;
    left: inherit;
    right: 229px;
    bottom: 88px
}

.home .banner .swiper-pagination .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background-color: transparent;
    font-size: 20px;
    font-weight: 400;
   /* font-family: Conv_Oswald-Regular,'Microsoft YaHei';*/
    color: #fff;
    opacity: 1;
    margin-left: 10px;
    margin-right: 10px;
    transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.home .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 30px
}

.home .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: '/';
    color: #d41d19;
    padding-left: .3em
}

.home .banner .page-tip {
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 9;
    text-align: center;
    transform: translate3d(-50%,0,0);
    -ms-transform: translate3d(-50%,0,0);
    -moz-transform: translate3d(-50%,0,0);
    -webkit-transform: translate3d(-50%,0,0);
    -o-transform: translate3d(-50%,0,0)
}

.home .banner .page-tip .page-tip-inner {
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 50%;
    background-color: #d41d19;
    animation-duration: 2s;
    -ms-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -o-animation-duration: 2s
}

.home .banner .page-tip i {
    font-size: 26px;
    line-height: 1;
    width: 1em
}

.home .fleet {
    background-color: #181716;
    padding-top: 75px;
    color: #fff
}

.home .fleet .fleet-inner {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.home .fleet .video-box {
    width: 50%
}

.home .fleet .video-header {
    margin-bottom: 40px
}

.home .fleet .video-header .small-title {
    font-size: 25px
}

@media screen and (max-width:1366px) {
    .home .fleet .video-header {
        margin-bottom: 30px
    }

    .home .fleet .video-header .small-title {
        font-size: 20px
    }
}

@media screen and (max-width:1024px) {
    .home .fleet .fleet-inner {
        padding-left: 30px;
        padding-right: 30px
    }

    .home .fleet .video-header {
        margin-bottom: 20px
    }

    .home .fleet .video-header .small-title {
        font-size: 18px
    }
}

.home .fleet .video-header .main-title {
    font-size: 50px;
    line-height: 1.2
}

@media screen and (max-width:1366px) {
    .home .fleet .video-header .main-title {
        font-size: 40px
    }
}

@media screen and (max-width:1024px) {
    .home .fleet .video-header .main-title {
        font-size: 36px
    }
}

@media screen and (max-width:768px) {
    .home .fleet .video-header .main-title {
        font-size: 30px
    }
}

.home .fleet .video-container {
    margin-bottom: -30px
}

.home .fleet .text-area {
    padding-left: 40px;
    transform: translate3d(0,20%,0);
    -ms-transform: translate3d(0,20%,0);
    -moz-transform: translate3d(0,20%,0);
    -webkit-transform: translate3d(0,20%,0);
    -o-transform: translate3d(0,20%,0)
}

.home .fleet .text-area .text-introduc {
    line-height: 2;
    font-size: 16px;
    margin-bottom: 3em
}

@media screen and (max-width:1024px) {
    .home .fleet .text-area .text-introduc {
        font-size: 14px
    }
}

.home .fleet .text-area .link {
    color: #d41d19;
    font-size: 18px
}

.home .fleet .text-area .link:hover {
    text-decoration: none
}

.home .destinations {
    padding-top: 150px;
    padding-bottom: 50px
}

@media screen and (max-width:1680px) {
    .home .destinations {
        padding: 150px 50px 110px
    }
}

@media screen and (max-width:1366px) {
    .home .destinations {
        padding: 130px 40px 100px
    }
}

@media screen and (max-width:1024px) {
    .home .destinations {
        padding: 100px 30px 80px
    }
}

@media screen and (max-width:480px) {
    .home .destinations {
        padding: 1.33333333rem .4rem 1.06666667rem
    }
}

.home .destinations .middle-banner {
    margin-bottom: 16px
}

.home .destinations .middle-banner .banner-1 {
    width: 50%;
    padding-right: 8px
}

.home .destinations .middle-banner .banner-2 {
    width: 50%;
    padding-left: 8px
}

.home .destinations .middle-banner .a-image {
    display: block;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    width: 100%
}

.home .destinations .middle-banner .a-image img {
    width: 100%
}

.home .destinations .middle-banner .a-image:after {
    content: '\f0c1';
    padding: .8em;
    font-size: 40px;
    line-height: 1;
    background-color: rgba(212,29,25,.84);
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    font-family: FontAwesome;
    transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

@media screen and (max-width:1680px) {
    .home .destinations .middle-banner .a-image:after {
        font-size: 36px
    }
}

.home .destinations .middle-banner .a-image:hover:after {
    opacity: 1
}

.home .destinations .destinations-list {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 50px
}

@media screen and (max-width:1366px) {
    .home .destinations .middle-banner .a-image:after {
        font-size: 30px
    }

    .home .destinations .destinations-list {
        margin-bottom: 40px
    }
}

@media screen and (max-width:1024px) {
    .home .destinations .middle-banner .a-image:after {
        font-size: 24px
    }

    .home .destinations .destinations-list {
        margin-bottom: 30px
    }
}

.home .destinations .destinations-list .col-item {
    width: 25%;
    box-sizing: border-box;
    padding: 0 8px;
    float: left
}

.home .destinations .destinations-list .col-item a {
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    margin-bottom: 16px;
    position: relative
}

.home .destinations .destinations-list .col-item a img {
    width: 100%
}

.home .destinations .destinations-list .col-item a .title {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: .8em;
    width: 2.6em;
    font-size: 24px;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,.5)
}

@media screen and (max-width:1680px) {
    .home .destinations .destinations-list .col-item a .title {
        font-size: 22px
    }
}

@media screen and (max-width:1366px) {
    .home .destinations .destinations-list .col-item a .title {
        font-size: 20px
    }
}

@media screen and (max-width:1024px) {
    .home .destinations .destinations-list .col-item a .title {
        font-size: 18px
    }
}

@media screen and (max-width:480px) {
    .home .destinations .destinations-list .col-item a .title {
        font-size: 14px
    }
}

.home .destinations .destinations-list .col-item a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.home .destinations .destinations-list .col-item a::after {
    content: '\f0c1';
    padding: .8em;
    font-size: 40px;
    line-height: 1;
    background-color: rgba(212,29,25,.84);
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    font-family: FontAwesome;
    transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

@media screen and (max-width:1680px) {
    .home .destinations .destinations-list .col-item a::after {
        font-size: 36px
    }
}

.home .destinations .destinations-list .col-item a:hover {
    text-decoration: none
}

.home .destinations .destinations-list .col-item a:hover .title {
    opacity: 0
}

.home .destinations .destinations-list .col-item a:hover::before {
    background-color: rgba(0,0,0,.4)
}

.home .destinations .destinations-list .col-item a:hover::after {
    opacity: 1
}

.home .experience {
    padding-top: 116px;
    padding-bottom: 245px;
    background: url(home_adventure_bg.jpg) center bottom no-repeat
}

@media screen and (max-width:1680px) {
    .home .experience {
        padding-top: 100px
    }
}

@media screen and (max-width:1366px) {
    .home .destinations .destinations-list .col-item a::after {
        font-size: 30px
    }

    .home .experience {
        padding-top: 90px
    }
}

.home .experience .swiper-container {
    margin-bottom: 73px
}

@media screen and (max-width:1024px) {
    .home .destinations .destinations-list .col-item a::after {
        font-size: 24px
    }

    .home .experience {
        padding-top: 80px
    }

    .home .experience .swiper-container {
        margin-bottom: 50px
    }
}

@media screen and (max-width:768px) {
    .home .experience {
        padding-top: 1.33333333rem;
        padding-bottom: 3.26666667rem;
        background-size: 200% auto
    }

    .home .experience .swiper-container {
        margin-bottom: .97333333rem
    }
}

.home .experience .swiper-slide {
    position: relative;
    height: auto
}

.home .experience .btn-icon {
    border: 2px solid rgba(255,255,255,.9);
    padding: .5em 1.5em;
    color: #fff;
    background-color: transparent;
    border-radius: 2em
}

.home .experience .btn-icon:not(:last-child) {
    margin-right: .3em
}

.home .experience .btn-icon i {
    font-size: 24px;
    line-height: 1
}

@media screen and (max-width:1366px) {
    .home .experience .btn-icon i {
        font-size: 22px
    }
}

.home .experience .btn-icon.active,.home .experience .btn-icon:hover {
    background-color: #d41d19;
    color: #fff;
    border-color: #d41d19
}

.home .experience .btn-icon.btn-icon-blank {
    color: rgba(0,0,0,.9);
    border-color: rgba(0,0,0,.9)
}

.home .experience .btn-icon.btn-icon-blank:hover {
    color: #000;
    border-color: #000
}

.home .experience .item {
    display: block;
    line-height: 0;
    font-size: 0;
    width: 100%
}

.home .experience .item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.35)
}

.home .experience .item .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    padding: 2em 2em 0
}

@media screen and (max-width:1366px) {
    .home .experience .item .cover {
        font-size: 14px;
        padding: 1.5em 1.5em 0
    }
}

@media screen and (max-width:1024px) {
    .home .experience .item .cover {
        padding: 1em 1em 0
    }
}

@media screen and (max-width:768px) {
    .home .experience .item .cover {
        padding: 2em 2em 0
    }
}

.home .experience .item .cover .title {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 400
}

@media screen and (max-width:1680px) {
    .home .experience .item .cover .title {
        font-size: 32px
    }
}

@media screen and (max-width:1366px) {
    .home .experience .item .cover .title {
        font-size: 30px
    }
}

@media screen and (max-width:1024px) {
    .home .experience .item .cover .title {
        font-size: 24px
    }
}

.home .experience .item .cover .athor {
    padding: .5em 0
}

.home .experience .item .cover .icon-video {
    padding: .8em;
    text-align: center;
    font-size: 20px;
    color: #515151;
    background-color: #fff;
    width: 2.6em;
    border-radius: 50%
}

@media screen and (max-width:1680px) {
    .home .experience .item .cover .icon-video {
        font-size: 18px
    }
}

@media screen and (max-width:1366px) {
    .home .experience .item .cover .icon-video {
        font-size: 16px
    }
}

.home .experience .item:hover {
    text-decoration: none
}

.home .experience .item.item-text {
    padding: 4em 3em;
    height: 100%;
    background-color: #f2f2f2;
    color: #000;
    font-size: 14px;
    line-height: 2
}

@media screen and (max-width:1680px) {
    .home .experience .item.item-text {
        padding: 3em 2em
    }
}

@media screen and (max-width:1366px) {
    .home .experience .item.item-text {
        padding: 2.8em 1.4em
    }
}

@media screen and (max-width:1024px) {
    .home .experience .item .cover .icon-video {
        font-size: 14px
    }

    .home .experience .item.item-text {
        padding: 2em 1em
    }
}

@media screen and (max-width:768px) {
    .home .experience .item.item-text {
        padding: 3em 2em
    }
}

.home .experience .item.item-text .item-header {
    margin-bottom: 20px
}

@media screen and (max-width:1680px) {
    .home .experience .item.item-text .item-header {
        margin-bottom: 15px
    }

    .home .experience .item.item-text .item-header .avatar {
        max-width: 80px
    }
}

.home .experience .item.item-text .item-header .avatar {
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    max-width: 80px
}

@media screen and (max-width:1366px) {
    .home .experience .item.item-text .item-header {
        margin-bottom: 10px
    }

    .home .experience .item.item-text .item-header .avatar {
        max-width: 70px
    }
}

@media screen and (max-width:1024px) {
    .home .experience .item.item-text .item-header {
        margin-bottom: 10px
    }

    .home .experience .item.item-text .item-header .avatar {
        max-width: 60px
    }
}

.home .experience .item.item-text .item-header .author {
    max-width: 10em;
    padding-left: .5em;
    line-height: 88px;
    font-size: 24px;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400
}

@media screen and (max-width:1680px) {
    .home .experience .item.item-text .item-header .author {
        font-size: 18px;
        line-height: 80px
    }
}

@media screen and (max-width:1366px) {
    .home .experience .item.item-text .item-header .author {
        font-size: 16px;
        line-height: 70px
    }
}

@media screen and (max-width:1024px) {
    .home .experience .item.item-text .item-header .author {
        font-size: 14px;
        line-height: 60px
    }
}

.home .experience .item.item-text .intronation {
    color: #000;
    line-height: 2em;
    overflow: hidden;
    height: 10em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

@media screen and (max-width:1680px) {
    .home .experience .item.item-text .intronation {
        overflow: hidden;
        height: 8em;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical
    }
}

@media screen and (max-width:1366px) {
    .home .experience .item.item-text .intronation {
        overflow: hidden;
        height: 6em;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }
}

@media screen and (max-width:1024px) {
    .home .experience .item.item-text .intronation {
        overflow: hidden;
        height: 4em;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
}

@media screen and (max-width:768px) {
    .home .experience .item.item-text .intronation {
        overflow: hidden;
        height: 10em;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical
    }
}

.home .experience .cover-bottom {
    position: absolute;
    bottom: 2em;
    right: 2em
}

.home .experience .experience-button-next,.home .experience .experience-button-prev {
    display: block;
    padding: 1.4em .7em;
    border: 0;
    background-color: rgba(0,0,0,.5);
    color: rgba(255,255,255,.9);
    line-height: 1;
    position: absolute;
    top: 50%;
    z-index: 9;
    cursor: pointer;
    text-align: center;
    margin-top: -2.4em
}

.home .experience .experience-button-next i,.home .experience .experience-button-prev i {
    font-size: 46px
}

@media screen and (max-width:1680px) {
    .home .experience .experience-button-next i,.home .experience .experience-button-prev i {
        font-size: 40px
    }
}

@media screen and (max-width:1366px) {
    .home .experience .cover-bottom {
        bottom: 1.5em;
        right: 1.5em
    }

    .home .experience .experience-button-next i,.home .experience .experience-button-prev i {
        font-size: 36px
    }
}

@media screen and (max-width:1024px) {
    .home .experience .cover-bottom {
        bottom: 1em;
        right: 1em
    }

    .home .experience .experience-button-next i,.home .experience .experience-button-prev i {
        font-size: 30px
    }
}

@media screen and (max-width:768px) {
    .home .experience .experience-button-next i,.home .experience .experience-button-prev i {
        font-size: 24px
    }
}

.home .experience .experience-button-next:hover,.home .experience .experience-button-prev:hover {
    background-color: #d41d19
}

.home .experience .experience-button-next.swiper-button-disabled,.home .experience .experience-button-prev.swiper-button-disabled {
    display: none
}

.home .experience .experience-button-prev {
    left: 0
}

.home .experience .experience-button-next {
    right: 0
}

.home .brand {
    padding-top: 120px;
    padding-bottom: 120px
}

.home .brand.wrapper.wrapper-fixed {
    width: 100%;
    max-width: 940px
}

@media screen and (max-width:1280px) {
    .home .brand.wrapper.wrapper-fixed {
        padding-left: 0;
        padding-right: 50
    }
}

@media screen and (max-width:1040px) {
    .home .brand.wrapper.wrapper-fixed {
        padding-left: 50px;
        padding-right: 50px
    }
}

.home .brand .contact-info {
    width: 100%;
    max-width: 266px
}

@media screen and (max-width:992px) {
    .home .brand .contact-info {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px
    }
}

.home .brand .contact-info .logo {
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.home .brand .contact-info .title {
    font-size: 40px;
    line-height: 1.1;
    padding: 24px 0;
    font-weight: 400
}

.home .brand .contact-info .title span {
    font-size: 34px
}

@media screen and (max-width:1280px) {
    .home .brand .contact-info {
        max-width: 245px
    }

    .home .brand .contact-info .title span {
        font-size: 30px
    }
}

@media screen and (max-width:1024px) {
    .home .brand .contact-info {
        max-width: 220px
    }

    .home .brand .contact-info .title span {
        font-size: 26px
    }
}

@media screen and (max-width:768px) {
    .home .brand .contact-info .title span {
        font-size: 18px
    }
}

.home .brand .contact-info .title b {
    font-weight: 700
}

@media screen and (max-width:1280px) {
    .home .brand .contact-info .title {
        font-size: 36px
    }
}

@media screen and (max-width:1024px) {
    .home .brand .contact-info .title {
        font-size: 30px;
        padding: 20px 0
    }
}

.home .brand .contact-info .phone {
    display: block;
    font-size: 36px;
    color: #7f7f7f;
    margin-bottom: .5em;
    font-weight: 700;
    font-family: Conv_Oswald-Regular,'Microsoft YaHei'
}

@media screen and (max-width:1280px) {
    .home .brand .contact-info .phone {
        font-size: 28px
    }
}

.home .brand .contact-info .phone::before {
    content: "\e60d";
    line-height: 1;
    display: inline-block;
    padding-right: .3em;
    font-family: iconfont!important
}

.home .brand .contact-info .phone:hover {
    text-decoration: none;
    color: #666
}

.home .brand .contact-info .content-btn {
    cursor: pointer;
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: .6em 1.5em;
    line-height: 1;
    font-size: 24px;
    color: rgba(255,255,255,.9);
    background-color: #d41d19
}

@media screen and (max-width:1280px) {
    .home .brand .contact-info .content-btn {
        font-size: 22px
    }
}

@media screen and (max-width:1024px) {
    .home .brand .contact-info .content-btn {
        font-size: 20px
    }
}

.home .brand .contact-info .content-btn:hover {
    text-decoration: none;
    color: #fff
}

.home .brand .contact-info .tip-text {
    font-size: 16px;
    padding-top: .8em;
    color: #000
}

@media screen and (max-width:1280px) {
    .home .brand .contact-info .tip-text {
        font-size: 14px;
        padding-top: .5em
    }
}

.home .brand .swiper-box {
    width: 100%;
    margin-bottom: 40px
}

.home .brand .swiper-box .download-link {
    position: relative;
    display: block;
    font-size: 0;
    line-height: 0;
    transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.home .brand .swiper-box .download-link::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    opacity: 0;
    transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.home .brand .swiper-box .download-link::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    content: '\e614';
    display: block;
    font-size: 30px;
    line-height: 1;
    font-family: iconfont;
    transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    padding: .8em;
    background-color: #d41d19;
    border-radius: 50%;
    color: #fff;
    opacity: 0;
    transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.home .brand .swiper-box .download-link:hover {
    transform: translate3d(0,-10%,0);
    -ms-transform: translate3d(0,-10%,0);
    -moz-transform: translate3d(0,-10%,0);
    -webkit-transform: translate3d(0,-10%,0);
    -o-transform: translate3d(0,-10%,0);
    box-shadow: 10px 10px 0 #e4e4e4
}

.home .brand .swiper-box .download-link:hover::after,.home .brand .swiper-box .download-link:hover::before {
    opacity: 1
}

.home .brand .swiper-box .swiper-container {
    padding-top: 32px;
    padding-bottom: 60px
}

@media screen and (max-width:1280px) {
    .home .brand .swiper-box .swiper-container {
        padding-top: 26px;
        padding-bottom: 50px
    }
}

.home .brand .swiper-box .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px
}

.home .brand .swiper-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d41d19
}

.home .brand .contact-box {
    position: relative;
    padding-right: 24%
}

.home .brand .contact-box .contact-items {
    width: 100%
}

.home .brand .contact-box .contact-item {
    width: 50%;
    float: left;
    font-size: 14px;
    color: #666
}

.home .brand .contact-box .contact-item .logo {
    margin-bottom: 10px
}

.home .brand .contact-box .contact-item .title {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    line-height: 2
}

.home .brand .contact-box .contact-item a {
    font-size: 16px
}

.home .brand .contact-box .btn-box {
    width: 24%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0)
}

.home .brand .contact-box .content-btn {
    border: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: .6em 1.5em;
    border-radius: 2em;
    line-height: 1;
    font-size: 24px;
    color: rgba(255,255,255,.9);
    background-color: #d41d19
}

@media screen and (max-width:1280px) {
    .home .brand .contact-box .content-btn {
        font-size: 22px
    }
}

@media screen and (max-width:1024px) {
    .home .brand .contact-box .content-btn {
        font-size: 20px
    }
}

.home .brand .contact-box .content-btn:hover {
    text-decoration: none;
    color: #fff
}

@media screen and (max-width:1336px) {
    .home .brand .contact-box .contact-item .title {
        font-size: 20px
    }
}

@media screen and (max-width:992px) {
    .home .brand .contact-box {
        padding-right: 0
    }

    .home .brand .contact-box .contact-item .title {
        font-size: 18px
    }

    .home .brand .contact-box .btn-box {
        padding-top: 30px;
        width: 100%;
        position: initial;
        transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0)
    }

    .home .brand .contact-box .btn-box .content-btn {
        width: 50%
    }
}

@media screen and (max-width:750px) {
    .home .brand .contact-box {
        padding-right: 0
    }

    .home .brand .contact-box .contact-item {
        float: none;
        width: 100%;
        margin-bottom: 30px
    }

    .home .brand .contact-box .contact-item .title {
        font-size: 16px
    }

    .home .brand .contact-box .btn-box {
        padding-top: 0
    }

    .home .brand .contact-box .btn-box .content-btn {
        width: auto;
        padding-left: 2em;
        padding-right: 2em;
        display: inline-block;
        font-size: 16px
    }
}

@media screen and (max-width:1024px) {
    .home .banner .swiper-pagination {
        right: 40px;
        bottom: 20px
    }

    .home .banner .swiper-pagination .swiper-pagination-bullet {
        font-size: 14px
    }

    .home .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        font-size: 28px
    }
}

@media screen and (max-width:992px) {
    .home .fleet {
        padding-top: 50px
    }

    .home .fleet .fleet-inner {
        padding-left: 20px;
        padding-right: 20px
    }

    .home .fleet .video-box {
        width: 46%
    }

    .home .fleet .text-area {
        padding-left: 20px;
        padding-top: 10px;
        transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0)
    }

    .home .fleet .text-area .text-introduc {
        font-size: 14px;
        margin-bottom: 1em
    }

    .home .fleet .text-area .link {
        font-size: 16px
    }
}

@media screen and (max-width:768px) {
    .home .banner {
        height: auto
    }

    .home .banner .swiper-slide {
        background-image: url()!important
    }

    .home .banner .swiper-slide .mobile-img {
        display: block
    }

    .home .banner .swiper-slide .pc-title {
        width: 60%;
        padding-top: .8rem
    }

    .home .banner .swiper-pagination {
        right: .26666667rem;
        bottom: .13333333rem
    }

    .home .banner .swiper-pagination .swiper-pagination-bullet {
        font-size: 12px;
        margin: 0 .06666667rem
    }

    .home .destinations .middle-banner,.home .fleet .video-container,.home .fleet .video-player {
        margin-bottom: 0
    }

    .home .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        font-size: 20px
    }

    .home .banner .page-tip {
        display: none
    }

    .home .fleet {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .home .fleet .fleet-inner {
        padding-left: .4rem;
        padding-right: .4rem
    }

    .home .fleet .video-box {
        width: 100%;
        float: none
    }

    .home .fleet .video-player img {
        width: 100%
    }

    .home .fleet .text-area {
        padding-left: 0;
        padding-top: .53333333rem;
        float: none
    }

    .home .destinations .middle-banner .banner-1 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px
    }

    .home .destinations .middle-banner .banner-2 {
        width: 100%;
        padding-left: 0;
        margin-bottom: 10px
    }

    .home .destinations .destinations-list {
        margin: 0 -.10666667rem .4rem
    }

    .home .destinations .destinations-list .col-item {
        width: 50%;
        padding: 0 .10666667rem
    }

    .home .destinations .destinations-list .col-item a {
        margin-bottom: .21333333rem
    }

    .home .destinations .destinations-list .col-item a img {
        width: 100%
    }

    .home .destinations .destinations-list .col-item a::after {
        font-size: 18px
    }

    .home .brand {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem
    }

    .home .brand .contact-info {
        width: 100%;
        max-width: none;
        margin-bottom: .8rem
    }

    .home .brand .contact-info .logo {
        display: inline-block;
        width: 50%;
        font-size: 0;
        line-height: 0
    }

    .home .brand .contact-info .title {
        font-size: 32px
    }

    .home .brand .contact-info .title span {
        font-size: 28px
    }

    .home .brand .contact-info .phone {
        font-size: 32px
    }

    .home .brand .contact-info .content-btn {
        max-width: 240px;
        font-size: 18px
    }

    .home .brand .contact-info .tip-text {
        font-size: 14px
    }

    .home .brand .swiper-box {
        display: none
    }

    .home .brand .swiper-box .download-link::after {
        font-size: 20px
    }

    .home .brand .swiper-box .swiper-slide-active .download-link {
        transform: translate3d(0,-10%,0);
        -ms-transform: translate3d(0,-10%,0);
        -moz-transform: translate3d(0,-10%,0);
        -webkit-transform: translate3d(0,-10%,0);
        -o-transform: translate3d(0,-10%,0);
        box-shadow: .13333333rem .13333333rem 0 #e4e4e4
    }

    .home .brand .swiper-box .swiper-slide-active .download-link::after,.home .brand .swiper-box .swiper-slide-active .download-link::before {
        opacity: 1
    }

    .home .brand .swiper-box .swiper-container {
        padding-top: .42666667rem;
        padding-bottom: .8rem
    }

    .home .brand .swiper-box .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px
    }

    .home .brand .swiper-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #d41d19
    }

    .peer .swiper-slide .text-area {
        max-width: none
    }
}

@media screen and (max-width:768px) and screen and (max-width:480px) {
    .home .destinations .middle-banner .banner-1,.home .destinations .middle-banner .banner-2 {
        margin-bottom: 10px
    }

    .home .brand .contact-info .content-btn {
        width: 70%
    }
}

@media screen and (max-width:480px) {
    .home .destinations .middle-banner .banner-1,.home .destinations .middle-banner .banner-2 {
        margin-bottom: 8px
    }
}

.peer .swiper-container {
    width: 100%;
    height: 100%
}

.peer .swiper-slide {
    width: auto;
    font-size: 0;
    line-height: 0;
    background-color: #d41d19;
    transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.peer .swiper-slide .img-link {
    display: block;
    width: 270px;
    height: 100%;
    cursor: pointer;
    background: url(../images/example/home_demo_2.jpg) 0 center no-repeat;
    background-size: cover;
    position: relative;
    transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.peer .swiper-slide .img-link img {
    display: none
}

.peer .swiper-slide .img-link::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.35);
    transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.peer .swiper-slide .img-link .cover-title {
    opacity: 1;
    padding-right: .5em;
    padding-left: 2em;
    width: 100%;
    color: #fff;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 2;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400;
    transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.peer .swiper-slide .img-link .cover-title::before {
    content: "\f0da";
    display: block;
    font-size: 28px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 1em
}

.peer .swiper-slide .text-area {
    display: none;
    background-color: #d41d19;
    color: #fff;
    height: 100%;
    padding: 60px 50px 0;
    width: 50%;
    position: relative;
    font-size: 14px;
    line-height: 14px
}

@media screen and (max-width:1680px) {
    .peer .swiper-slide .text-area {
        padding: 50px 40px 0
    }
}

.peer .swiper-slide .text-area::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-right-color: #d41d19;
    position: absolute;
    top: 100px;
    left: -50px;
    z-index: 9
}

.peer .swiper-slide .text-area .title {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 400
}

@media screen and (max-width:1680px) {
    .peer .swiper-slide .text-area .title {
        font-size: 46px
    }
}

@media screen and (max-width:1366px) {
    .peer .swiper-slide .text-area {
        padding: 40px 30px 0
    }

    .peer .swiper-slide .text-area .title {
        font-size: 40px
    }
}

@media screen and (max-width:1024px) {
    .peer .swiper-slide .text-area .title {
        font-size: 36px
    }
}

@media screen and (max-width:768px) {
    .peer .swiper-slide .text-area .title {
        font-size: 36px
    }
}

@media screen and (max-width:640px) {
    .peer .swiper-slide .text-area .title {
        font-size: 24px
    }
}

.peer .swiper-slide .text-area .title a {
    color: rgba(255,255,255,.9)
}

.peer .swiper-slide .text-area .title a:hover {
    text-decoration: none;
    color: #fff
}

.peer .swiper-slide .text-area .describe {
    font-size: 16px;
    line-height: 1.5;
    padding: 2em 0
}

@media screen and (max-width:1024px) {
    .peer .swiper-slide .text-area .describe {
        font-size: 14px;
        padding: 1.5em 0
    }
}

@media screen and (max-width:768px) {
    .peer .swiper-slide .text-area .describe {
        padding: 1em 0
    }
}

.peer .swiper-slide .text-area .time-info {
    line-height: 32px;
    font-size: 20px;
    margin-bottom: .5em
}

.peer .swiper-slide .text-area .time-info i {
    font-size: 32px;
    padding-right: .3em
}

.peer .swiper-slide .text-area .time-info i,.peer .swiper-slide .text-area .time-info span {
    float: left
}

.peer .swiper-slide .text-area .btn-group {
    padding-top: 2em
}

@media screen and (max-width:1366px) {
    .peer .swiper-slide .text-area .btn-group {
        padding-top: 1.5em
    }
}

@media screen and (max-width:1024px) {
    .peer .swiper-slide .text-area .time-info {
        font-size: 18px;
        line-height: 24px
    }

    .peer .swiper-slide .text-area .time-info i {
        font-size: 24px
    }

    .peer .swiper-slide .text-area .btn-group {
        padding-top: 1em
    }
}

.peer .swiper-slide .text-area .btn-group .btn {
    border-radius: 3em;
    line-height: 1;
    font-size: 24px;
    padding: .3em 1.5em;
    border: 2px solid #fff;
    background-color: transparent;
    color: rgba(255,255,255,.9)
}

.peer .swiper-slide .text-area .btn-group .btn i {
    font-size: 24px
}

.peer .swiper-slide .text-area .btn-group .btn:not(:last-child) {
    margin-right: .3em
}

.peer .swiper-slide .text-area .btn-group .btn.active,.peer .swiper-slide .text-area .btn-group .btn:hover {
    background-color: #fff;
    color: #d41d19
}

@media screen and (max-width:1024px) {
    .peer .swiper-slide .text-area .btn-group .btn,.peer .swiper-slide .text-area .btn-group .share-btn {
        padding: .3em 1.2em
    }
}

.peer .swiper-slide.swiper-slide-active {
    width: 750px
}

.peer .swiper-slide.swiper-slide-active .img-link {
    width: 375px
}

.peer .swiper-slide.swiper-slide-active .img-link .cover-title {
    opacity: 0
}

.peer .swiper-slide.swiper-slide-active .img-link::after {
    background-color: rgba(0,0,0,0)
}

.peer .swiper-slide.swiper-slide-active .text-area {
    display: block
}

.peer .peer-button-next,.peer .peer-button-prev {
    position: absolute;
    cursor: pointer;
    bottom: 0;
    right: 0;
    padding: .5em;
    font-size: 30px;
    text-align: center;
    width: 2em;
    line-height: 1;
    background-color: #fff;
    color: #000;
    z-index: 9
}

.peer .peer-button-next:hover,.peer .peer-button-prev:hover {
    background-color: #e83c38;
    color: #fff
}

.peer .peer-button-prev {
    right: 2em;
    background-color: rgba(0,0,0,.5);
    color: #fff
}

@media screen and (max-width:1024px) {
    .peer .swiper-slide .img-link {
        width: 240px
    }

    .peer .swiper-slide.swiper-slide-active {
        width: 600px
    }

    .peer .swiper-slide.swiper-slide-active .img-link {
        width: 50%
    }

    .peer .swiper-slide.swiper-slide-active .text-area {
        display: block
    }
}

@media screen and (max-width:768px) {
    .peer .swiper-container {
        width: 100%;
        height: auto
    }

    .peer .swiper-slide {
        width: 100%
    }

    .peer .swiper-slide .img-link {
        width: 50%;
        height: auto;
        transition: none 0s ease 0s;
        -ms-transition: none 0s ease 0s;
        -moz-transition: none 0s ease 0s;
        -webkit-transition: none 0s ease 0s;
        -o-transition: none 0s ease 0s
    }

    .peer .swiper-slide .img-link img {
        display: block
    }

    .peer .swiper-slide .text-area {
        display: block;
        width: 50%;
        height: 100%;
        padding: 2em 1em 0 2em
    }

    .peer .swiper-slide .text-area::before {
        border: 10px solid transparent;
        border-right-color: #d41d19;
        top: 2em;
        left: -20px;
        z-index: 9
    }

    .peer .swiper-slide .text-area .title {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 1em
    }

    .peer .swiper-slide .text-area .title br {
        display: none
    }

    .peer .swiper-slide .text-area .describe {
        padding: 0;
        margin: 2em 0;
        font-size: 14px;
        overflow: hidden;
        height: 6em;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical
    }

    .peer .swiper-slide .text-area .describe br {
        display: none
    }

    .peer .swiper-slide .text-area .time-info {
        line-height: 20px;
        font-size: 14px;
        margin-bottom: .5em
    }

    .peer .swiper-slide .text-area .time-info i {
        font-size: 20px
    }

    .peer .swiper-slide .text-area .btn-group {
        padding-top: 1.5em;
        margin-left: -4%;
        margin-right: -4%
    }

    .peer .swiper-slide .text-area .btn-group:after,.peer .swiper-slide .text-area .btn-group:before {
        content: " ";
        display: table
    }

    .peer .swiper-slide .text-area .btn-group:after {
        clear: both
    }

    .peer .swiper-slide .text-area .btn-group .btn {
        width: 46%;
        margin: 0 2%;
        float: left;
        display: block;
        font-size: 18px;
        line-height: 1;
        padding: .3em 1em
    }

    .peer .swiper-slide.swiper-slide-active .img-link {
        width: 50%
    }

    .peer .swiper-slide.swiper-slide-active .text-area {
        display: block
    }

    .peer .peer-button-next,.peer .peer-button-prev {
        font-size: 20px;
        z-index: 99
    }
}

.short-exp {
    width: 100%;
    height: 680px
}

.short-exp .short-button-next,.short-exp .short-button-prev {
    position: absolute;
    cursor: pointer;
    bottom: 0;
    right: 0;
    padding: .5em;
    font-size: 30px;
    text-align: center;
    width: 2em;
    line-height: 1;
    background-color: #fff;
    color: #000;
    z-index: 9
}

.short-exp .short-button-next:active,.short-exp .short-button-prev:active {
    outline: 0
}

.short-exp .short-button-next:hover,.short-exp .short-button-prev:hover {
    background-color: #e83c38;
    color: #fff
}

.short-exp .short-button-next.swiper-button-disabled,.short-exp .short-button-prev.swiper-button-disabled {
    background-color: #fff;
    opacity: .5;
    color: #000
}

.short-exp .short-button-prev,.short-exp .short-button-prev.swiper-button-disabled {
    background-color: rgba(0,0,0,.5);
    color: #fff
}

.short-exp .short-button-prev {
    right: 2em
}

.short-exp .left-bar {
    width: 32.36245955%;
    height: 100%;
    padding: 100px 70px;
    background: url(../images/home_short_exp.jpg) right bottom no-repeat #d93231;
    background-size: 100% auto;
    color: #fff;
    font-size: 20px;
    line-height: 1.625
}

.short-exp .left-bar .section-titel {
    font-size: 50px;
    line-height: 1.25;
    font-weight: 400
}

.short-exp .left-bar .section-titel .small {
    display: block;
    font-size: 34px
}

.short-exp .left-bar .section-titel::after {
    content: '/';
    display: block;
    padding: .3em 0;
    font-size: 46px
}

.short-exp .left-bar .more-link-box {
    padding-top: 1em
}

.short-exp .left-bar .more-link {
    display: inline-block;
    padding: .5em 2em;
    font-size: 16px;
    background-color: #d41d19;
    border: 2px solid rgba(255,255,255,.9);
    color: rgba(255,255,255,.9);
    border-radius: 2em
}

.short-exp .left-bar .more-link:hover {
    background-color: #fff;
    color: #333;
    border-color: #fff
}

.short-exp .right-bar {
    width: 67.63754045%;
    height: 100%;
    position: relative
}

.short-exp .swiper-slide {
    height: 100%;
    font-size: 0;
    line-height: 0;
    transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.short-exp .swiper-slide .img-link {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.short-exp .swiper-slide .img-link img {
    display: none
}

.short-exp .swiper-slide .img-link .img-link-inner {
    width: 100%;
    height: 100%;
    background: url(/images/example/home_demo_2.jpg) center center no-repeat;
    background-size: cover;
    transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center
}

.short-exp .swiper-slide .img-link::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.35);
    transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.short-exp .swiper-slide .img-link .cover-title {
    opacity: 1;
    padding-right: .5em;
    padding-left: 2em;
    width: 100%;
    color: #fff;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 2;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400;
    transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.short-exp .swiper-slide .img-link .cover-title::before {
    content: "\f0da";
    display: block;
    font-size: 28px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 1em
}

.short-exp .swiper-slide:hover .img-link .cover-title {
    opacity: 0
}

.short-exp .swiper-slide:hover .img-link img {
    transform: scale3d(1.05,1.05,1.05);
    -ms-transform: scale3d(1.05,1.05,1.05);
    -moz-transform: scale3d(1.05,1.05,1.05);
    -webkit-transform: scale3d(1.05,1.05,1.05);
    -o-transform: scale3d(1.05,1.05,1.05)
}

.short-exp .swiper-slide:hover .img-link::after {
    background-color: rgba(0,0,0,0)
}

@media screen and (max-width:1680px) {
    .short-exp {
        height: 620px
    }

    .short-exp .left-bar {
        padding: 90px 60px
    }

    .short-exp .left-bar .section-titel {
        font-size: 50px
    }

    .short-exp .left-bar .section-titel .small {
        font-size: 34px
    }

    .short-exp .left-bar .section-titel::after {
        font-size: 40px
    }
}

@media screen and (max-width:1440px) {
    .short-exp {
        height: 600px
    }

    .short-exp .left-bar {
        padding: 80px 50px;
        font-size: 18px
    }

    .short-exp .left-bar .section-titel {
        font-size: 50px
    }

    .short-exp .left-bar .section-titel .small {
        font-size: 30px
    }

    .short-exp .left-bar .section-titel::after {
        font-size: 36px
    }
}

@media screen and (max-width:1270px) {
    .short-exp {
        height: 560px
    }

    .short-exp .short-button-next,.short-exp .short-button-prev {
        font-size: 26px
    }

    .short-exp .left-bar {
        padding: 70px 40px;
        font-size: 16px
    }

    .short-exp .left-bar .section-titel {
        font-size: 42px
    }

    .short-exp .left-bar .section-titel .small {
        font-size: 24px
    }

    .short-exp .left-bar .section-titel::after {
        font-size: 30px
    }

    .short-exp .left-bar .more-link {
        font-size: 14px
    }

    .short-exp .swiper-slide .img-link .cover-title {
        top: 80px;
        font-size: 24px;
        padding-left: 1.7em
    }

    .short-exp .swiper-slide .img-link .cover-title::before {
        font-size: 24px
    }
}

@media screen and (max-width:768px) {
    .short-exp {
        height: 680px
    }

    .short-exp .short-button-next,.short-exp .short-button-prev {
        font-size: 20px;
        z-index: 99
    }

    .short-exp .left-bar {
        display: none
    }

    .short-exp .right-bar {
        width: 100%
    }

    .short-exp .swiper-slide .img-link .cover-title {
        top: 1.33333333rem;
        padding-right: .5em;
        padding-left: 1.5em;
        font-size: 20px
    }

    .short-exp .swiper-slide .img-link .cover-title::before {
        left: .5em;
        font-size: 22px
    }

    .short-exp .swiper-slide:hover .img-link .cover-title {
        opacity: 1
    }

    .short-exp .swiper-slide:hover .img-link::after {
        background-color: rgba(0,0,0,.35)
    }

    .short-exp .swiper-slide.swiper-slide-active .img-link .cover-title {
        opacity: 0
    }

    .short-exp .swiper-slide.swiper-slide-active .img-link::after {
        background-color: rgba(0,0,0,0)
    }
}

@media screen and (max-width:640px) {
    .short-exp {
        height: 400px
    }
}