.contactitem .maxWidth{ display:flex;}

.page {
    display: none;
}

.page.on {
    display: block;
}

.contactPage {
    padding-top: 130px;
    background-color: #f7f7f7;
}

.contactPage .zp .pageTitle {
    font-size: 40px;
    text-align: center;

}

.contactPage .zp .pageTitle .en {
    margin-top: 15px;
    font-weight: bold;
    font-size: 30px;
}

.contactPage .zp .pageTitle span {
    display: inline-block;
    margin: 40px auto 0;
    height: 2px;
    width: 54px;
    background-color: var(--themaRed);
}

.contactPage .zp .employment {
    max-width: 1530px;
    margin: 0 auto;
    padding: 80px 15px;
    text-align: center;
    font-size: 0;
}

.contactPage .zp .employment li {
    display: inline-block;
    width: 20%;
    height: 330px;
    max-width: calc((100% - 40px) / 5);
    border-radius: 5px;
    border: 1px solid #eee;
    transition: all .4s;
    background-color: white;
}

.contactPage .zp .employment li:not(:nth-child(5n)) {
    margin-right: 10px;
}

.contactPage .zp .employment li a {
    display: block;
    height: 100%;
    padding-top: 65px;
    transition: all .4s;
}

.contactPage .zp .employment li img {
    display: block;
    margin: 0 auto 55px;
}

.contactPage .zp .employment li .title {
    font-size: 24px;
}

.contactPage .zp .employment li .title::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    margin: 15px auto 0;
    background-color: var(--themaRed);
}

.contactPage .zp .employment li .title_txt {
    max-width: 210px;
    margin: 25px auto 0;
    color: #747474;
    font-size: 14px;
    line-height: 24px;
}

.contactPage .zp .employment li:hover,
.contactPage .zp .employment li.on {
    border-color: var(--themaRed);
    background-color: var(--themaRed);
}

.contactPage .zp .employment li:hover a,
.contactPage .zp .employment li.on a {
    padding-top: 90px;
}

.contactPage .zp .employment li:hover img,
.contactPage .zp .employment li.on img {
    display: none;
}

.contactPage .zp .employment li:hover .title,
.contactPage .zp .employment li:hover .title_txt,
.contactPage .zp .employment li.on .title,
.contactPage .zp .employment li.on .title_txt {
    color: white;
}

.contactPage .zp .employment li:hover .title::after,
.contactPage .zp .employment li.on .title::after {
    background-color: white;
}

.contactPage .whiteBg {
    background-color: white;
}

.contactPage .zp .whiteBg {
    padding: 100px 0 165px;
}

.contactPage .lx .whiteBg {
    padding-top: 100px;
}

.contactPage .tableWrap {
    max-width: 1530px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.contactPage .tableWrap .table {
    width: 100%;
}

.contactPage .tableWrap .thead {
    margin-bottom: 45px;
}

.contactPage .tableWrap .thead .th {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    padding-left: 45px;
}

.contactPage .tableWrap .thead .th:nth-child(1),
.contactPage .tableWrap .tr .td:nth-child(1) {
    max-width: 500px;
    width: 30%;
}

.contactPage .tableWrap .thead .th:nth-child(2),
.contactPage .tableWrap .tr .td:nth-child(2) {
    max-width: 280px;
    width: 20%;
}

.contactPage .tableWrap .thead .th:nth-child(3),
.contactPage .tableWrap .tr .td:nth-child(3) {
    max-width: 330px;
    width: 25%;
}

.contactPage .tableWrap .thead .th:nth-child(4),
.contactPage .tableWrap .tr .td:nth-child(4) {
    max-width: 280px;
    width: 15%;
}

.contactPage .tableWrap .thead .th:nth-child(5),
.contactPage .tableWrap .tr .td:nth-child(5) {
    max-width: 210px;
    width: 10%;
}

.contactPage .tableWrap .tbody .tr {
    background-color: #f7f7f7;
}

.contactPage .tableWrap .tbody .td {
    display: inline-block;
    padding: 25px 45px;
    padding-right: 0;
    line-height: 30px;
    font-size: 20px;
    color: #121212;
}


.contactPage .tableWrap .jobDisc {
    margin-bottom: 24px;
    opacity: 0;
    height: 0;
    transition: all .4s;
}

.contactPage .tableWrap .jobDisc.on {
    opacity: 1;
    height: auto;
}

.contactPage .tableWrap .tr span {
    cursor: pointer;
}

.contactPage .tableWrap .tr span::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #bfbfbf;
    background-image: url(../img/down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}

/* 联系 */

.contactPage .lx {
    margin-top: -115px;
}

.lx .pageTitle {
    margin-bottom: 55px;
    text-align: center;
    font-size: 30px;
}

.lx .pageTitle span {
    display: block;
    width: 40px;
    height: 2px;
    margin: 10px auto 0;
    background-color: var(--themaRed);
}

.lx .contactType {
    width: 49%;
    font-size: 0;
    padding-top:100px;
}

.lx .contactType li {
	align-items: center;
    display: flex;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}

.lx .contactType li img {
    margin-right: 20px;
}

.lx .contactType li p {

}

.lx .contactType li p:nth-child(2) {
    color: #7a7a7a;
    font-size: 22px;
}

.lx .contactType li:not(:nth-child(5)) {
    border-right: 1px solid #eeeeee;
}

.lx .map {
	width: 49%;
    height:450px;
    margin-bottom: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lx .form1 {
    margin-top: 30px;
    padding: 80px 0 110px;
    background-color: #f7f7f7;
}

.lx .form1 .pageTitle {
    padding-top: 45px;
}

.lx .form1 .col {
    display: flex;
    margin-bottom: 30px;
}

.lx .form1 .item {
    display: inline-block;
}

.lx .form1 .item p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
    color: black;
}

.lx .form1 .short3 {
    width: calc((100% - 40px) / 3);
}

.lx .form1 .short3:not(:nth-child(3n)) {
    margin-right: 20px;
}

.lx .form1 .short2 {
    width: calc((100% - 20px) / 2);
}

.lx .form1 .short2:not(:nth-child(2n)) {
    margin-right: 20px;
}

.lx .form1 input {
    width: 100%;
    line-height: 62px;
    outline: none;
    padding-left: 20px;
    border: 1px solid #ededed;
    background-color: white;
}

.lx .form1 .item.short1 {
    width: 100%;
    line-height: 0;
}

.lx .form1 .item.short1 textarea {
    display: block;
    width: 100%;
    height: 148px;
    padding: 10px;
    outline: none;
    border: 1px solid #ededed;
    background-color: white;
}

.lx .form1 .item .submit {
    display: block;
    width: 196px;
    line-height: 52px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    color: white;
    border: 0;
    background-color: var(--themaRed);
}

.lx .form2 {
    padding: 150px 0 130px;
    background-color: white;
}

.lx .form2 .p1 {
    margin-bottom: 35px;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}

.lx .form2 .p2 {
    margin-bottom: 50px;
    font-size: 20px;
    color: #afafaf;
}

.lx .form2 input {
    width: 100%;
    line-height: 50px;
    outline: none;
    border: 0;
    font-size: 20px;
    border-bottom: 2px solid #828282;
}

.lx .form2 input::placeholder {
    font-size: 20px;
    color: #afafaf;
}

.lx .form2 .col {
    display: flex;
    margin-bottom: 55px;
}

.lx .form2 .item {
    position: relative;
}

.lx .form2 .short3 {
    width: calc((100% - 130px) / 3);
}

.lx .form2 .short3:not(:nth-child(3n)) {
    margin-right: 65px;
}

.lx .form2 .short1 {
    width: 100%;
}

.lx .form2 .putCode {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.lx .form2 .putCode img {
    display: block;
    max-height: 50px;
    cursor: pointer;
}

.lx .form2 .item .submit {
    display: block;
    width: 196px;
    line-height: 52px;
    margin: 40px auto 0;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    color: white;
    border: 0;
    background-color: var(--themaRed);
}

.lx .twoLink {
    display: flex;
    margin-bottom: 25px;
}

.lx .twoLink .item {
    width: 50%;
    height: 535px;
}

.lx .twoLink .left {
    position: relative;
    padding-left: 275px;
    padding-top: 170px;
    background-color: #f7f7f7;
}

.lx .twoLink .left .p1 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: bold;
    color: #202020;
}

.lx .twoLink .left .p2,
.lx .twoLink .left .p3,
.lx .twoLink .left .p4 {
    margin-bottom: 10px;
    font-size: 14px;
    color: #949494;
}

.lx .twoLink .left .p4 img {
    display: inline-block;
    max-width: 20px;
    vertical-align: middle;
}

.lx .twoLink .left .p5 {
    display: block;
    margin-top: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #717171;
}

.lx .twoLink .left .p5 .putJt {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #575757;
}

.lx .twoLink .left .p5 .putJt img {
    display: block;
    width: 15px;
    margin: 10px auto;
}

.lx .twoLink .left .pl {
    position: absolute;
    left: 60px;
    top: 80px;
    color: #cdcdcd;
    font-size: 14px;
    writing-mode: vertical-lr;
}

.lx .twoLink .left .pl::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 205px;
    margin-top: 20px;
    vertical-align: baseline;
    background-color: #9d9d9d;
}

.lx .twoLink .right {
    position: relative;
    padding-left: 275px;
    padding-top: 170px;
    color: white;
    background-color: #f7f7f7;
}

.lx .twoLink .right .p1 {
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: bold;
}

.lx .twoLink .right .p2 {
    max-width: 485px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 14px;
}

.lx .twoLink .right .p4 img {
    display: inline-block;
    max-width: 20px;
    vertical-align: middle;
}

.lx .twoLink .right .p5 {
    display: block;
    margin-top: 35px;
    line-height: 35px;
    font-size: 14px;
}

.lx .twoLink .right .p5 .putJt {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #575757;
}

.lx .twoLink .right .p5 .putJt img {
    display: block;
    width: 15px;
    margin: 10px auto;
}

.lx .twoLink .right .pr {
    position: absolute;
    right: 60px;
    bottom: 80px;
    color: #cdcdcd;
    font-size: 14px;
    writing-mode: vertical-rl;
}

.lx .twoLink .right .pr::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 205px;
    margin-bottom: 20px;
    vertical-align: baseline;
    background-color: #9d9d9d;
}

/* 常见问题 */

.cj {
    /* margin-top: -115px; */
}

.cj .pageTitle {
    padding-top: 110px;
    text-align: center;
    color: #2c2c2c;
}

.cj .pageTitle .p1 {
    font-size: 32px;
    font-weight: bold;
}

.cj .pageTitle .p2 {
    margin-bottom: 10px;
    font-size: 40px;
}

.cj .pageTitle .p3 {
    font-size: 16px;
    color: #3c3c3c;
}

.cj .questionList {
    max-width: 1746px;
    margin: 105px auto 0;
}

.cj .questionList li {
    padding: 25px 65px;
    margin-bottom: 22px;
    background-color: #f7f7f7;
}

.cj .questionList .item .question {
    display: flex;
    justify-content: space-between;
}

.cj .questionList .item .question .left {
    font-size: 18px;
    line-height: 38px;
}

.cj .questionList .item .question .rightBtn {
    width: 38px;
    line-height: 38px;
    text-align: center;
    color: white;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    background-color: var(--themaRed);
}

.cj .questionList .item .question .rightBtn.show .reduce {
    display: block;
}

.cj .questionList .item .question .rightBtn.show .add {
    display: none;
}

.cj .questionList .item .question .rightBtn .reduce {
    display: none;
}

.cj .questionList .item .answer {
    display: none;
    line-height: 38px;
}

.cj .questionList .item .answer p {
    display: inline-block;
    vertical-align: middle;
}

.cj .questionList .item .begin {
    display: inline-block;
    vertical-align: middle;
    margin-right: 32px;
    color: #b2b9d6;
    font-size: 20px;
    transition: all .4s;
}

.cj .questionList .item.on .begin,
.cj .questionList .item:hover .begin {
    color: #152d8a;
}

.cj .form2 {
    margin-top: 200px;
    padding: 150px 0 130px;
    background-color: #f7f7f7;
}

.cj .form2 .maxWidth {
    max-width: 1730px;
}

.cj .form2 .p1 {
    margin-bottom: 85px;
    font-size: 14px;
    color: #2a4094;
}

.cj .form2 .p1::before {
    content: "";
    display: inline-block;
    height: 3px;
    width: 110px;
    margin-right: 20px;
    vertical-align: middle;
    background-color: #0d2586;
}

.cj .form2 .p2 {
    max-width: 580px;
    line-height: 60px;
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: bold;
    color: #232323;
}

.cj .form2 input {
    width: 100%;
    line-height: 50px;
    outline: none;
    border: 0;
    font-size: 20px;
    background-color: transparent;
    border-bottom: 2px solid #828282;
}

.cj .form2 input::placeholder,
.cj .form2 textarea::placeholder {
    font-size: 20px;
    color: #afafaf;
}

.cj .form2 textarea {
    width: 100%;
    height: 170px;
    line-height: 50px;
    outline: none;
    border: 0;
    resize: none;
    font-size: 20px;
    background-color: transparent;
    border-bottom: 2px solid #828282;
    font-family: "PingFang SC", "Source Han Sans SC", "HanHei SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", 黑体, Arial, sans-serif;
}

.cj .form2 .col {
    display: flex;
    margin-bottom: 55px;
}

.cj .form2 .item {
    position: relative;
}

.cj .form2 .short3 {
    width: calc((100% - 130px) / 3);
}

.cj .form2 .short3:not(:nth-child(3n)) {
    margin-right: 65px;
}

.cj .form2 .short1 {
    width: 100%;
}

.cj .form2 .putCode {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.cj .form2 .putCode img {
    display: block;
    max-height: 50px;
    cursor: pointer;
}

.cj .form2 .item .submit {
    display: block;
    width: 196px;
    line-height: 52px;
    margin: 40px auto 0;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    color: white;
    border: 0;
    background-color: var(--themaRed);
}

@media (max-width:1024px) {

    .lx .twoLink .left,
    .lx .twoLink .right {
        padding-left: 10%;
    }
}

@media (max-width:768px) {
    .cj .pageTitle {
        padding-top: 10%;
    }

    .cj .form2 {
        margin-top: 0
    }

    .cj .questionList {
        margin: 20% 0;
    }

    .cj .form2 .p2 {
        font-size: 30px;
        line-height: 34px;
    }

    .cj .form2 input {
        font-size: 16px;
    }

    .cj .form2 {
        padding: 15% 0;
    }

    .lx .map {
        height: auto;
        margin: 5% 0;
        padding: 25% 0;
    }

    .lx .form1,
    .lx .form2 {
        padding: 15% 0;
    }

    .lx .twoLink {
        display: block
    }

    .lx .twoLink .left,
    .lx .twoLink .right {
        width: 100%;
    }

    .lx .twoLink .left,
    .lx .twoLink .right {
        padding-left: 20%;
    }

    .contactPage .tableWrap .thead .th:nth-child(5),
    .contactPage .tableWrap .tr .td:nth-child(5) {
        width: 100%;
        max-width: inherit
    }
}

@media (max-width:640px) {

    .cj .form2 .col,
    .lx .form1 .col,
    .lx .form1 .short3,
    .lx .form2 .col {
        display: block;
    }

    .cj .form2 .short3,
    .lx .form1 .short3,
    .lx .form1 .short2,
    .lx .form2 .short3 {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 10%;
    }

    .lx .contactType li {
        width: 50%;
    }

    .contactPage .zp .employment li {
        width: 50%;
        max-width: calc((100% - 25px) / 2);
        margin-bottom: 25px;
        padding: 0 5%;
    }

    .lx .twoLink .left .pl {
        left: 5%;
    }

    .lx .twoLink .item {
        height: auto;
    }

    .lx .twoLink .left,
    .lx .twoLink .right {
        padding: 25% 10% 25% 15%;
    }

    .contactPage .zp .employment li:not(:nth-child(2n)) {
        margin-right: 25px !important;
    }

    .contactPage .zp .employment li:not(:nth-child(5n)) {
        margin-right: 0
    }

    .contactPage .tableWrap .thead .th {
        padding-left: 14px;
        font-size: 18px;
        float: left;
        width: 25% !important;
        padding: 5% 0 !important;
    }

    .contactPage .tableWrap .tbody .tr,
    .contactPage .tableWrap .thead {
        overflow: hidden;
        padding: 5%;
    }

    .contactPage .tableWrap .tbody .td {
        float: left;
        padding: 15px 25px;
        font-size: 16px;
        width: 25% !important;
        padding: 5% 0 !important;
    }
}