@charset "utf-8";

/* .tools {
    display: none;
} */

/* **** 关于环球旅讯页面 **** */
.banner {
    height: 492px;
    background: url(img/about/aboutBannerBg.png) center center no-repeat;
    background-size: cover;
}

.banner>.container {
    width: 1026px;
}

.nav_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 140px 0 20px;
}

.aboutNav {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e5e5;
}

.aboutNav>.container {
    display: inline;
    text-align: center;
    padding: 0 30px 10px;
    margin: 0 20px;
    color: #333;
    cursor: pointer;
}

.aboutNav>.container:first-child {
    margin-left: 0;
}

.aboutNav>.container:last-child {
    margin-right: 0;
}

.nav_active {
    color: #0060df !important;
    border-bottom: 2px solid #0060df;
}

.aboutSloganImg {
    margin-bottom: 36px;
}

.aboutTeamBanner {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.aboutBannerSlogan {
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
}

.vision {
    padding: 50px 0;
}

.visionWrap {
    position: relative;
    box-sizing: border-box;
    width: 1100px;
    margin: 0 auto;
    padding: 50px 212px 30px;
}

.visionWrap::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 34px;
    background: url(img/about/quotesA.png) center center no-repeat;
    background-size: cover;
}

.visionWrap::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 0;
    right: 34px;
    background: url(img/about/quotesB.png) center center no-repeat;
    background-size: cover;
}

.visionDesc {
    font-size: 18px;
    line-height: 40px;
}

.products {
    padding: 50px 0;
    background: url(img/about/about-bg.png) center no-repeat;
    background-size: cover;
}

.productsTitle {
    margin-bottom: 24px;
    font-size: 36px;
    font-weight: normal;
    line-height: 58px;
    text-align: center;
    color: #000000;
}

.productsWrap {
    display: flex;
    flex-wrap: wrap;
    width: 1080px;
    /* width: 650px; */
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.product {
    width: 214px;
    height: 200px;
    cursor: pointer;
}

.productLink {
    position: relative;
    width: 100%;
    height: 100%;
}

.productCover {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.productLogo {
    display: block;
    width: 166px;
    height: 166px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-image: url(img/about/about-product2.png?v1213);
    background-size: 300px auto;
}

.product-a {
    background-position: 10px 10px;
}

.product-b {
    background-position: 10px -140px;
}

.product-c {
    background-position: 10px -290px;
}

.product-d {
    background-position: 10px -440px;
}

.product-e {
    background-position: 10px -590px;
}

.product-f {
    background-position: 10px -1050px;
}

.product-g {
    background-position: 10px -1210px;
}

.product-h {
    background-position: 10px -1360px;
}

.product-i {
    background-position: 10px -1510px;
}

.product-j {
    background-position: 12px -1670px;
}

.productBox {
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 320px;
    z-index: 99;
    padding: 0 20px;
    background: url(img/about/about-product3.png) center center no-repeat;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    border-radius: 6px;
}

.productCover .productLogo {
    background-color: rgba(255, 255, 255, 0.5);
}

.productBox .productLogo {
    width: 150px;
    height: 80px;
    margin: 20px auto 20px;
    border: 0px;
    border-radius: 0px;
}

.productBox .product-a {
    background-position: -150px -30px;
}

.productBox .product-b {
    background-position: -150px -180px;
}

.productBox .product-c {
    background-position: -150px -330px;
}

.productBox .product-d {
    background-position: -150px -480px;
}

.productBox .product-e {
    background-position: -150px -630px;
}

.productBox .product-f {
    background-position: -150px -1080px;
}

.productBox .product-g {
    background-position: -150px -1240px;
}

.productBox .product-h {
    background-position: -150px -1390px;
}

.productBox .product-i {
    background-position: -150px -1540px;
}

.productBox .product-j {
    background-position: -145px -1700px;
}

.productIntro {
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
}

.productLink:hover .productBox {
    opacity: 1;
}

.management {
    padding: 50px 0;
    background-color: #fafafa;
}

.managementTitle {
    margin-bottom: 48px;
    font-size: 36px;
    font-weight: normal;
    line-height: 58px;
    text-align: center;
    color: #000000;
}

.manageBox {
    width: 1080px;
    margin: 0 auto;
    font-size: 0px;
    text-align: center;
}

.manageCard {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 480px;
    height: 420px;
    max-height: 420px;
    margin-right: 30px;
    padding: 24px;
    background: #ffffff url(img/about/about-manageCardBg.png) center center no-repeat;
    background-size: cover;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
}

.manageCard:last-child {
    margin-right: 0px;
}

.manageCardHead {
    font-size: 0px;
}

.managePic,
.manageInfo {
    display: inline-block;
    vertical-align: middle;
}

.managePic {
    width: 105px;
    height: 105px;
    margin-right: 20px;
    border-radius: 100%;
}

.managePicImg {
    width: 100%;
}

.manageInfo {
    width: calc(100% - 125px);
}

.manageName {
    height: 26px;
    margin-bottom: 15px;
    font-size: 20px;
    text-align: left;
    color: #252525;
}

.manageJobTitle {
    height: 19px;
    margin-bottom: 12px;
    font-size: 14px;
    text-align: left;
    color: #666666;
}

.manageJobTitleMarginBottom {
    margin-bottom: 28px;
}

.linkedinLink {
    height: 16px;
    padding-left: 20px;
    background: url(img/about/linkedin.svg) left center no-repeat;
    font-size: 12px;
    text-align: left;
    color: var(--themeColor);
    cursor: pointer;
}

.manageCardBody {
    margin-top: 25px;
}

.manageIntro {
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    color: #252525;
}

.message {
    padding: 50px 0;
}

.messageTitle {
    margin-bottom: 48px;
    font-size: 36px;
    font-weight: normal;
    line-height: 58px;
    text-align: center;
    color: #000000;
}

.messageTitleLeft {
    width: 1024px;
    margin: 0 auto 48px;
    font-size: 26px;
    font-weight: normal;
    line-height: 58px;
    color: #000000;
}

.messageBox {
    width: 800px;
    /* height: 367px; */
    margin: 0 auto;
}

.messageItemPic {
    margin-bottom: 75px;
}

.messageItemPicImg {
    width: 118px;
    height: 118px;
    margin: 0 auto;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid var(--themeColor);
}

.messageItemDesc {
    font-size: 16px;
    line-height: 35px;
    text-align: center;
}

.messager {
    margin-top: 25px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.slideArrows {
    position: relative;
}

.swiper-button-prev,
.swiper-button-next {
    width: 48px;
    height: 48px;
    outline: 0px;
    top: -200px;
}

.swiper-button-prev {
    background: url(img/about/prev.svg) center center no-repeat;
}

.swiper-button-next {
    background: url(img/about/next.svg) center center no-repeat;
}

.swiper-pagination {
    position: static;
    margin-top: 35px;
}

.messagePagination {
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.2);
}

.messagePagination:not(:last-child) {
    margin-right: 12px;
}

.messagePagination.active {
    background-color: var(--themeColor);
}

.partner {
    padding: 50px 0;
    background-color: #EFF6FF;
}

.partner .swiper-container {
    width: 100%;
    height: 520px;
}


.partner .swiper-slide img {
    width: 100%;
}

.partnetTitle {
    margin-bottom: 45px;
    font-size: 38px;
    font-weight: normal;
    line-height: 58px;
    text-align: center;
    color: #000000;
}

.partnerDesc {
    height: 19px;
    margin-bottom: 45px;
    font-size: 14px;
    text-align: center;
    color: #252525;
}

.partner>.container {
    width: 1122px;
}

.partnerLogo {
    width: 165px;
    height: 67px;
    margin: 0 10px 32px;
    background: #fff;
}

.bigEvent {
    width: 100%;
    padding: 50px 0;
    box-sizing: border-box;
    background: url(img/about/bigEventBg.png) center;
    background-size: cover;
}

.bigEventTitle {
    color: #fff;
}

.bigEventContentBox {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

.bigEventContentBox::after {
    display: block;
    position: absolute;
    content: "";
    top: -208px;
    right: 10px;
    width: 2px;
    height: 900px;
    background: rgba(255, 255, 255, .1);
}

.bigEventContent::-webkit-scrollbar {
    width: 6px;
}

.bigEventContent::-webkit-scrollbar-track {
    display: none;
}

.bigEventContent::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .3);
    border-radius: 3px;
}

.bigEventContent {
    width: 100%;
    height: 587px;
    overflow-y: auto;
}

.bigEventContentItem {
    position: relative;
    width: 832px;
    padding-left: 38px;
    margin-bottom: 48px;
    box-sizing: border-box;
}

.bigEventContentItem:last-child {
    margin-bottom: 0px;
}

.bigEventContentItem.square::after {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
}

.bigEventContentItem.splitLine::before {
    display: block;
    position: absolute;
    top: 22px;
    left: 5px;
    content: "";
    width: 1px;
    height: calc(100% - 22px);
    background: #fff;
}

.bigEventItemTitle {
    margin-bottom: 22px;
    font-size: 50px;
    text-align: left;
    color: #ffffff;
}

.bigEventItem {
    margin-bottom: 22px;
}

.bigEventItem:last-child {
    margin-bottom: 0px;
}

.bigEventItemTime {
    margin-bottom: 12px;
    font-size: 18px;
    text-align: left;
    color: rgba(255, 255, 255, .5);
}

.bigEventItemText {
    font-size: 14px;
    text-align: left;
    color: #ffffff;
    line-height: 24px;
}

.bigEventMenu {
    position: absolute;
    width: 50px;
    top: 65px;
    right: 20px;
}

.MenuItem {
    height: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
    color: rgba(255, 255, 255, .3);
    cursor: pointer;
}

.MenuItem:last-child {
    margin-bottom: 0px;
}

.MenuItem::after {
    display: block;
    content: "";
    width: 100%;
    margin-top: 8px;
    height: 1px;
    background: rgba(255, 255, 255, .3);
}

.MenuItem.active {
    font-size: 20px;
    color: #ffffff;
}

.MenuItem.active::after {
    height: 2px;
    background: rgba(255, 255, 255, 1);
}

.teamList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 40px;
}

.teamItem {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.teamItemImg {
    width: 100%;
}

.teamItemContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.teamItemName {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

.teamItemPosition {
    font-size: 14px;
    color: #000000;
}

.teamItemOption {
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
}

.teamItemOption:hover .teamItemDetail,
.teamItemDetail:hover {
    display: block;
}

.teamItemDetail {
    box-sizing: border-box;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    overflow: hidden;
    background: #1890FF;
    color: #fff;
}

.detailName {
    font-size: 18px;
    font-weight: 600;
}

.detailPosition {
    font-size: 14px;
}

.detailDetail {
    margin: 20px 0;
    font-size: 14px;
}

.detailOption {
    display: flex;
    flex-wrap: wrap;
}

.detailOptionItem {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
}

.detailOption>.optionImg {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000;
}

.detailOption>.optionText {
    font-size: 14px;
}