@charset "UTF-8";


:root {
    --primary-color: #0066cc;
    --secondary-color: #f5f5f5;
    --text-color: #333;
    --light-blue: #e6f3ff;
    --light-bg: #f8f9fa;
    --border-color: #eee;
    --section-padding: 60px 0;
    --transition: all 0.3s ease;
}

html,
body {

    margin: 0;
    padding: 0;



}
html {
    overflow-y: auto;
}
body {

    overflow-y: visible;
    font-family: "Microsoft YaHei", sans-serif ！important;
    color: var(--text-color);
    line-height: 1.6;
    position: relative;
    /* 设置与背景图片相近的颜色作为后备 */
    background: #1a4b72;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}


.top-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 1000;
    transition: all 0.3s ease;
    background: rgba(0,25,72,0.85);
}

.nav-wrap {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 20px;
}

.logo img {
    height: 40px;
    width: auto;
    display: inline-block;
}

.main-nav ul {
    display: flex;
    margin: 0;


}

.main-nav ul li {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    /* margin: 0 20px; */
    margin-left: 57px;
}

.main-nav ul li a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    height: 47px;
    line-height: 47px;

    transition: all 0.3s ease;


    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-nav ul li.active a {

    font-weight: bold;
    font-size: 20px;
    color: #00ffff;
}
.main-nav ul li:hover a {

    font-weight: bold;
    font-size: 20px;
    color: #00ffff;
}
.main-nav ul li span {

}

.main-nav ul li.active span {

    background: #00ffff;
    width: 32px;
    height: 3px;
    display: inline-block;
    border-radius: 5px;
}

h2,
img {
    margin: 0;
}

.top-nav.scrolled {
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.main-banner {
    position: relative;

    overflow: hidden;

}
.main-banner img{width: 100%;display: inline-block;}
.bg{
    background: url("../images/bg-bottom.png") no-repeat center bottom;
    background-size: cover;
}



.banner-text h1 {
    font-size: 48px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}


.section-content {
    padding: 00px 0 0 0;
    width: 1204px;
    margin: 0 auto;
    background-size: 100% 100%;
}
/*.section-content.company-bg{*/
/*    background: url("../images/main-bg.png");*/

/*    min-height: 1372px;*/
/*}*/

/*.section-content.mxqqt-bg{*/
/*    background: url("../images/main-bg2.png") no-repeat ;*/
/*    height: 686px;*/
/*}*/
.section-content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    min-height: calc(76px + 52px + 134px);
    box-sizing: border-box;
    padding-bottom: 30px;

    /* 设置顶部和底部背景图片 */
    background:
            url("../images/bg-main_top.png") no-repeat center top,
            url("../images/bg-main_bottom.png") no-repeat center bottom;
    background-size:
            100% 76px,
            100% 52px;
}

/* 中间背景图片平铺区域 */
.section-content::before {
    content: '';
    position: absolute;
    top: 76px;
    bottom: 52px;
    left: 0;
    right: 0;
    background: url("../images/bg-main_middl.png") repeat-y center;
    background-size: 100% auto;
    z-index: 1;
}

.section-content > * {
    position: relative;
    z-index: 2;
}

.section-content .main {

    border-radius: 20px;

    margin: 0 auto 0px auto;

    position: relative;

    box-sizing: border-box;
}




.section-title {

    text-align: center;

    display: flex;

    flex-direction: row;

    align-items: center;

    justify-content: center;

    margin: 30px auto 18px auto;

    background: url("../images/t-bg.png") no-repeat;

    width: 316px;

    height: 61px;

    line-height: 61px;

    color: #fff;

    font-size: 36px;

    font-weight: bold;
}
.section-title.big{position: relative;top:-30px;}
.t-icon{text-align: center;display: flex;flex-direction: row;align-items: center;justify-content: center}

* {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}

.footer {

    padding: 100px 0 0 0;
    text-align: center;
    font-size: 12px;
    color: #fff;

}

.copyright p {
    font-size: 12px;
    color: #fff;
}
.company-content{

    margin: 30px auto 20px auto;padding: 0 30px
}
.main-width{width: 1200px;margin: 0 auto;
}
.main{
    padding: 0 40px;
}
.company-content p{color: #fff;font-size: 18px;line-height: 2;text-align: justify;text-indent:  2em;}

.company-text{}
.company-text h1{background: url("../images/company-h1-bg.png") no-repeat center;height: 45px;line-height: 45px;color: #fff;text-align: center;font-size: 18px;}
.company-text h1 img{display: inline-block;width: 30px;margin-right: 10px;}

.rctd-wrap{display: flex;align-items: center;flex-direction: row;flex-wrap: wrap;padding-top: 25px;padding-left: 80px;}
.rctd-wrap .item{width: 50%;margin-bottom: 20px;}
.rctd-wrap .item span{font-size: 18px;color: #fff;line-height: 2;margin-left: 15px;}

.rctd-box-wrap{
    background: url("../images/rctd-bg.png") no-repeat center;
    height: 133px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.rctd-box-wrap .item{align-items: center;justify-content: center;display: flex;padding: 0 50px;}
.rctd-box-wrap .item P{color: #fff;font-size: 18px;line-height: 2;text-align: center;}
.rctd-box-wrap .item P span{color: #00ffff;font-weight: bold;}

.qyrqy-wrap{display: flex;flex-direction: row;justify-content: space-between;padding: 30px 100px 30px;}
.qyrqy-wrap .item{}
.qyrqy-wrap .item h1{background: url("../images/t-bg2.png") no-repeat center;width: 360px;height: 79px;line-height: 79px;text-align: center;color: #00ffff;font-size: 30px;margin: 0 auto;}
.qyrqy-wrap .item .content{}
.qyrqy-wrap .item .content p{font-size: 18px;line-height: 2;color: #fff;text-align: center;}

.mxqt-text{background: url("../images/mxqt-text-bg.png") no-repeat center;height: 182px;display: flex;flex-direction: row;align-items: center;justify-content: center}
.mxqt-text p{color: #ffffff;font-size: 18px;text-align: center;}
.mxqt-text p span{color: #69f8ff;font-size: 24px;text-align: center;}

.img-box{display: flex;align-items: center;justify-content: center;padding: 30px 20px 20px 20px;}
.img-box img{max-width: 100%;text-align: center;}
.title-h1{font-size: 24px;font-weight: bold;color: #fff;line-height: 53px;text-align: center;background: url("../images/job-title-bg.png") no-repeat;width: 175px;height: 53px;margin: 30px auto;}
.title-h1 span{font-size: 48px;font-weight: bold;color: #fff;line-height: 48px;text-align: center;}
.search-wrap{background: url('../images/search-bg.png') no-repeat center;height: 60px;width: 448px;margin: 0 auto;display: flex;align-items: center;justify-content: center;}
.search-wrap input{
    width: 380px;
    height: 60px;
    line-height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    background: none;
    outline: none;
    color: #fff;;
}
.search-wrap button{width: 60px;height: 60px;line-height: 60px;border: none;background: none;background: none;text-indent: -9999px;;}

.job-list{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;

    border-radius: 16px;
    margin-top: 50px;
}
.job-list .list-item{border: 1px solid #00ffff;border-radius: 20px;margin-bottom: 20px;  background: rgba(239, 248, 253, 0.1);}
.job-list .list-item .header{padding: 20px 50px;display: flex;justify-content: space-between;cursor: pointer;transition: background-color 0.3s ease;align-items: center;}
.job-list .list-item .header:hover{background-color: rgba(0, 255, 255, 0.1);}
.job-list .list-item .header .title{color: #fff;font-size: 24px;flex: 1;}
.job-list .list-item .header .icon{background: url("../images/arr.png") no-repeat center center;width:33px;height: 33px;background-size: 100% 100%;transition: transform 0.3s ease;}
.job-list .list-item .header .icon.expanded{transform: rotate(180deg);}
.job-list .list-item .job-detail{padding:20px 50px;display: none;border-top: 1px solid #00ffff;transition: all 0.3s ease;}
.job-list .list-item .job-detail.show{display: block;}
.job-list .list-item .job-detail .sub_title{color: #fff;font-size: 18px;line-height: 2;display: flex;align-items: center;}
.job-list .list-item .job-detail .sub_title img{margin-right: 15px;}
.job-list .list-item .job-detail .job-content{color: #fff;font-size: 18px;line-height: 2;margin-bottom: 20px;}
.job-list .list-item .job-detail .apply-wrap{display: flex;align-items: center;justify-content: center;}
.job-list .list-item .job-detail .apply-wrap a{font-size: 18px;line-height: 2;border: 1px solid #02ffff;color: #02ffff;padding: 7px 45px;background: #001948;border-radius: 40px;}
.job-info-content{

}
/* 自定义滚动条样式 */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 25, 72, 0.3);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #00ffff 0%, #02ffff 100%);
    border-radius: 6px;
    border: 2px solid rgba(0, 25, 72, 0.3);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #69f8ff 0%, #00ffff 100%);
}

::-webkit-scrollbar-corner {
    background: rgba(0, 25, 72, 0.3);
}
.city-wrap {display: flex;align-items: center;justify-content: center;background: url("../images/city-bg.png") center no-repeat;height: 102px}
.city-wrap img{}
.city-wrap span{font-size: 20px;text-align: center;color: #fff;margin-left: 15px;font-weight: bold;}
.fl-title{background: url("../images/fl-title-bg.png") no-repeat center;height: 71px;line-height: 71px;text-align: center;color: #fff;font-size: 18px;}
.fl-title img{margin-right: 10px;}

.fl-wrap{display: flex;align-items: center;flex-direction: row;flex-wrap: wrap;justify-content: space-between;margin-top: 50px;}
.fl-wrap .fl-item{display: flex;flex-direction: column;align-items: center;justify-content: center;width: 20%;

    margin-bottom: 30px;}
.fl-wrap.rc .fl-item{width: 33%}
.fl-wrap .fl-item .fl-icon{display: flex;align-items: center;flex-direction: row;justify-content: center;}
.fl-wrap .fl-item .fl-icon img{display: inline-block;}
.fl-wrap .fl-item .fl-text{font-size: 20px;color: #fff;margin-top: 10px;font-weight: bold;}
/* 默认隐藏汉堡菜单按钮 */
.mobile-menu-toggle {
    display: none;
}

/* 移动端响应式设计 */
/* 小屏幕设备额外优化 */
@media (max-width: 480px) {
    .main-nav {
        width: 180px;
    }

    .mobile-menu-toggle {
        right: 10px;
        top: 10px;
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .main-nav ul li a {
        font-size: 15px;
        padding: 10px 12px;
    }
}

@media (max-width: 768px) {
    html,
    body {
        margin: 0;
        padding: 0;
        min-width: auto;
        overflow-x: hidden;
        overflow-y: auto;
    }


    .container {
        width: 100%;
        padding: 0 15px;
    }

    /* 移动端顶部导航 */
    .top-nav {
        height: 60px;
        background: rgba(0, 25, 72, 0.95);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-wrap {
        width: 100%;
        padding: 10px 15px;
        position: relative;
    }

    .logo img {
        height: 30px;
    }

    /* 汉堡菜单按钮 - 改为关闭/显示按钮 */
    .mobile-menu-toggle {
        display: block;
        position: fixed;
        right: 15px;
        top: 4px;
        /* background: rgba(0, 25, 72, 0.9); */
        /* border: 2px solid #00ffff; */
        color: #fff;
        background: none;
        font-size: 20px;
        cursor: pointer;
        z-index: 1001;
        padding: 4px 12px;
        border-radius: 8px;
        transition: all 0.3s ease;
        width: 50px;
        /* height: 50px; */
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .mobile-menu-toggle:hover {
        /* background: rgba(0, 255, 255, 0.2); */
        color: #00ffff;
        transform: scale(1.05);
    }

    .mobile-menu-toggle.active {
        /* background: #00ffff; */
        color: #fff;
        /* border-color: #00ffff; */
        background: none;
    }

    /* 切换按钮图标 */
    .mobile-menu-toggle span {
        display: inline-block;
        transition: all 0.3s ease;
    }

    .mobile-menu-toggle.active span {
        transform: rotate(180deg);
    }

    /* 移动端导航菜单 - 右侧悬浮 */
    .main-nav {
        position: fixed;
        top: 60px;
        right: 0;
        width: 140px;
        height: auto;
        max-height: calc(100vh - 60px);
        background: rgba(0, 25, 72, 0.55);
        transition: transform 0.3s ease;
        z-index: 1000;
        overflow-y: auto;
        transform: translateX(0);
        /* border-left: 2px solid #00ffff; */
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
        border-radius: 0 0 0 10px;
        overflow: hidden;
    }

    .main-nav.hidden {
        transform: translateX(100%);
    }

    .main-nav ul {
        flex-direction: column;
        padding: 0;
        margin: 0;
    }

    .main-nav ul li {
        margin: 0;
        /* margin-bottom: 15px; */
        width: 100%;
        text-align: center;
        opacity: 0;
        transform: translateX(20px);
        animation: slideInNav 0.3s ease forwards;
    }

    /* 导航项动画 */
    @keyframes slideInNav {
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .main-nav ul li:nth-child(1) { animation-delay: 0.1s; }
    .main-nav ul li:nth-child(2) { animation-delay: 0.15s; }
    .main-nav ul li:nth-child(3) { animation-delay: 0.2s; }
    .main-nav ul li:nth-child(4) { animation-delay: 0.25s; }
    .main-nav ul li:nth-child(5) { animation-delay: 0.3s; }
    .main-nav ul li:nth-child(6) { animation-delay: 0.35s; }

    .main-nav ul li a {
        font-size: 14px;
        padding: 0px 0px;
        height: 30px;
        line-height: 30px;
        display: block;
        font-size: 14px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 8px;
        margin: 0 10px;
        width: calc(100% - 20px);
        transition: all 0.3s ease;
        /* border: 1px red dashed; */
    }
    .main-nav ul li.active a{

        font-size: 16px;
    }
    .main-nav ul li a:hover {
        background: rgba(0, 255, 255, 0.1);
        transform: translateX(-5px);
    }

    .main-nav ul li.active span,
    .main-nav ul li:hover span {
        display: none;
    }

    /* 移动端背景图片调整 */
    .bg {
        padding-top: 60px;
        /* 移动端使用新的背景颜色和图片 */
        background-color: #43b3cb;
        background-image: url("../images/m-bg-bottom.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
        min-height: 100vh;
        position: relative;
    }

    /* 移动端banner区域 */
    .main-banner {
        background: url("../images/m-banner.png") no-repeat center top;
        background-size: 100% auto;
        height: 200px;
        /* margin-bottom: 20px; */
        width: 100%;
    }

    .bg.company,
    .bg.mxqt,
    .bg.job,
    .bg.fl,
    .bg.lc {
        /* 统一使用移动端背景样式 */
        background-color: #43b3cb;
        background-image: url("../images/m-bg-bottom.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
        min-height: 100vh;
    }

    /* 主要内容区域 */
    .section-content {
        width: 352px;
        margin: 0 auto;
        padding: 20px 15px;
        min-height: calc(36px + 22px + 20px);
        box-sizing: border-box;
        padding-bottom: 22px;

        /* 设置顶部和底部背景图片 */
        background:
                url("../images/m-main-bg-top.png") no-repeat center top,
                url("../images/m-main-bg-bottom.png") no-repeat center bottom;
        background-size:
                100% 36px,
                100% 22px;
    }

    /* 中间背景图片平铺区域 */
    .section-content::before {
        content: '';
        position: absolute;
        top: 36px;
        bottom: 22px;
        left: 0;
        right: 0;
        background: url("../images/m-main-bg-middle.png") repeat-y center;
        background-size: 100% auto;
        z-index: 1;
    }

    /* 关键：设置main元素透明背景 */
    .main {
        padding: 0 0px;
        background: transparent !important; /* 强制透明背景 */
        background-color: transparent !important;
    }

    /* 确保section-content的子元素也是透明的 */
    .section-content > * {
        background: transparent;
    }

    .main-width {
        width: 100%;
    }

    /* 标题调整 */
    .section-title {
        width: 250px;
        height: 50px;
        font-size: 24px;
        line-height: 50px;
        background-size: contain;
        margin: 20px auto 15px auto;
    }

    .section-title.big {
        top: 0;
    }

    /* 公司介绍页面 */
    .company-content {
        margin: 20px auto;
        padding: 0 15px;
    }

    .company-content p {
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
    }

    .company-text h1 {
        font-size: 16px;
        height: 35px;
        line-height: 35px;
        background-size: contain;
    }

    .rctd-wrap {
        flex-direction: column;
        padding: 20px 15px;
        align-items: flex-start;
    }

    .rctd-wrap .item {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

    .rctd-wrap .item img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .rctd-wrap .item span {
        font-size: 14px;
        margin-left: 0;
    }

    .rctd-box-wrap {
        background-size: 100% 100%;
        height: auto;
        flex-direction: column;
        padding: 20px 0px;
        margin-top: 20px;
        background: none;
    }

    .rctd-box-wrap .item {
        padding: 15px 20px;
        /* margin-bottom: 15px; */
    }

    .rctd-box-wrap .item p {
        font-size: 14px;
    }

    .qyrqy-wrap {
        flex-direction: column;
        padding: 20px 15px;
    }

    .qyrqy-wrap .item {
        width: 100%;
        margin-bottom: 30px;
    }

    .qyrqy-wrap .item h1 {
        width: 280px;
        height: 60px;
        font-size: 24px;
        line-height: 60px;
        background-size: contain;
    }

    .qyrqy-wrap .item .content p {
        font-size: 14px;
    }

    /* 面向群体页面 */
    .mxqt-text {
        background-size: contain;
        height: auto;
        padding: 20px 15px;
        background: url(../images/m-mxqt-text-bg.png) no-repeat center;
        background-size: 100%;
    }

    .mxqt-text p {
        font-size: 14px;
    }

    .mxqt-text p span {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 2px;
        display: inline-block;
    }

    .img-box {
        padding: 20px 0px;
    }

    .img-box img {
        width: 100%;
        height: auto;
    }

    /* 招聘岗位页面 */
    .title-h1 {
        font-size: 20px;
        width: 140px;
        height: 42px;
        line-height: 42px;
        background-size: contain;
        margin: 20px auto;
    }

    .search-wrap {
        width: 100%;
        max-width: 350px;
        height: 50px;
        background-size: contain;
        margin: 0 auto 20px auto;
    }

    .search-wrap input {
        width: calc(100% - 60px);
        height: 50px;
        font-size: 16px;
        padding-left: 15px;
        padding-right: 10px;
    }

    .search-wrap button {
        width: 50px;
        height: 50px;
    }

    .job-list {
        margin-top: 30px;
    }

    .job-list .list-item .header {
        padding: 3px 20px;
        align-items: center;
    }

    .job-list .list-item .header .title {
        font-size: 12px;
        flex: 1;
        padding-right: 10px;
        line-height: 35px;
    }

    .job-list .list-item .header .icon {
        width: 25px;
        height: 25px;
        background-size: contain;
    }

    .job-list .list-item .job-detail {
        padding: 15px 20px;
    }

    .job-list .list-item .job-detail .sub_title {
        font-size: 16px;
    }

    .job-list .list-item .job-detail .job-content {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .job-list .list-item .job-detail .apply-wrap a {
        font-size: 16px;
        padding: 8px 30px;
    }

    .city-wrap {
        background-size: contain;
        height: 80px;
        padding: 0 15px;
    }

    .city-wrap img {
        width: 30px;
        height: 30px;
    }

    .city-wrap span {
        font-size: 18px;
        margin-left: 10px;
    }

    /* 福利待遇页面 */
    .fl-title {
        background-size: contain;
        height: 55px;
        line-height: 55px;
        font-size: 16px;
        margin: 20px 0;
    }


    .section-content > * {
        position: relative;
        z-index: 2;
        background: transparent;
    }
    .fl-wrap {
        margin-top: 30px;
        justify-content: space-around;
    }

    .fl-wrap .fl-item {
        width: 33%;
        margin-bottom: 25px;
    }

    .fl-wrap.rc .fl-item {
        width: 100%;
        margin-bottom: 25px;
    }

    .fl-wrap .fl-item .fl-icon img {
        width: 50px;
        height: 50px;
    }

    .fl-wrap .fl-item .fl-text {
        font-size: 14px;
        margin-top: 8px;
        text-align: center;
    }

    /* 底部版权 */
    .footer {
        padding: 50px 0 30px 0;
    }

    .copyright p {
        font-size: 12px;
        padding: 0 15px;
        text-align: center;
    }

    /* 分页样式调整 */
    .pagination-wrap {
        margin-top: 20px;
        padding: 0 15px;
        /* overflow-x: auto; */
        -webkit-overflow-scrolling: touch;
    }

    .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: fit-content;
        white-space: nowrap;
        gap: 2px;
    }

    .pagination button {
        padding: 8px 12px;
        margin: 0;
        font-size: 14px;
        min-width: 44px;
        height: 44px;
        flex-shrink: 0;
        border: 1px solid #00ffff;
        background: rgba(0, 25, 72, 0.8);
        color: #fff;
        cursor: pointer;
        border-radius: 4px;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pagination button:hover {
        background: rgba(0, 255, 255, 0.2);
    }

    .pagination button.active {
        background: #00ffff;
        color: #001948;
        border-color: #00ffff;
    }

    .pagination button:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .pagination span {
        padding: 8px 4px;
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1380px) {
    html,
    body {
        margin: 0;
        padding: 0;

        overflow-x: hidden;
        overflow-y: auto;
    }
}
