* {
    margin: 0;
    padding: 0;

}

body {
    font-family: "微软雅黑";
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
}

.header {
    width: 100%;
    height: 60px;
    background: #fff;
    /*box-shadow:	0px 1px 8px rgba(0,0,0,0.06);*/


}


.inner {

    max-width: 1200px;
    z-index: 10;
    margin: 0 auto;
}


.logo {
    margin-top: 18px;
    height: 24px;
    width: 227px;
    display: inline-block;
    background: transparent url(../images/logo.png) 50% center no-repeat;
}

.headMenu {
    height: 60px;
    line-height: 65px;
    float: right;
}

/* 汉堡菜单样式 */
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 18px;
    z-index: 1001;
}

.menu-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #358ff0;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.headMenu a {
    font-size: 16px;
    color: #358ff0;
    text-decoration: none;
    font-weight: normal;
    padding: 0 14px 0 14px;
}

.headMenu a:hover {
    outline: 0;
    text-decoration: none;
    color: #000000;
}


.banner {
    max-width: 480px;
    width: 100%;
    height: 300px;
    background-image: url(../images/banner1.png);
    background-size: cover;
    margin: 0 auto;
}


.download {
    width: 100%;
    height: 180px;
    background: #fff;
    position: relative;
    padding: 0;
    margin: 0 auto;

}

.download-group {
    max-width: 1200px;
    z-index: 10;
    margin: 0 auto;
}

.download-group .ios,
.download-group .Android,
.download-group .gongzuoqu {
    display: inline-block;
    width: 202px;
    height: 58px;
}

.download-group .ios {
    background: transparent url(../images/SpriteButton.png) 0 -58px no-repeat;
}

.download-group .ios:hover {
    background: transparent url(../images/SpriteButton.png) 0 0 no-repeat;
}

.download-group .Android {
    background: transparent url(../images/SpriteButton.png) -202px -58px no-repeat;
}

.download-group .Android:hover {
    background: transparent url(../images/SpriteButton.png) -202px 0 no-repeat;
}


.download-group .gongzuoqu {
    background: transparent url(../images/SpriteButton.png) -404px -58px no-repeat;
}

.download-group .gongzuoqu:hover {
    background: transparent url(../images/SpriteButton.png) -404px 0 no-repeat;
}


.ios {

    float: left;
    margin-top: 61px;
    margin-left: 216px;
    position: relative;
}

.Android {
    float: left;
    margin-top: 61px;
    margin-left: 74px;
    position: relative;
}

.gongzuoqu {
    float: none;
    margin: 61px auto 0;
    position: relative;
    display: block;
    text-align: center;
}


.section1 {
    height: 190px;
    width: 100%;
    background: #fff;
    position: relative;
    padding: 0;
    margin: 0 auto;
}

.section1-group {
    max-width: 1200px;
    z-index: 10;
    margin: 0 auto;

}

h1,
h3 {
    font-weight: normal;
}

.section1-group h1 {

    font-size: 34px;
    line-height: 34px;
    padding-top: 56px;
}

.section1-group h3 {

    font-size: 16px;
    padding-top: 26px;
}


.section2 {

    width: 100%;
    height: 510px;
    position: relative;
    background-image: url(../images/bj1.png);

}

.content {

    max-width: 1200px;
    margin: 0 auto;
}



.content .text1 h1 {

    font-size: 34px;
    line-height: 34px;
    padding-top: 104px;
    color: #fff;

}


.content .text1 h3 {

    font-size: 16px;
    padding-top: 26px;
    color: #fff;

}

.text2 {
    float: right;
}

.after {

    color: #fff;
    z-index: 30;
}

.text2 h1 {

    font-size: 34px;
    line-height: 34px;
    padding-top: 80px;
    color: #fff;

}

.text2 h3 {

    font-size: 16px;
    padding-top: 26px;
    color: #fff;

}

.text3 {
    padding-left: 20px;
}

.text3 h1 {

    font-size: 34px;
    line-height: 34px;
    padding-top: 80px;
    color: #fff;

}

.text3 h3 {

    font-size: 16px;
    padding-top: 26px;
    color: #fff;

}


.text2-bg-black {

    position: absolute;
    height: 244px;
    bottom: 0;
    left: 0;
    width: 50%;
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: .80;
    -moz-opacity: .80;
    opacity: .80;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    ;
}


.text3-bg-blasc {

    position: absolute;
    height: 244px;
    bottom: 0;
    right: 0;
    width: 50%;
    filter: alpha(opacity=80);
    -webkit-opacity: .80;
    -moz-opacity: .80;
    opacity: .80;
    z-index: 20;
    background: rgba(53, 143, 240, 0.7);
    ;
}


.section3 {

    width: 100%;
    height: 570px;
    position: relative;

}

.section3-group {
    max-width: 1200px;
    z-index: 10;
    margin: 0 auto;
}

.section3-group h1 {

    font-size: 34px;
    line-height: 34px;
    padding-top: 40px;

}


.section3-group h3 {

    font-size: 16px;
    padding-top: 26px;

}

.all {
    max-width: 1200px;
    margin: 36px auto;
    padding: 10px 0 0 10px;
}

.all ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.all ul li {
    flex: 0 0 calc(25% - 20px);
    /* 桌面端每行4个 */
    height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 10px;
}

.all ul li img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.section4 {

    width: 100%;
    height: 450px;
    position: relative;


}


.section4-bj2 {

    height: 186px;
    background-image: url(../images/bj2.png);

}

.bj2-1 {
    max-width: 1200px;
    margin: auto;
}

.section4-bj3 {

    max-width: 1200px;
    margin: auto;
}

.bjhz {
    float: left;
}

.bj3 {

    width: 240px;
    height: 177px;

    background: #358ff0 url(../images/dpp1.png) 50% 50% no-repeat;
}

.section4-bj3 P {
    width: 820px;
    line-height: 32px;
    text-indent: 30px;
    font-size: 14px;
    margin-top: 46px;
    float: left;
    padding-left: 60px;
}


.section5 {
    width: 100%;
}

.content .text4 h1 {

    font-size: 34px;
    line-height: 34px;
    color: #000000;

}


.content .text4 h3 {

    font-size: 16px;
    padding-top: 26px;
    color: #000000;
}

.sectionPosition {
    width: 1200px;
    margin: 60px auto;
}

.sectionPosition .title {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    border: solid 1px #cccccc;
    border-width: 0 0 1px 0;
    margin: 0 0 20px 0;
}

#TablePosition {
    width: 100%;
}

#TablePosition thead {
    height: 74px;
    line-height: 74px;
    background-color: #358ff0;
}

#TablePosition thead th {
    text-align: left;
    padding: 0 0 0 10px;
    font-size: 14px;
    color: #fff;
}

#TablePosition tbody tr {
    height: 74px;
    line-height: 74px;
}

#TablePosition tbody tr td {
    border: solid 1px #cccccc;
    border-width: 0 0 1px 0;
    text-align: left;
    padding: 0 0 0 10px;
}

#TablePosition tbody tr td .btn {
    color: #358ff0;
    cursor: pointer;
}

#Footer {
    height: 66px;
    line-height: 66px;
    color: white;
    background-color: #15192d;
    text-align: center;
}

#PopupMask {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: none;
}

#PopupMaskBg {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: black;
    opacity: 0.5;
    z-index: 99999;
    display: none;
}

#PopupPanel {
    width: 500px;
    height: 500px;
    background-color: white;
    z-index: 100000;
    position: fixed;
    display: none;
}

#PopupPanel .title {
    height: 60px;
    line-height: 60px;
    position: relative;
    border-bottom: solid 1px #CCC;
}

#PopupPanel .title .txt {
    font-size: 14px;
    padding: 0 0 0 2em;
}

#PopupPanel .title .close {
    display: inline-block;
    height: 60px;
    width: 60px;
    background: transparent url(../images/close.png) 50% 50% no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

#PopupPanel .content .cap {
    padding: 0 0 0 2em;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
}

#PopupPanel .content .capitem {
    padding: 0 0 0 2em;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

/* 响应式设计 - 媒体查询 */
/* 平板设备 */
@media screen and (max-width: 1024px) {

    .inner,
    .download-group,
    .section1-group,
    .content,
    .section3-group,
    .section4-bj2,
    .section4-bj3 {
        padding: 0 20px;
    }

    .section3 {
        height: auto;
        padding: 30px 0;
    }

    .section3-group h1 {
        font-size: 30px;
    }

    .section3-group h3 {
        font-size: 15px;
    }

    .all {
        padding: 10px;
    }

    .all ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .all ul li {
        flex: 0 0 calc(33.33% - 20px);
        /* 中等屏幕每行3个 */
        height: 89px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        background-color: #f9f9f9;
        border-radius: 4px;
        padding: 10px;
    }

    .section4 {
        height: auto;
        padding: 30px 0;
    }

    .section4-bj3 p {
        width: 100%;
        padding: 0 20px;
        line-height: 1.8;
        margin-top: 30px;
    }

    .bjhz {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .sectionPosition {
        width: 90%;
        margin: 40px auto;
    }

    #TablePosition {
        font-size: 14px;
    }

    #TablePosition th,
    #TablePosition td {
        padding: 10px;
    }
}

/* 小型平板和大型手机 */
@media screen and (max-width: 768px) {
    .header {
        height: auto;
        padding: 10px 0;
    }

    .inner {
        padding: 0 15px;
        position: relative;
    }

    .logo {
        margin: 10px 0;
    }

    .menu-toggle {
        display: flex;
    }

    .headMenu {
        float: none;
        height: auto;
        line-height: 40px;
        text-align: center;
        width: 100%;
        display: none;
        background-color: #fff;
        border-top: 1px solid #eee;
        margin-top: 10px;
    }

    .headMenu.active {
        display: block;
    }

    .headMenu a {
        display: block;
        padding: 10px;
        margin: 5px 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .separtor {
        display: none;
    }

    /* 下载区域调整 */
    .download {
        height: auto;
        padding: 20px 0;
    }

    .download-group {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .download-group .ios,
    .download-group .Android,
    .download-group .gongzuoqu {
        float: none;
        margin: 0;
    }

    /* 内容区域调整 */
    .section1 {
        height: auto;
        padding: 30px 0;
    }

    .section1-group h1 {
        font-size: 28px;
        line-height: 1.4;
        padding-top: 0;
        text-align: center;
    }

    .section1-group h3 {
        font-size: 14px;
        padding-top: 15px;
        text-align: center;
        padding: 0 20px;
        line-height: 1.6;
    }

    /* Section2 调整 */
    .section2 {
        height: auto;
        padding: 30px 0;
    }

    .content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .content .text1 h1,
    .text2 h1,
    .text3 h1 {
        font-size: 24px;
        padding-top: 0;
        text-align: center;
    }

    .content .text1 h3,
    .text2 h3,
    .text3 h3 {
        font-size: 14px;
        padding-top: 10px;
        text-align: center;
        line-height: 1.5;
    }

    .text2-bg-black {
        position: static;
        width: 100%;
        height: auto;
        padding: 20px;
        margin-top: 20px;
    }

    .text2 {
        float: none;
        width: 100% !important;
    }

    .text3 {
        padding-left: 0;
        padding: 20px;
        margin-top: 20px;
    }

    /* Section3 调整 */
    .section3 {
        height: auto;
        padding: 30px 0;
    }

    .section3-group h1 {
        font-size: 24px;
    }

    .section3-group h3 {
        font-size: 14px;
    }

    .all ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 15px;
    }

    .all ul li {
        flex: 0 0 calc(33.33% - 15px);
        /* 平板端每行3个 */
        margin: 0;
        height: auto;
        min-height: 89px;
    }

    /* Section4 调整 */
    .section4 {
        height: auto;
        padding: 30px 0;
    }

    .section4-bj3 p {
        font-size: 14px;
        line-height: 1.6;
        padding: 0 20px;
    }

    .bjhz {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    /* Section5 调整 */
    .section5 {
        padding: 30px 0;
    }

    .section5 .content .text4 h1 {
        font-size: 24px;
        text-align: center;
    }

    .section5 .content .text4 h3 {
        font-size: 14px;
        text-align: center;
    }

    /* 职位列表调整 */
    .sectionPosition {
        width: 90%;
        margin: 30px auto;
    }

    .sectionPosition .title {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }

    #TablePosition {
        width: 100%;
        font-size: 13px;
    }

    #TablePosition thead th {
        padding: 10px 5px;
        font-size: 13px;
    }

    #TablePosition tbody tr {
        height: auto;
        line-height: 1.5;
    }

    #TablePosition tbody tr td {
        padding: 12px 5px;
        font-size: 13px;
    }

    #TablePosition tbody tr td .btn {
        display: inline-block;
        padding: 5px 10px;
        background-color: #358ff0;
        color: white;
        border-radius: 3px;
        margin-top: 5px;
    }
}

.slide-main {
    height: 300px;
}

.slide,
.slide-box {
    height: 300px;
}

.prev,
.next {
    top: 130px;
}

.item {
    top: 320px;
}

.download {
    height: auto;
    padding: 20px 0;
}

.download-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
}

.ios,
.Android,
.gongzuoqu {
    float: none;
    margin: 10px 0;
}

.section1 {
    height: auto;
    padding: 30px 0;
}

.section1-group h1 {
    font-size: 28px;
    text-align: center;
    padding-top: 0;
}

.section1-group h3 {
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
}

.section2 {
    height: auto;
    padding: 30px 0;
}

.content .text1 h1,
.text2 h1,
.text3 h1 {
    font-size: 24px;
    padding-top: 30px;
    text-align: center;
}

.content .text1 h3,
.text2 h3,
.text3 h3 {
    font-size: 14px;
    padding-top: 15px;
    text-align: center;
}

.text2,
.text3 {
    float: none;
    padding: 0;
}

.text2-bg-black,
.text3-bg-blasc {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 10px 0;
}

.section3 {
    height: auto;
    padding: 30px 0;
}

.section3-group h1 {
    font-size: 24px;
    text-align: center;
    padding-top: 0;
}

.section3-group h3 {
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
}

.all {
    padding: 10px;
}

/* 移除特定的nth-child选择器，因为使用了flex布局 */
.all ul li {
    width: calc(50% - 10px);
    margin-bottom: 5%;
}

.section4 {
    height: auto;
    padding: 30px 0;
}

.section4-bj3 P {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
}

.bjhz {
    float: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bj3 {
    width: 200px;
    height: 150px;
    margin-bottom: 20px;
}

.section5 {
    padding: 30px 0;
}

.content .text4 h1 {
    font-size: 24px;
    text-align: center;
}

.content .text4 h3 {
    font-size: 14px;
    text-align: center;
}

.sectionPosition {
    width: 95%;
    margin: 30px auto;
    overflow-x: auto;
}

#TablePosition {
    width: 100%;
    min-width: 600px;
}

#PopupPanel {
    width: 90%;
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
    left: 5%;
    top: 10vh;
}


/* 手机设备 */
@media screen and (max-width: 480px) {

    /* 全局容器样式 */
    body>div {
        max-width: 480px;
        margin: 0 auto;
    }

    .header {
        height: auto;
        padding: 10px 0;
        max-width: 480px;
        margin: 0 auto;
    }

    .inner {
        padding: 0 15px;
        margin: 0 auto;
        text-align: center;
        max-width: 100%;
    }

    .logo {
        width: 180px;
        height: 20px;
        background-size: contain;
    }

    .menu-toggle {
        right: 15px;
    }

    .headMenu a {
        font-size: 14px;
    }

    /* 下载区域调整 */
    .download {
        height: auto;
        padding: 15px 0;
        max-width: 480px;
        margin: 0 auto;
    }

    .download-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .ios,
    .Android,
    .gongzuoqu {
        width: 180px;
        height: 50px;
        background-size: contain;
        float: none;
        margin: 0;
    }

    /* 内容区域调整 */
    .section1 {
        height: auto;
        padding: 20px 0;
    }

    .section1-group h1 {
        font-size: 24px;
        line-height: 1.4;
        padding-top: 0;
        text-align: center;
    }

    .section1-group h3 {
        font-size: 13px;
        padding-top: 15px;
        text-align: center;
        padding: 0 15px;
        line-height: 1.6;
    }

    /* Section2 调整 */
    .section2 {
        height: auto;
        padding: 20px 0;
        max-width: 480px;
        margin: 0 auto;
    }

    .content {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .content .text1 h1,
    .text2 h1,
    .text3 h1 {
        font-size: 20px;
        padding-top: 0;
        text-align: center;
    }

    .content .text1 h3,
    .text2 h3,
    .text3 h3 {
        font-size: 13px;
        padding-top: 10px;
        text-align: center;
        line-height: 1.5;
    }

    .text2-bg-black {
        position: static;
        width: 100%;
        height: auto;
        padding: 15px;
        margin-top: 15px;
    }

    .text2 {
        float: none;
        width: 100% !important;
    }

    .text3 {
        padding-left: 0;
        padding: 15px;
        margin-top: 15px;
    }

    /* Section3 调整 */
    .section3 {
        max-width: 480px;
        margin: 0 auto;
    }

    .section3-group {
        padding: 0 15px;
        text-align: center;
        max-width: 100%;
    }

    .section3-group h1 {
        font-size: 20px;
        margin: 0 auto;
    }

    .section3-group h3 {
        font-size: 13px;
        margin: 0 auto;
    }

    .all {
        padding: 0 10px;
    }

    .all ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        margin: 0 auto;
        padding: 0;
    }

    .all ul li {
        flex: 0 0 calc(50% - 8px);
        /* 手机端每行2个 */
        margin: 0;
        height: auto;
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        border-radius: 6px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

    .all ul li img {
        max-width: 85%;
        max-height: 70%;
        object-fit: contain;
        display: block;
        padding: 5px;
        transition: transform 0.3s ease;
    }

    .all ul li img:hover {
        transform: scale(1.05);
    }

    /* Section4 调整 */
    .section4 {
        max-width: 480px;
        margin: 0 auto;
    }

    .section4-bj3 P {
        font-size: 13px;
        line-height: 22px;
        padding: 15px;
        text-indent: 20px;
    }

    .bj3 {
        width: 150px;
        height: 120px;
    }

    /* Section5 调整 */
    .section5 {
        max-width: 480px;
        margin: 0 auto;
    }

    .content .text4 h1 {
        font-size: 20px;
        text-align: center;
    }

    .content .text4 h3 {
        font-size: 13px;
        text-align: center;
    }

    /* 职位列表调整 */
    .sectionPosition {
        padding: 20px 10px;
    }

    #TablePosition thead th,
    #TablePosition tbody tr td {
        font-size: 12px;
        padding: 8px 5px;
    }

    /* 弹窗面板调整 */
    #PopupPanel {
        width: 95%;
        margin: 0 2.5%;
    }

    #PopupPanel .title .txt,
    #PopupPanel .content .cap,
    #PopupPanel .content .capitem {
        font-size: 14px;
    }

    #PopupPanel .content .capitem {
        padding: 15px;
    }
}