.head-page .item:nth-child(6)>a span {
    color: #E5222A;
}

.head-page .item:nth-child(6)>a::after {
    transform: scale(1);
    opacity: 1;
}

.contact-page01 .lists {
    padding: 0 5.5%;
    box-sizing: border-box;
}

.contact-page01 .list {
    height: 220px;
    border: 1px solid #EEEEEE;
    width: 24.175%;
    margin-right: 1.1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    transition: all .4s;
    text-align: center;
}

.contact-page01 .list:nth-child(4n) {
    margin-right: 0;
}

.contact-page01 .list .icon {
    position: relative;
    min-height: 31px;
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-page01 .list img {
    transition: all .4s;
}

.contact-page01 .list .h-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.contact-page01 .list .tit {
    margin: 9px 0 4px;
}
.contact-map img {
    max-width: 100%;
}
.contact-page03 {
    position: relative;
}

.contact-page03::after {
    content: "";
    display: block;
    height: 529px;
    width: 100%;
    background: url(../img/contact-bg03.png) no-repeat center/cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.contact-page03 .form .label {
    display: block;
    margin-bottom: 18px;
    font-size: 16px;
    color: #333;
}

.contact-page03 .item {
    width: 43.75%;
    margin-right: 12.5%;
    padding: 44px 0 34px;
    box-sizing: border-box;
    border-bottom: 1px solid#E5E5E5;
}

.contact-page03 .item:nth-child(2n) {
    margin-right: 0;
}

.contact-page03 .form .item .label::after {
    content: "*";
    color: red;
}

.contact-page03 .form .input {
    width: 100%;
    outline: none;
    border: none;
    background: none;
    overflow: hidden;
    -webkit-appearance: none;
    color: #999;
    font-size: 16px;
    cursor: pointer;
}

.contact-page03 .form .input:focus {
    border-color: #009fe8
}

.contact-page03 .form .textarea {
    width: 100%;
    outline: none;
    resize: none;
    border: none;
    background: none;
    -webkit-appearance: none;
    display: block;
    color: #999;
    font-size: 16px;
}

.contact-page03 .form .textarea:focus {
    border-color: #009fe8
}

.contact-page03 .submit {
    display: flex;
    width: 160px;
    height: 46px;
    background: #333333;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.contact-page03 .submit img {
    margin-left: 5px;
}

.contact-page03 .item:last-child {
    width: 100%;
    margin-right: 0;
}


/* 人才招聘开始 */
.talent-page01 .item-l {
    width: 447px;
    height: 502px;
}

.talent-page01 .item-l .img {
    height: 252px;
}

.talent-page01 .item-l .texts {
    background: #F3F3F3;
    height: 250px;
    padding: 33px 23px 20px;
    box-sizing: border-box;
}

.talent-page01 .desc {
    margin-top: 13px;
}

.talent-page01 .item-r {
    max-width: 963px;
    width: calc(100% - 477px);
    height: 502px;
    background: url(../img/talent-bg01.png) no-repeat center/cover;
    padding: 40px 9.8% 40px 48px;
    box-sizing: border-box;
}

.talent-page02 {
    background: url(../img/talent-bg02.png) no-repeat center/cover;
}

.talent-page02 .talent02-name {
    border-bottom: 2px solid #E5E5E5;
    margin-bottom: 30px;

}

.talent-page02 .talent02-name .name {
    padding-bottom: 10px;
    margin-right: 44px;
    position: relative;
    cursor:pointer;
}

.talent-page02 .talent02-name .name.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #F81212;
    position: absolute;
    bottom: -2px;
    left: 0;

}

.talent-page02 .talent02-name .name:last-child {
    margin-right: 0;
}

.talent-page02 .text {
    margin-bottom: 30px;
}

.talent-page02 .text:last-child {
    margin-bottom: 0;
}

.talent-page02 .talent02-con {
    padding: 0 40px;
    box-sizing: border-box;
    margin-bottom: 45px;
    border: 1px solid #dcdcdc;
}

.talent-page02 .talent02-con:last-child {
    margin-bottom: 0;
}

.talent-page02 .con-hidden {
    padding: 30px 0;
    box-sizing: border-box;
    border-bottom: 1px dashed #dcdcdc;
    display: none;
}

.talent-page02 .con-tit {
    padding: 25px 0;
    box-sizing: border-box;
    border-bottom: 1px dashed #dcdcdc;
}

.talent-page02 .con-tit .desc {
    margin-top: 10px;
}

.talent-page02 .con-detail {
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.watch-up {
    display: none;
}

.talent-page02 .talent02-con.active {
    border: 1px solid #F81212;
}

.talent-page02 .talent02-con.active .watch-up {
    display: block;
}

.talent-page02 .talent02-con.active .watch-detail {
    display: none;
}

@media only screen and (min-width: 960px) {
    .contact-page01 .list:hover .h-img {
        opacity: 1;
    }

    .contact-page01 .list:hover .p-img {
        opacity: 0;
    }

    .contact-page01 .list:hover {
        border: 1px solid #F81212;
    }
}

@media only screen and (max-width: 1440px) {
    .talent-page01 .item-r {
        padding: 40px 4.5% 40px 48px
    }
}

@media only screen and (max-width: 1200px) {
    .contact-page01 .lists {
        padding: 0;
    }

    .contact-page01 .list .icon {
        margin-top: 40px;
    }

    .talent-page01 .item-l {
        width: 398px;
    }

    .talent-page01 .item-r {
        width: calc(100% - 418px);
        padding: 40px 4.5%;
    }
}

@media only screen and (max-width: 960px) {
    .talent-page01 .item-l .img {
        height: 230px;
    }

    .talent-page01 .item-l .texts {
        height: 235px;
        padding: 33px 20px 20px;
    }

    .talent-page01 .item-l {
        height: 465px;
        width: 368px;
    }

    .talent-page01 .item-r {
        height: 465px;
        width: calc(100% - 388px);
        padding: 40px 30px;
    }

    .talent-page02 .con-detail {
        padding: 15px 0;
    }

    .talent-page02 .con-tit .desc {
        margin-top: 5px;
    }

    .talent-page02 .con-tit {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 768px) {
    .contact-page01 .list {
        width: 48%;
        margin-right: 4%;
        padding: 15px;
        height: 190px;
        margin-bottom: 15px;
    }

    .contact-page01 .list:nth-child(2n) {
        margin-right: 0;
    }

    .contact-page01 .list .icon {
        margin-top: 30px;
    }

    .contact-page03 .submit {
        width: 150px;
    }

    .contact-map {
        margin-top: 10px;
    }

    .contact-page03 .item {
        width: 100%;
        margin-right: 0;
        padding: 20px 0;
    }

    .contact-page03 .form .label {
        margin-bottom: 5px;
    }

    .contact-page03 .submit {
        margin: 30px auto 0;
    }

    .page-title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .talent-page02 .talent02-con {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .talent-page02 .text {
        margin-bottom: 15px;
    }

    .talent-page02 .talent02-name .name {
        margin-right: 6px;
    }

    .talent-page02 .talent02-name {
        margin-bottom: 25px;
    }

    .talent-page01 .item-r {
        width: 100%;
        padding: 25px 20px;
        height: auto;
        margin-top: 20px;
    }

    .talent-page01 .item-l .texts {
        height: auto;
        padding: 25px 20px;
    }

    .talent-page01 .item-l {
        height: auto;
    }
}