.head-page .item:nth-child(6) span::after {
    width: 100%;
}

.head-page .item:nth-child(6) span {
    color: #2F639D;
}

.contact-page01 {
    justify-content: space-between;
    align-items: flex-start;
}

.contact-page01 .page-tit {
    margin-top: 27px;
}

.contact-page01 .page-line {
    margin: 10px 0 32px;
    height: 2px;
}

.contact-page01 .item-l {
    width: 42%;
}

.contact-page01 .item-l .item {
    /* font-size: 16px; */
    color: #666666;
    margin: 15px 0;
}

.contact-page01 .item-r {
    width: 54.92%;
}

.contact-page01 .item-r img {
    max-width: initial;
}

.content-page02 .page-tit {
    padding-bottom: 22px;
    border-bottom: 1px solid #E5E5E5;
}

.content-page02 .con {
    margin: 27px 0;
}

::-webkit-input-placeholder {
    color: #999999;
}

:-ms-input-placeholder {
    color: #999999;
}

::placeholder {
    color: #999999;
}

.content-page02 input, .content-page02 textarea {
    outline: none;
    border: 1px solid #E5E5E5;
    margin-bottom: 30px;
}

.content-page02 input {
    height: 46px;
    width: 31.83%;
    margin-right: 2.255%;
    padding: 0 20px;
    box-sizing: border-box;
}

.content-page02 textarea {
    width: 100%;
    height: 234px;
    padding: 24px 20px;
    box-sizing: border-box;
}

.content-page02 input:nth-child(3n) {
    margin-right: 0;
}

.content-page02 .sub-btn {
    width: 146px;
    height: 39px;
    border: 1px solid #2F639D;
    color: #3374BD;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.content-page02 .sub-btn::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: all .3s;
    background: #3374BD;
    z-index: -1;
}

.content-page02 .sub-btn:hover {
    color: #ffffff;
}

.content-page02 .sub-btn:hover::before {
    width: 100%;
}

/* 人才招聘开始 */

.talent-page01 .width1200 {
    align-items: flex-start;
}

.talent-page01 .item-l {
    width: 348px;
}

.talent-page01 .item-l .texts {
    border: 1px solid #EEEEEE;
    padding: 20px 21px 22px 9px;
    box-sizing: border-box;
    justify-content: space-between;
}

.talent-page01 .item-l .desc {
    margin-top: 3px;
}

.talent-page01 .item-r {
    width: calc(100% - 348px);
    padding-left: 50px;
    box-sizing: border-box;
}

.talent02-name {
    padding: 0 36px 14px 21px;
    box-sizing: border-box;
    border-bottom: 3px solid #3374BD;
    margin-bottom: 5px;
}

.talent02-name .h6 {
    color: #000000;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.talent02-name .h6:nth-child(1) {
    width: 26%;
    text-align: left;
}

.talent02-name .h6:nth-child(2) {
    width: 22%;
}

.talent02-name .h6:nth-child(3) {
    width: 22%;
}

.talent02-name .h6:nth-child(4) {
    width: 26%;
}

.talent02-con {
    margin-bottom: 2px;
}

.talent02-con .contit {
    display: flex;
    background: #ededed;
    padding: 0 36px 0 21px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    transition: all .3S;
}

.talent02-con .contit::after {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    background: url("../../img/talent02-Pnext.png") no-repeat center/cover;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}

.talent02-con.active .contit {
    background: #3374BD;
}

.talent02-con.active .contit::after {
    background: url("../../img/talent02-next.png") no-repeat center/cover;
    width: 12px;
    height: 6px;
}

.talent-page01 .talent02-con.active .contit p {
    color: #ffffff;
}

.talent-page01 .contit p {
    font-size: 14px;
    color: #333333;
    padding: 15px 15px;
    box-sizing: border-box;
    text-align: center;
}

.talent-page01 .contit p:nth-child(1) {
    width: 26%;
    text-align: left;
}

.talent-page01 .contit p:nth-child(2) {
    width: 22%;
}

.talent-page01 .contit p:nth-child(3) {
    width: 22%;
}

.talent-page01 .contit p:nth-child(4) {
    width: 26%;
}

.talent-page01 .hidd {
    padding: 26px 36px 33px;
    box-sizing: border-box;
    display: none;
    background: #fbfbfb;
}

.talent-page01 .hidd .text p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

@media only screen and (max-width: 1200px) {
    .talent-page01 .item-l {
        width: 315px;
    }

    .talent-page01 .item-r {
        width: calc(100% - 315px);
    }
}

@media only screen and (max-width: 960px) {
    /* 人才招聘开始 */
    .talent-page01 .item-l {
        width: 100%;
    }

    .talent-page01 .item-l img {
        width: 100%;
    }

    .talent-page01 .item-r {
        width: 100%;
        padding-left: 0;
    }

    .talent02-name .h6:nth-child(2), .talent02-name .h6:nth-child(3) {
        display: none;
    }

    .talent-page01 .contit p:nth-child(2), .talent-page01 .contit p:nth-child(3) {
        display: none;
    }

    .talent02-name .h6:nth-child(1) {
        width: 65%;
    }

    .talent02-name .h6:nth-child(4) {
        width: 35%;
    }

    .talent-page01 .contit p:nth-child(1) {
        width: 65%;
    }

    .talent-page01 .contit p:nth-child(4) {
        width: 35%;
    }

    .talent02-name .h6:nth-child(5) {
        width: 25%;
    }

    .talent-page01 .contit p:nth-child(5) {
        width: 25%;
    }
}

@media only screen and (max-width: 768px) {
    .nav-page {
        display: block;
    }

    .nav-page.just-paddss .width1200 {
        padding: 20px 23.5% 0;
    }

    /* 关于我们开始 */
    .contact {
        padding-bottom: 30px;
    }

    .contact-page01 .item-l {
        width: 100%;
    }

    .contact-page01 .page-tit {
        margin-top: 0;
    }

    .bottom-btn {
        display: none;
    }

    .content-page02 input {
        height: 42px;
        width: 100%;
        margin-right: 0;
        padding: 0 15px;
    }

    .content-page02 input, .content-page02 textarea {
        margin-bottom: 20px;
    }

    .content-page02 textarea {
        width: 100%;
        height: 210px;
        padding: 15px 15px;
        box-sizing: border-box;
    }

    .contact-page01 .item-l .item {
        margin: 14px 0;
    }

    .contact-page01 .item-r {
        width: 100%;
        margin-top: 10px;
    }

    .content-page02 .page-tit {
        padding-bottom: 12px;
    }

    .content-page02 .con {
        margin: 15px 0 20px;
    }

    .talent02-con .contit {
        padding: 0;
    }

    .talent02-con .contit::after {
        display: none;
    }

    .talent-page01 .contit p {
        padding-right: 0;
        padding: 10px 15px;
    }

    .talent02-name {
        padding: 0 0 14px;
    }

    .talent-page01 .hidd {
        padding: 20px 15px 10px;
    }

    .talent-page01 .lists {
        padding-top: 0;
    }

    .talent-page01 .hidd .text {
        margin-bottom: 15px;
    }

    .talent-page01 .item-l {
        display: none;
    }
}