


/* 联系我们 */
.contact {
    position: relative;
    width: 100%;
    /*background-image: url('../images/contactus/bgc1.png');*/
    /*background-size: cover;*/
}
.contact .center {
    width: 15rem;
    margin: 0 auto -1.2rem;
    padding: 1.2rem 0 2.58rem;
}
.contact .infos {
    width: fit-content;
}
.contact .infos .title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #15559A;
}
.contact .infos .texts {
    margin-top: 0.42rem;
}
.contact .infos .li {
    display: flex;
    align-items: center;
}
.contact .infos .li img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.12rem;
    object-fit: contain;
}
.contact .infos .li .txt {
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.4rem;
}
.contact .infos .code {
    width: 1.5rem;
    margin-top: 0.33rem;
    text-align: center;
}
.contact .infos .code img {
    width: 100%;
    height: 1.5rem;
    object-fit: contain;
}
.contact .infos .code .txt {
    margin-top: 0.1rem;
    font-size: 0.14rem;
    color: #333333;
}
/* 地图 */
.contact .map {
    position: absolute;
    right: 0;
    top: 0;
    width: 13rem;
    height: 100%;
}




/* 人才招聘.html */
/* 标题 */
.title_a {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}
.title_a .cn {
    font-size: 0.4rem;
    font-weight: bold;
    color: #333333;
}
.title_a .en {
    font-size: 0.3rem;
    font-family: Arial, Arial;
    font-weight: 900;
    color: #0059AB;
}
/* 人才理念 */
.ideas {
    width: 100%;
    margin-top: 0.6rem;
    display: flex;
}
.ideas .pic {
    width: 7.5rem;
    height: 4rem;
    margin-right: 0.4rem;
    overflow: hidden;
}
.ideas .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ideas .texts {
    flex: 1;
}
.ideas .texts .tit {
    font-size: 0.3rem;
    font-weight: bold;
    color: #333333;
}
.ideas .texts .tie {
    margin-top: 0.27rem;
    font-size: 0.2rem;
    color: #999999;
}
.ideas .texts .txts {
    margin-top: 0.3rem;
}
.ideas .texts .txts p {
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.36rem;
}

/* 招聘列表 */
.recruit {
    width: 100%;
    background-image: url('../images/contactus/bgc2.png');
    background-size: cover;
}
.recruit .center {
    position: relative;
    width: 15rem;
    margin: 0 auto -1.2rem;
    padding: 0.8rem 0 2.07rem;
}
.recruit .item {
    width: 100%;
    margin-top: 0.4rem;
    padding: 0.3rem 0.5rem;
    background: #FFFFFF;
    transition: all 0.5s;
}
.recruit .item:hover {
    box-shadow: 0rem 0.05rem 0.15rem 0.01rem rgba(0,0,0,0.15);
}
/* 基本信息 */
.recruit .base-info {
    width: 100%;
}
.recruit .base-info .tit {
    font-size: 0.26rem;
    font-weight: bold;
    color: #333333;
}
.recruit .base-info .infos {
    margin-top: 0.2rem;
    display: flex;
    /*justify-content: space-between;*/
}
.recruit .base-info .infos .row {
    width: 5.82rem;
}
.recruit .base-info .infos .row:nth-child(1) {
    margin-right: 1.18rem;
}
.recruit .base-info .infos .row:nth-child(2) {
    flex: 1;
    margin-right: 0.1rem;
}
.recruit .base-info .infos .row:nth-child(3) {
    width: 1.2rem;
}
.recruit .base-info .infos .li {
    margin-top: 0.15rem;
    display: flex;
    align-items: center;
}
.recruit .base-info .infos .li:first-child {
    margin-top: 0;
}
.recruit .base-info .infos .icon {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.1rem;
    object-fit: contain;
}
.recruit .base-info .infos .txt {
    font-size: 0.14rem;
    color: #666666;
}
.recruit .base-info .infos .apply {
    display: block;
    width: 1.2rem;
    height: 0.43rem;
    background: #0059AB;
    border-radius: 0.25rem;
    border: 0.01rem solid #0059AB;
    text-align: center;
    line-height: 0.43rem;
    font-size: 0.2rem;
    color: #FFFFFF;
    transition: all 0.3s;
}
.recruit .base-info .infos .apply:hover {
    background: white;
    color: #0059AB;
}
/* 详细信息 */
.recruit .detail-info {
    margin-top: 0.4rem;
    display: flex;
    display: none;
}
.recruit .detail-info .row {
    width: 5.82rem;
    margin-right: 1.18rem;
}
.recruit .detail-info .tit {
    font-size: 0.14rem;
    color: #666666;
    font-weight: bold;
}
.recruit .detail-info .texts {
    margin-top: 0.05rem;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.3rem;
}
.recruit .detail-info .texts p {
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.3rem;
}




/* 弹窗-申请岗位 */
.dialog {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 101;
    display: none;
}
.dialog .form {
    position: absolute;
    left: 50%;
    top: 1.5rem;
    transform: translateX(-50%);
    width: 5.8rem;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    overflow: hidden;
}
/* 头 */
.dialog .form-h {
    width: 100%;
    height: 0.5rem;
    padding: 0 0.3rem;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dialog .form-h .tit {
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #333333;
}
.dialog .form-h img {
    width: 0.26rem;
    height: 0.26rem;
    object-fit: contain;
}
/* 体 */
.dialog .form-b {
    width: 100%;
    padding: 0.3rem 0.33rem 0;
}
.dialog .form-b .item {
    width: 100%;
    margin-top: 0.2rem;
}
.dialog .form-b .item:first-child {
    margin-top: 0;
}
.dialog .form-b .label {
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #6D6D6D;
    line-height: 0.32rem;
}
.dialog .form-b .item > input {
    width: 100%;
    margin-top: 0.14rem;
    height: 0.44rem;
    padding: 0 0.1rem;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #D4DEE2;
}
.dialog .form-b .item > input::placeholder {
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #6D6D6D;
}
.dialog .form-b .item > input:focus {
    border: 0.01rem solid #0059AB;
}
.dialog .form-b .upload {
    position: relative;
    width: 1.6rem;
    height: 0.44rem;
    margin-top: 0.2rem;
    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
    border: 0.01rem solid #0059AB;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dialog .form-b .upload .txt {
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #0059AB;
}
.dialog .form-b .upload img {
    width: 0.1rem;
    height: 0.2rem;
    margin-left: 0.27rem;
    object-fit: contain;
}
.dialog .form-b .upload .file {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    opacity: 0;
    cursor: pointer;
}
.dialog .form-b .file-li {
    width: 100%;
    height: 0.4rem;
    margin-top: 0.2rem;
    padding: 0 0.2rem;
    background: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}
.dialog .form-b .file-li .name {
    width: 3.2rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #6D6D6D;
}
.dialog .form-b .file-li img {
    width: 0.26rem;
    height: 0.26rem;
    object-fit: contain;
}
/* 底 */
.dialog .form-f {
    width: 100%;
    margin: 0.3rem 0 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dialog .form-f .btn {
    width: 1.6rem;
    height: 0.44rem;
    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
    border: 0.01rem solid #0059AB;
    text-align: center;
    line-height: 0.44rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #0059AB;
    transition: all 0.3s;
    cursor: pointer;
}
.dialog .form-f .btn:first-child {
    margin-right: 0.2rem;
}
.dialog .form-f .btn:hover {
    background: #0059AB;
    color: white;
}




@media only screen and (max-width: 1024px){
    .contact{
        padding: 0 20px;
    }
    .contact .center{
        width: 100%;
        padding: 20px 0 100px;
        margin: 0 auto 2.8rem;
    }
    .contact .infos .li .txt,.contact .infos .code .txt{
        font-size: 12px;
    }
    .contact .map{
        top: 76%;
    }
    .footer_center{
        padding-top: 0.74rem !important;
    }
    .ideas{
        display: block;
        padding: 0 20px;
    }
    .ideas .texts .tie{
        font-size: 14px;
    }
    .ideas .texts .txts p{
        font-size: 12px;
    }
    .recruit .base-info .infos .txt,.recruit .detail-info .tit,.recruit .detail-info .texts p{
        font-size: 12px;
    }
    .recruit .center{
        width: 100%;
    }
    .recruit .base-info .infos{
        display: block;
    }
    .recruit .base-info .infos .row:nth-child(2){
        margin-top: 0.15rem;
    }
    .recruit .base-info .infos .row:nth-child(3){
        margin-top: 0.15rem;
    }
    .recruit .detail-info{
    height: 4.8rem !important;
    }
    .ideas .texts .tit{
        margin-top: 20px;
    }
    .recruit .detail-info .row{
        margin-right: 0.18rem;
    }
    .dialog .form-h .tit,.dialog .form-b .label,.dialog .form-b .item > input,.dialog .form-b .upload .txt,.dialog .form-f .btn{
        font-size: 12px;
    }
    .ideas .pic{
        width:100%;
        margin-right: 0;
    }
}







