.pc {
    display: block;
}

.mb {
    display: none !important;
}

.my-container {
    padding-top: 4px;
    /* overflow: hidden; */
}

.c-bg-1 {
    height: 847px;
    top: 0;
    left: 0;
    transform-origin: center center;
    animation: wave-left 8s ease-in-out infinite;
    will-change: transform;
}

.c-bg-2 {
    height: 709px;
    right: 111px;
    bottom: 0;
    transform-origin: center center;
    animation: wave-right 6s ease-in-out infinite;
    animation-delay: 1s;
    will-change: transform;
}

.c-bg-7 {
    height: 852px;
    top: 0;
    left: 0;
    transform-origin: center center;
    animation: wave-left 8s ease-in-out infinite;
    will-change: transform;
}

.c-bg-8 {
    height: 780px;
    right: 0;
    bottom: 0;
    transform-origin: center center;
    animation: wave-right 6s ease-in-out infinite;
    animation-delay: 1s;
    will-change: transform;
}

.header-container .left-wrapper .logo-img.big-logo {
    height: 42px;
}

.header-container .right-wrapper .search-wrapper .big-search-input {
    width: 130px;
    padding-right: 4px;
}

@keyframes bounce1 {

    0%,
    100% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-5px);
    }
}

.contact-section .map-list img:nth-child(2) {
    border-radius: 0 !important;
}

.contact-section .map-list img:nth-child(3) {
    border-radius: 0 20px 20px 0 !important;
}

.sub-title:hover .tit-icon,
.my-container-title:hover .tit-icon {
    transition: all 0.3s ease;
    animation: bounce1 0.8s ease-in-out;
    transform-origin: bottom center;
    will-change: transform;
}

.title-icon-3 {
    height: 84px;
    margin-right: 24px;
}

.title-icon.tit-icon-4 {
    left: 66%;
}

/* .my-section.blue-wave {
    background-image: url(/assets2/image/blue-wave-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
} */


/* 添加水波背景動畫關鍵幀 */
@keyframes wave-bg {
    0% {
        background-position: 0% 50%;
        transform: scale(1);
    }

    50% {
        background-position: 100% 50%;
        transform: scale(1.02);
    }

    100% {
        background-position: 0% 50%;
        transform: scale(1);
    }
}

/* 修改 blue-wave 的樣式 */
.my-section.blue-wave {
    padding-top: 40px;
    background-image: url(/assets2/image/blue-wave-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 120% 100%;
    /* 稍微放大背景尺寸 */
    position: relative;
    overflow: hidden;
    /* animation: wave-bg 20s ease-in-out infinite; */
    transform-origin: center center;
    will-change: transform, background-position;
}


/* 輪播圖-start */
#headCarousel {
    display: block;
}

#headCarouselMb {
    display: none;
}

#headCarouselSection.carousel-section {
    position: relative;
    /* margin-top: 192px; */
}

#headCarouselSection .layui-carousel {
    width: 100% !important;
    /* height: calc(100vh - 192px) !important; */
    height: calc(100vh - 420px) !important;
}

#headCarouselSection .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFF9EF;
}

#headCarouselSection .carousel-item .background-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* #headCarouselSection .layui-carousel-ind {
    top: -100px;
} */

.layui-carousel-ind ul {
    position: absolute;
    top: 0;
    right: 24%;
    background-color: rgba(32, 32, 32, 0);
}

.layui-carousel-ind ul li {
    width: 21px;
    height: 21px;
    margin: 0 6px;
}

.layui-carousel-ind ul li {
    background-color: rgba(32, 32, 32, 0.2);
}

.layui-carousel-ind ul li.layui-this {
    background-color: rgba(32, 32, 32, 0.5);
}

/* 輪播圖-end */

/* 首页导航栏-start */
.index-nav-section.nav-section .nav-container{
    width: 1458px;
}

.index-nav-section.nav-section .nav-item .nav-icon {
    width: 30px;
    height: 30px;
}

.index-nav-section.nav-section .nav-item .nav-item-txt {
    font-size: 18px;
}
/* 首页导航栏-end */


/* 樂於學習-start */
.learn-section {
    padding-bottom: 120px;
}

.seamlesswrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    margin-top: 50px;
}

.seamlesswrap img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.seamlesswrap .swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.seamlesswrap .swiper-container {
    margin: 20px 0;
}

/* 樂於學習-end */

/* 工作育人-start */
.sub-title {
    display: flex;
    align-items: center;
}

.sub-title .tit-icon-8 {
    width: 93px;
}

.sub-title img {
    margin-right: 16px;
    margin-right: 4px;
}

.sub-title .tit {
    font-family: PingFang HK-Semibold;
    color: #FFD000;
    font-size: 64px;
    font-weight: bold;
}

.detail-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-line .left-wrapper {
    width: 50%;
    position: relative;
}

.detail-line .right-wrapper {
    width: 50%;
    position: relative;
}

.detail-line .img-wrapper {
    width: 90%;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

/* 為圖片添加基礎樣式和過渡效果 */
.detail-line-img.pic-7,
.detail-line-img.pic-6 {
    border-radius: 20px;
    transition: all 0.3s ease;
    /* cursor: pointer; */
    transform-origin: center center;
    /* 確保圖片容器有固定尺寸 */
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

/* 懸停放大效果 */
.detail-line-img.pic-7:hover,
.detail-line-img.pic-6:hover {
    transform: scale(1.05);
    /* 適度放大 5% */
    filter: brightness(1.05);
    /* 略微提高亮度 */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    /* 添加陰影增加立體感 */
}

/* 點擊效果 */
.detail-line-img.pic-7:active,
.detail-line-img.pic-6:active {
    transform: scale(1);
    transition: all 0.1s ease;
}

.detail-line .bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* 添加傾倒動畫關鍵幀 */
@keyframes tilt-left {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    25% {
        transform: translate(-50%, -50%) rotate(-2deg);
    }

    75% {
        transform: translate(-50%, -50%) rotate(2deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

@keyframes tilt-right {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    25% {
        transform: translate(-50%, -50%) rotate(2deg);
    }

    75% {
        transform: translate(-50%, -50%) rotate(-2deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

/* 應用動畫到元素 */
.bg-4 {
    transform-origin: bottom center;
    /* 從底部中心傾斜 */
    animation: tilt-left 6s ease-in-out infinite;
    will-change: transform;
}

.bg-5 {
    transform-origin: bottom center;
    animation: tilt-right 6s ease-in-out infinite;
    animation-delay: 1s;
    /* 錯開動畫時間 */
    will-change: transform;
}

/* 錯開動畫時間 */
.bg-5 {
    animation-delay: 1.5s;
}

.bg-3,
.bg-6 {
    animation: wave 6s ease-in-out infinite;
}

.left-wrapper:hover .bg-3,
.right-wrapper:hover .bg-6 {
    animation-duration: 4s;
}

.detail-line-1 .left-wrapper {
    padding: 56px;
}

.detail-line-2 .right-wrapper {
    padding: 56px;
}

/* 工作育人-end */

/* 明愛使命-start */
.mission-section {
    padding-top: 60px;
    padding-bottom: 210px;
}

.mission-section .my-container-title {
    height: 89px;
    margin-bottom: 53px;
}

.mission-section .tit-txt-6 {
    width: 269px;
}

.mission-section i {
    font-style: italic;
    font-family: Arial Italic;
}

/* 明愛使命-end */

/* 聯繫我們-start */
.contact-section .sub-title .tit {
    font-family: PingFang HK, PingFang HK;
    font-weight: 600;
    font-size: 64px;
    color: #103F97;
    line-height: 64px;
}

.contact-section .sub-title .tit-icon-5 {
    width: 54px;
    margin-left: 12px;
}

.contact-section .info-list {
    margin-top: 20px;
}

.contact-section .info-item {
    display: flex;
    margin-bottom: 4px;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

.contact-section .info-item .label {
    font-family: PingFang HK, PingFang HK;
    font-weight: 600;
    font-size: 20px;
    color: var(--font-color);
    line-height: 36px;
}

.contact-section .info-item .txt {
    flex: 1;
    font-family: PingFang HK, PingFang HK;
    font-size: 20px;
    color: var(--font-color);
    line-height: 36px;
    text-indent: 0;
}

.contact-section .info-item .txt p {
    font-family: PingFang HK, PingFang HK;
    font-size: 20px;
    color: var(--font-color);
    line-height: 36px;
}

.contact-section .info-item .txt a {
    font-family: PingFang HK, PingFang HK;
    font-size: 20px;
    color: var(--font-color);
    line-height: 36px;
}

.contact-section .info-item .txt a:hover {
    text-decoration: underline;
}

/* 特殊處理交通接駁部分 */
.info-content{
	flex: 1;
    font-family: PingFang HK, PingFang HK;
    font-size: 20px;
    color: var(--font-color);
    line-height: 32px;
    text-indent: 0;
}

.info-content p{
	margin-bottom:10px; 
}

.info-content p b{
	font-size:22px;
}

.contact-section .info-item:last-child .txt p:first-child,
.contact-section .info-item:last-child .txt p:nth-child(3),
.contact-section .info-item:last-child .txt p:nth-child(5) {
    margin-top: 10px;
    font-weight: bold;
    color: #88654F;
}

.contact-section .details-wrapper {
    display: flex;
}

.contact-section .left-wrapper {
    width: 40%;
    padding-top: 36px;
    padding-right: 52px;
}

.contact-section .right-wrapper {
    width: 60%;
}

.contact-section .right-wrapper .company-name {
    font-family: PingFang HK, PingFang HK;
    font-weight: 600;
    font-size: 40px;
    color: #88654F;
    line-height: 72px;
    text-align: center;
}

.contact-section .map-wrapper {
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 15px 15px 15px;

    min-height: 446px;
    margin-top: 12px;
}

.contact-section .map-link {
    color: #000;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.contact-section .map-link a {
    color: #0080CB;
    text-decoration: underline;
}

.contact-section .map-wrapper img {
    max-width: 100%;
    height: auto;
}

.contact-section .map-list {
    display: flex;
    margin-top: 15px;
}

.contact-section .map-list img {
    width: 33.33%;
}

/* 聯繫我們-end */

/* .preview-img {
    cursor: pointer;
} */

.preview-img.map-pic-2 {
    border-radius: 20px 0 0 20px;
}

.preview-img.map-pic-4 {
    border-radius: 0 20px 20px 0;
}

.mb-36 {
    margin-bottom: 36px !important;
}

@media screen and (max-width: 1640px) {
    .page-en-us #headCarouselSection {
        margin-top: 85px;
    }
}

@media (min-width: 1281px) {
    .swiper-backface-hidden .swiper-slide {
        min-height: 271px;
    }

    .seamlesswrap img {
        /* min-height: 271px; */
    }
    
    #headCarouselSection .carousel-item .background-img {
        width: 100%;
        height: auto;
        object-fit:none;
    }
    
    .layui-carousel-ind {
        top:0;
    }
    
}

@media screen and (min-width:1280px) and (max-width: 1368px) {
    .my-section {
        padding: 60px 0;
    }

    #headCarouselSection .layui-carousel {
        width: 100% !important;
        height: calc(100vh - 550px) !important;
    }

    #headCarouselSection .layui-carousel-ind {
        top: -68px;
        left: 8px;
    }

    .layui-carousel-ind ul li {
        width: 18px;
        height: 18px;
    }

    .my-container-title .title-txt-img {
        height: 160px;
    }

    .my-container-title .title-icon {
        height: 80px;
        left: 67%;
    }

    .c-bg-1 {
        height: 680px;
    }

    .my-container-title {
        margin-bottom: 58px;
    }

    .sub-title .tit {
        font-size: 56px;
    }

    .sub-title .tit-icon-8 {
        width: 60px;
    }

    .c-bg-7 {
        height: 600px;
    }

    .c-bg-8 {
        height: 300px;
    }

    .title-icon.tit-icon-4 {
        left: 62%;
    }

    .my-section.blue-wave {
        padding-top: 16px;
    }

    .index-nav-section.nav-section .nav-container{
        max-width: 1250px;
        width: 100%;
    }
    .index-nav-section .nav-i-container{
        left: auto;
    }
    #headCarouselSection .layui-carousel-ind{
        top: -18px;
    }
}


@media (min-width: 482px) {
.mission-section {
	padding-bottom:60px;
}




}



@media (max-width: 468px) {
	.info-content{
	flex: 1;
    font-size: 16px;
    line-height: 26px;
}

.info-content p{
	margin-bottom:8px; 
}

.info-content p b{
	font-size:18px;
}
	
	
}