.businessTravelServices .banner {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.businessTravelServices .banner .pic {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}
.businessTravelServices .banner .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 88px;
    z-index: 20;
}
.businessTravelServices .banner .content .title {
    font-weight: 700;
    font-size: 42px;
    color: #ffffff;
    line-height: 59px;
}
.businessTravelServices .banner .content .title span {
    color: #ffcb10;
}
.businessTravelServices .banner .content .desc {
    margin-top: 10px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 30px;
}
.businessTravelServices .banner .content .desc p {
    white-space: pre-wrap;
}
.businessTravelServices .banner .content .btn-list {
    margin-top: 56px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.businessTravelServices .banner .content .btn-list .btn-item {
    width: 180px;
    height: 50px;
    background: #ffcb10;
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
    cursor: pointer;
}
.businessTravelServices .banner .content .btn-list .btn-item:last-child {
    margin-left: 12px;
    background: #ffffff;
}
.businessTravelServices .video-intro {
    padding: 100px 0 120px;
}
.businessTravelServices .video-intro .wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 16px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    overflow: hidden;
}
.businessTravelServices .video-intro .video-wrapper {
    -webkit-flex: 0 0 880px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 880px;
    flex: 0 0 880px;
    height: 495px;
    background: #f2f2f2;
    position: relative;
}
.businessTravelServices .video-intro .video-wrapper video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.businessTravelServices .video-intro .video-wrapper .mark {
    position: absolute;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(50, 50, 65, 0.1) 0%, rgba(50, 50, 65, 0.7) 100%);
    background: -moz-linear-gradient(top, rgba(50, 50, 65, 0.1) 0%, rgba(50, 50, 65, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(50, 50, 65, 0.1) 0%, rgba(50, 50, 65, 0.7) 100%);
    background: linear-gradient(180deg, rgba(50, 50, 65, 0.1) 0%, rgba(50, 50, 65, 0.7) 100%);
}
.businessTravelServices .video-intro .intro {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 120px;
    padding-left: 64px;
    background-color: rgb(32, 58, 230);
}
.businessTravelServices .video-intro .intro .title {
    font-weight: 700;
    font-size: 28px;
    color: #ffffff;
    line-height: 39px;
}
.businessTravelServices .video-intro .intro .line {
    margin-top: 20px;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
}
.businessTravelServices .video-intro .intro .desc {
    margin-top: 24px;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
}
.businessTravelServices .video-intro .intro .desc p {
    white-space: pre-wrap;
}
.businessTravelServices .travel-section {
    padding-top: 20px;
}
.businessTravelServices .travel-section .header {
    background-color: #ffffff;
}
.businessTravelServices .travel-section .header .title {
    line-height: 50px;
}
.businessTravelServices .travel-section .header .tabs {
    margin-top: 64px;
}
.businessTravelServices .travel-section .header .tabs ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.businessTravelServices .travel-section .header .tabs li {
    margin-right: 69px;
    -webkit-flex: 0 0 72px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.businessTravelServices .travel-section .header .tabs li:last-child {
    margin-right: 0;
}
.businessTravelServices .travel-section .header .tabs li .icon {
    display: block;
    width: 40px;
    height: 40px;
}
.businessTravelServices .travel-section .header .tabs li .text {
    padding: 19px 0 20px;
    font-size: 16px;
    color: #28282d;
    line-height: 21px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    white-space: nowrap;
}
.businessTravelServices .travel-section .header .tabs li::after {
    opacity: 0;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #203ae6;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.businessTravelServices .travel-section .header .tabs li.active .text {
    font-weight: 500;
    font-size: 18px;
    color: #203ae6;
}
.businessTravelServices .travel-section .header .tabs li.active::after {
    opacity: 1;
}
.businessTravelServices .travel-section .content {
    padding: 80px 0 120px;
    background-color: #f5f5fa;
    min-height: 602px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}
.businessTravelServices .travel-section .content .swiper {
    width: 100%;
    height: 400px;
}
.businessTravelServices .travel-section .content .slide-content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.businessTravelServices .travel-section .content .slide-content .intro {
    margin-top: 24px;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.businessTravelServices .travel-section .content .slide-content .intro .sub-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
}
.businessTravelServices .travel-section .content .slide-content .intro dl {
    margin-top: 36px;
}
.businessTravelServices .travel-section .content .slide-content .intro dt {
    margin-bottom: 24px;
    padding-left: 24px;
    font-size: 16px;
    line-height: 21px;
    position: relative;
}
.businessTravelServices .travel-section .content .slide-content .intro dt:last-child {
    margin-bottom: 0;
}
.businessTravelServices .travel-section .content .slide-content .intro dt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #203ae6;
}
.businessTravelServices .travel-section .content .slide-content .intro .more {
    margin-top: 86px;
    display: block;
    width: 152px;
    height: 42px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #203ae6;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #203ae6;
}
.businessTravelServices .travel-section .content .slide-content .pic {
    -webkit-flex: 0 0 720px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 720px;
    flex: 0 0 720px;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    background: #f2f2f2;
}
.businessTravelServices .reduce-section {
    padding: 100px 0 120px;
    background: #28282d;
}
.businessTravelServices .reduce-section .reduce .title {
    color: #ffffff;
}
.businessTravelServices .reduce-section .reduce .content {
    margin-top: 64px;
}
.businessTravelServices .reduce-section .reduce .tabs {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}
.businessTravelServices .reduce-section .reduce .tabs .tabs-item {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #525366;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    cursor: pointer;
}
.businessTravelServices .reduce-section .reduce .tabs .tabs-item .index {
    font-family: D-DIN;
    font-weight: 700;
    font-size: 64px;
    color: #ffcb10;
    line-height: 70px;
}
.businessTravelServices .reduce-section .reduce .tabs .tabs-item .name-desc {
    margin-left: 24px;
}
.businessTravelServices .reduce-section .reduce .tabs .tabs-item .name {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    line-height: 32px;
}
.businessTravelServices .reduce-section .reduce .tabs .tabs-item .desc {
    color: rgba(255, 255, 255, 0.7);
    line-height: 19px;
}
.businessTravelServices .reduce-section .reduce .tabs .tabs-item.active {
    background: #203ae6;
}
.businessTravelServices .reduce-section .reduce .swiper-container {
    border: 1px solid #737378;
    border-top: 0;
    border-radius: 0 0 16px 16px;
    background-color: #3b3b42;
    overflow: hidden;
}
.businessTravelServices .reduce-section .reduce .swiper {
    width: 100%;
    height: 500px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.businessTravelServices .reduce-section .reduce .swiper .slide-content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 26px 0;
}
.businessTravelServices .reduce-section .reduce .swiper .slide-content .pic {
    -webkit-flex: 0 0 700px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 700px;
    flex: 0 0 700px;
    height: 420px;
}
.businessTravelServices .reduce-section .reduce .swiper .slide-content .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.businessTravelServices .reduce-section .reduce .swiper .slide-content .con {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 120px;
    padding-top: 51px;
}
.businessTravelServices .reduce-section .reduce .swiper .slide-content .con dl {
    margin-bottom: 56px;
}
.businessTravelServices .reduce-section .reduce .swiper .slide-content .con dl:last-child {
    margin-bottom: 0;
}
.businessTravelServices .reduce-section .reduce .swiper .slide-content .con dl dt {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 36px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #ffffff;
    overflow: hidden;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #ffffff;
}
.businessTravelServices .reduce-section .reduce .swiper .slide-content .con dl dd {
    color: #ffffff;
    line-height: 19px;
    white-space: pre-wrap;
}
.businessTravelServices .reduce-section .reduce .swiper .swiper-pagination {
    left: 846px;
    bottom: 60px;
    right: 0;
    width: auto;
    text-align: left;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.businessTravelServices .reduce-section .reduce .swiper .swiper-pagination-bullet {
    width: 60px;
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 6px;
    border-radius: 0;
    opacity: 1;
}
.businessTravelServices .reduce-section .reduce .swiper .swiper-pagination-bullet:first-child {
    margin-left: 0;
}
.businessTravelServices .reduce-section .reduce .swiper .swiper-pagination-bullet-active {
    background: rgb(255, 255, 255);
}
.businessTravelServices .efficiency-section {
    padding: 100px 0 120px;
}
.businessTravelServices .efficiency-section .efficiency .title {
    line-height: 50px;
}
.businessTravelServices .efficiency-section .efficiency ul {
    width: 1360px;
    margin-left: -80px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.businessTravelServices .efficiency-section .efficiency ul li {
    margin-top: 64px;
    -webkit-flex: 0 0 340px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.businessTravelServices .efficiency-section .efficiency ul li:nth-child(4n) {
    margin-right: 0;
}
.businessTravelServices .efficiency-section .efficiency ul li:last-child {
    margin-right: 0;
}
.businessTravelServices .efficiency-section .efficiency ul li .icon {
    display: block;
    width: 72px;
    height: 72px;
}
.businessTravelServices .efficiency-section .efficiency ul li .name {
    margin-top: 16px;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
}
.businessTravelServices .efficiency-section .efficiency ul li .desc {
    margin-top: 12px;
    font-weight: 300;
    font-size: 14px;
    color: rgba(40, 40, 45, 0.7);
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
}
.businessTravelServices .efficiency-section .efficiency ul li .desc p {
    white-space: pre-wrap;
}
.businessTravelServices .case-section {
    padding: 100px 0 88px;
    background: #f5f5fa;
}
.businessTravelServices .case-section .case .title {
    line-height: 50px;
}
.businessTravelServices .case-section .case .content {
    margin-top: 36px;
}
.businessTravelServices .case-section .case .swiper {
    width: 100%;
    height: 420px;
    padding-right: 26px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.businessTravelServices .case-section .case .swiper .slide-content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.businessTravelServices .case-section .case .swiper .slide-content .con {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 52px;
    padding-left: 56px;
}
.businessTravelServices .case-section .case .swiper .slide-content .con .name {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
.businessTravelServices .case-section .case .swiper .slide-content .con .desc {
    margin-top: 24px;
    line-height: 28px;
}
.businessTravelServices .case-section .case .swiper .slide-content .con .desc p {
    white-space: pre-wrap;
}
.businessTravelServices .case-section .case .swiper .slide-content .con .more-btn {
    display: inline-block;
    margin-top: 62px;
    padding: 12px 48px;
    color: #ffffff;
    line-height: 1;
    background: #203ae6;
    border-radius: 8px 8px 8px 8px;
}
.businessTravelServices .case-section .case .swiper .slide-content .pic {
    display: block;
    -webkit-flex: 0 0 700px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 700px;
    flex: 0 0 700px;
    height: 420px;
    -o-object-fit: cover;
    object-fit: cover;
}
.businessTravelServices .case-section .case .swiper .swiper-pagination {
    left: 0;
    top: 52px;
    width: 3px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.businessTravelServices .case-section .case .swiper .swiper-pagination-bullet {
    width: 3px;
    height: 40px;
    background: #ffffff;
    margin: 4px 0;
    border-radius: 0;
    opacity: 1;
}
.businessTravelServices .case-section .case .swiper .swiper-pagination-bullet:first-child {
    margin-top: 0;
}
.businessTravelServices .case-section .case .swiper .swiper-pagination-bullet-active {
    background: #203ae6;
}
.businessTravelServices .team-section {
    padding: 100px 0 120px;
    height: 1006px;
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: center top;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.businessTravelServices .team-section .team .content {
    margin-top: 64px;
}
.businessTravelServices .team-section .team .content ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -24px;
}
.businessTravelServices .team-section .team .content ul li {
    -webkit-flex: 0 0 78px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 78px;
    flex: 0 0 78px;
    margin-right: 24px;
    margin-bottom: 24px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.businessTravelServices .team-section .team .content ul li:last-child {
    margin-right: 0;
}
.businessTravelServices .team-section .team .content ul li .logo {
    display: block;
    width: 78px;
    height: 78px;
}
.businessTravelServices .team-section .team .content ul li .name {
    margin-top: 8px;
    line-height: 19px;
    text-align: center;
}
.businessTravelServices .partner-section {
    padding: 100px 0 120px;
    background: #f5f5fa;
}
.businessTravelServices .partner-section .partner .content {
    margin-top: 64px;
}
.businessTravelServices .partner-section .partner .content .pic {
    display: block;
    width: 100%;
    height: 408px;
}