@charset "utf-8";
/* CSS Document */
h1 { display: block; color: #333; font-size: 40px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; text-align: center; margin: 15px 0 15px; }
h2 { text-align: center; font-size: 32px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
.banner { display: block; position: relative; margin-bottom: 25px; }
.banner img { max-width: 100%; height: 800px; object-fit: cover; width: 100%; }
.slogan { display: block; font-size: 25px; color: #333; text-shadow: 2px 2px 5px #d1d1d1; font-size: 28px; text-align: center; margin-bottom: 30px; line-height: 1.2; }
.pageNav { color:#2a7290;}
.pageNav a { color:#333; display: inline-block; position:relative; padding-right:30px; }
.pageNav a:after { content:''; display: block; border-right:1px solid #333; border-bottom:1px solid #333; transform:rotate(-45deg); width:9px; height:9px; position:absolute; right:10px; top:7px; }

/* key numbers */
.keyNumber { display: block; background: #f1f1f1; padding: 50px 0 90px; margin-bottom: 30px; }
.keyNumber h2 { margin: 0 0 80px; }
.keyNumber .container .row { margin-left: -30px; margin-right: -30px; }
.keyNumber .numberList { width: 25%; float: left; padding: 0 30px; font-size: 20px; text-transform: uppercase; font-weight: 600; line-height: 20px; }
.keyNumber .numberList strong { font-size: 55px; color: #2a7290; display: block; letter-spacing: 0.1em; margin-bottom: 30px; }
/* why us */
.whyUs { display: block; margin-bottom: 50px; }
.whyUs h2 { margin-bottom: 50px; }
.whyUs .row { margin-left: -30px; margin-right: -30px; }
.whyUs .whyItem { width: 33.33333%; float: left; padding: 0 30px; min-height: 400px; text-align: center; }
.whyUs .whyItem .numberOne { display: block; text-align: center; width: 40px; height: 40px; border-radius: 50%; color: #fff; font-style: normal; font-size: 30px; line-height: 37px; font-weight: 500; margin: 0 auto 15px; background: #00ace0 }
.whyUs .whyItem .numberTwo { display: block; text-align: center; width: 40px; height: 40px; border-radius: 50%; color: #fff; font-style: normal; font-size: 30px; line-height: 37px; font-weight: 500; margin: 0 auto 15px; background: #006e90 }
.whyUs .whyItem .numberThree { display: block; text-align: center; width: 40px; height: 40px; border-radius: 50%; color: #fff; font-style: normal; font-size: 30px; line-height: 37px; font-weight: 500; margin: 0 auto 15px; background: #1c4565 }
.whyUs .whyItem .numberFour { display: block; text-align: center; width: 40px; height: 40px; border-radius: 50%; color: #fff; font-style: normal; font-size: 30px; line-height: 37px; font-weight: 500; margin: 0 auto 15px; background: #e7ad94 }
.whyUs .whyItem .numberFive { display: block; text-align: center; width: 40px; height: 40px; border-radius: 50%; color: #fff; font-style: normal; font-size: 30px; line-height: 37px; font-weight: 500; margin: 0 auto 15px; background: #e58c66 }
.whyUs .whyItem .numberSix { display: block; text-align: center; width: 40px; height: 40px; border-radius: 50%; color: #fff; font-style: normal; font-size: 30px; line-height: 37px; font-weight: 500; margin: 0 auto 15px; background: #e3622b }
.whyUs .whyItem .whyTitle { display: block; font-size: 26px; font-weight: 400; line-height: 35px; color: #555; align-items: center; }
.whyUs .whyItem p { line-height: 26px; }
/* what we do */
.whatWeDo { display: block; }
.founders { display: block; margin: 25px 0 40px; font-size: 35px; font-weight: 600; line-height: 35px; }
.founders strong { color: #2a7290; font-weight: 600; display: block; }

 /* --- 团队网格布局 --- */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; margin:50px 0; }
.team-grid.with-no-intro {grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
/* --- 成员卡片 --- */
.team-member { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; padding-bottom: 25px; }
.team-grid.with-no-intro .team-member { padding-bottom:0; }
/* 悬停效果 */
.team-member:hover { transform: translateY(-8px); box-shadow: 0 12px 25px rgba(0,0,0,0.1); }
/* 头像区域 */
.member-image { width: 100%; height: 250px; object-fit: cover; /* 保证图片不变形 */ background-color: #eee; }
.team-grid.with-no-intro .member-image { height:auto; aspect-ratio: 1/1;}
/* 文字信息区域 */
.member-info { padding: 20px; }
.member-name { font-size: 1.3rem; font-weight: 700; color: #2c3e50; margin-bottom: 5px; }
.team-grid.with-no-intro .member-name { font-size:1rem; font-weight:600;}
.member-role { font-size: 0.90rem; color: #2a7290; /* 职位颜色 */ font-weight: 600; text-transform: uppercase; margin-bottom: 15px; display: block; }
.team-grid.with-no-intro .member-role { font-size:0.8rem; font-weight:500; }
.member-bio { font-size: 0.9rem; font-weight:400; color: #666; line-height: 1.6; }
/* --- 社交图标 (可选) --- */
.social-links { margin-top: 15px; display: /*flex */ none; justify-content: center; gap: 10px; }
.social-links a { text-decoration: none; color: #aaa; font-size: 0.9rem; transition: color 0.2s; }
.social-links a:hover { color: #3498db; }

/* --- 移动端适配微调 --- */
@media (max-width: 768px) {
.team-grid { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important; }
}
/* travel comparision */
.compareTravel section { background: #fff; border: 1px solid #999; margin-bottom: 5px; border-radius: 4px; }
.compareTravel section.last { margin-bottom: 50px; }
.question { background: #f1f1f1; padding: 15px 30px; font-size: 22px; cursor: pointer; border-radius: 4px; display: block; font-weight: 300; color: #000; }
.question[collapse-status="show"] { border-radius: 4px 4px 0 0; }
.answers { padding: 20px 30px; color: #777; }
.collapseBtn .fa { cursor: pointer; float: right; font-size: 20px; padding: 18px 4px; font-weight: 100; width: 18px; height: 18px; }
.fa-minus { background: url(/pic/minus.png) no-repeat left center /18px 18px; }
.fa-plus { background: url(/pic/plus.png) no-repeat left center/18px 18px; }
@media(max-width:1450px) {
.profileItem { width: 100px !important; }
.profileItem .teamPhoto { width: 100px !important; height: 100px !important; }
.profileItem .teamPhoto:after { width: 100px !important; height: 100px !important; }
.name-title { width: 100px !important; height: 130px !important; padding-top: 60px !important; top: 50px !important; }
.meetTheTeam .profileItem b { font-size: 15px !important; }
.meetTheTeam .profileItem em { font-size: 14px !important; line-height: 15px !important; }
}
.linkMore { display: block; margin: 50px 0; text-align:center; font-weight:400; }
.linkMore a { display:block; margin:auto; width:200px;  padding: 10px;  border-radius: 50px; color:#fff;  background: #2a7290 url(/pic/arrow-right-white.png) no-repeat 90% center /15px 15px;}
/* reviews and TA */
.reviews-TA { display: block; padding: 50px 0; overflow: hidden; }
.reviews-TA .reviews { width: 60%; float: left; display: block; text-align: center; font-size: 22px; background: url(/pic/quote-left-gray.png) no-repeat left top; padding-left: 60px; }
.reviews-TA .reviews em { display: block; background: url(/pic/quote-right-gray.png) no-repeat right top; padding-right: 60px; font-style: normal; text-align: justify }
.reviews-TA .reviews .reviewBy { display: block; margin-top: 10px; color: #999; font-style: italic; }
.ta-performance { border: 10px solid #00af87; display: block; border-radius: 6px; padding: 20px; width: 35%; float: right; background: url(/image/about/TA-badge.png) no-repeat center -15px; height: 280px; position: relative; }
.ta-performance .visitorRating { display: block; color: #00af87; position: absolute; left: 10px; top: 30px; text-align: center; font-size: 28px; font-weight: 600; width: 100px; }
.ta-performance .visitorRating .fa { margin-left: 5px; }
.ta-performance .visitorRating em { display: block; font-size: 20px; line-height: 20px; font-weight: 500; }
.ta-performance .coeIcon { display: block; width: 110px; text-align: center; background: url(/pic/badge-green.png) no-repeat top center /30px 30px; color: #00af87; position: absolute; top: 20px; right: 10px; font-size: 20px; font-weight: 500; font-style: italic; line-height: 20px; padding-top: 35px; }
.cet-name { display: block; text-align: center; margin-top: 170px; }
.cet-name a { display: block; color: #000; font-weight: 700; text-decoration: underline; }
.cet-name .fa { color: #00af87; }
/* responsibel travel */
.responsibleTravel { display: block; margin-bottom: 100px; }
.responsibleTravel .responsiblePhoto { display: block; width: 35%; float: left; margin-top: 50px; }
.responsibleTravel .responsiblePhoto img { max-width: 100%; }
.responsibleTravel .weAreResponsible { width: 60%; display: block; float: right; }
.weAreResponsible li { line-height: 25px; margin-bottom: 20px; }
.weAreResponsible li em { width: 30px; height: 30px; text-align: center; border: 1px solid #2a7290; border-radius: 50%; display: inline-block; margin-right: 15px; font-family: Arial, Helvetica, sans-serif; font-style: normal; color: #2a7290; font-size: 18px; line-height: 28px; }
/* about logo */
.ourLogo { display: block; text-align: center; margin: 0 auto; width: 1000px; margin: 50px auto; font-size: 22px; padding: 0 0; overflow: hidden; box-shadow: 0 0 5px #d1d1d1; border-radius: 50px; }
.ourLogo h2 { display: block; border-radius: 0 0 50px 50px; background: #fff; position: relative; z-index: 100; margin: 0; padding: 30px 0; }
.cet-slogan { margin: 0 auto; padding: 110px 0 30px; margin-top: -85px; background: #00ace0; color: #fff; border-radius: 0 0 50px 50px; position: relative; z-index: 99; }
.cet-slogan strong,
.cet-philosophy strong { margin-right: 10px; text-transform: uppercase; border: 1px dashed rgba(0,0,0,.5); padding: 0 10px; border-radius: 4px; }
.cet-philosophy { margin: 0 auto; padding: 115px 0 30px; background: #006e90; border-radius: 0 0 50px 50px; color: #fff; position: relative; z-index: 98; margin-top: -85px; }
.ourLogo .logoMeaning { background: #1c4565 url(/pic/cet-icon.svg) no-repeat 50px 130px /100px 100px; padding: 120px 50px 50px 150px; margin: 0 auto; border-radius: 0 0 50px 50px; color: #fff; position: relative; z-index: 97; margin-top: -85px; }
.haveQuestions { display: block; margin: 50px 0 70px; border-bottom: 1px solid #d1d1d1; padding-bottom: 80px; position: relative; }
.haveQuestions .arrow { display: block; width: 50px; height: 50px; border-radius: 50%; border: 1px solid #d1d1d1; background: #fff url(/pic/arrow-down.png) no-repeat center 12px /30px 30px; position: absolute; left: calc(50% - 25px); bottom: -25px; }
.haveQuestions .gotQuestions { display: block; float: left; width: 500px; }
.haveQuestions .gotQuestions p:last-child { font-size: 25px; font-weight: 400; }
.haveQuestions .questions { display: block; float: right; width: 600px; border: 11px solid #dededc; padding: 30px 50px; position: relative; margin-top: 50px; position: relative; }
.haveQuestions .questions .flatArrow { display: block; width: 78px; height: 58px; background: url(/pic/flat-arrow.png) no-repeat; position: absolute; left: -78px; bottom: -12px; }
.haveQuestions .questions li { font-size: 20px; line-height: 30px; }
.whatWeDone { display: block; margin: 50px 0; width: 350px; padding: 10px 10px 10px 40px; border-radius: 50px; background: #2a7290 url(/pic/arrow-right-white.png) no-repeat 295px center /15px 15px; }
.whatWeDone a { color: #fff; }
/* responsibel travel */
.responsibleStory { display: block; border-left: 1px dashed #2a7290; padding-left: 100px; margin-left: 25px; margin-top: 50px; }
.responsibleStory .storyItem { display: block; border: 1px solid #d1d1d1; border-radius: 10px; padding: 20px 50px; position: relative; margin-bottom: 50px; }
.responsibleStory .storyItem h2 { text-transform: inherit; text-align: left; }
.responsibleStory .storyItem .orderNumber { display: block; width: 50px; height: 50px; text-align: center; font-size: 30px; background: #2a7290; position: absolute; left: -125px; top: 50px; border-radius: 50%; color: #fff; }
.responsibleStory .storyItem .dates { color: #999; }
.responsibleStory .storyItem .dates .fa { margin-right: 10px; color: #999; }
.responsibleStory .storyItem .arrowLeft { border-left: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; width: 50px; height: 50px; display: block; position: absolute; left: -26px; top: 50px; background: #fff; transform: rotate(45deg); }
.photoAlbum { margin-left: auto; margin-right: auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); grid-auto-rows: 300px; grid-gap: 5px; grid-auto-flow: dense; }
.photoAlbum figure { display: block; margin: 0; padding: 0; width: 100%; height: 100%; position: relative; }
.photoAlbum img { display: block; width: 100%; height: 100%; max-width: 100%; -o-object-fit: cover; object-fit: cover; }
.photoAlbum2 { display: block; float: right; margin: 65px 0 20px 40px; width: 500px; }
.photoAlbum2 img { max-width: 100%; }
/* meet the team */
.staff { display: block; text-align: center; margin-bottom: 50px; position: relative; }
.staff .leftLine { height: 239px; width: 200px; border: 2px solid #333; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-radius: 50%; position: absolute; top: 159px; left: 10px; transform: rotate(48deg); }
.staff .rightLine { height: 239px; width: 200px; border: 2px solid #333; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-radius: 50%; position: absolute; top: 159px; right: 10px; transform: rotate(134deg); }
.staff img { width: 200px; height: 200px; border-radius: 50%; object-position: center; object-fit: cover; margin-bottom: 20px; border: 1px solid #d1d1d1; border-bottom-color: #fff !important; z-index: 9; position: relative; }
.staff-info { display: block; border: 1px solid #d1d1d1; border-radius: 4px; padding: 100px 25px 0; margin-top: -100px; min-height: 710px; position: relative; transition: border-top-color 0.5s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.1s linear 0.2s; }
.staff-info.less-height { min-height: 550px; }
.staff-info p { font-size: 16px !important; line-height: 30px !important; text-align: left !important; }
.staff .staffName { display: block; font-size: 22px; font-weight: 400; }
.staff .workTitle { font-size: 18px; color: #999; display: block; }
.staff b,
.founder b { display: inline-block; width: 50px; }
.guideLink { display: block; background: #f1f1f1; width: 200px; margin: 20px auto 100px; text-align: center; font-size: 18px; border-radius: 4px; padding: 10px; transition: .5s; }
.guideLink:hover { background: #2a7290; }
.guideLink:hover a { color: #fff; }
@media(max-width:767px) {
.banner { text-align: center; }
.banner img { height: 280px !important }
.gotQuestions { width: auto !important; float: none !important; }
.haveQuestions .questions { width: auto !important; float: none !important; border: none !important; padding: 30px 0 !important; }
.haveQuestions .questions .flatArrow { display: none !important; }
.ourLogo { width: auto !important; }
.whyUs .whyItem { width: auto !important; float: none !important; min-height: auto; margin-bottom: 50px; }
.keyNumber .numberList { width: 50% !important; height: 155px !important; }
.responsibleTravel .responsiblePhoto,
.responsibleTravel .weAreResponsible { width: auto !important; float: none !important; }
.founders { font-size: 25px !important; }
.founders strong { display: inline-block !important; }
.ourLogo .logoMeaning { background-position: center 130px!important; padding: 250px 50px 50px !important; }
.keyNumber .numberList { width: 45% !important; text-align: center; text-transform: inherit !important; padding: 0 20px !important; }
.keyNumber .numberList strong { font-size: 50px !important; }
/* meet team */
.staff-info { border-radius: 150px 150px 10px 10px !important; min-height: inherit !important; }
.guideLink { width: auto !important; }
/* responsible travel */
.responsibleStory { padding-left: 40px !important; margin-left: 10px !important; }
.responsibleStory .storyItem { padding: 20px !important; }
.responsibleStory .storyItem .arrowLeft { width: 30px !important; height: 30px !important; left: -16px !important; }
.responsibleStory .storyItem .orderNumber { width: 30px !important; height: 30px !important; left: -57px !important; line-height: 26px !important; }
.responsibleStory .storyItem h2 { line-height: 1.2; }
.photoAlbum2 { width: auto !important; float: none !important; margin: 15px 0 !important; }
}
