﻿@charset "utf-8";
.header-car:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 70px;
    border-bottom: 2px solid #B70A06;
    transition: 0.2s all linear;
    z-index: 0;
}
.careers-wrap{
    width: 100%;
    float: left;
    padding: 50px 0px 120px 0px;
}
.contact-hr-wrap{
    width: 100%;
    float: left;
    padding: 20px 0px 85px 0px;
}
.hr-img{float: left;}
.contact-hr-box{
    display: block;
    margin-left: 350px;
}
.contact-hr-text{
    width: 100%;
    float: left;
    font-size: 1rem;
    line-height: 1.5625rem;
    margin-bottom: 18px;
}
.contact-hr-text i{color: #B70A06;}
/**/
.news-info-box{
    width:30.66%;
    float: left;
    margin-right: 4%;
    box-shadow: 0px 0px 5px 1px #E4E6E5;
    background: #fff;
    position: relative;
    margin-top: 45px;
}
.news-info-box:nth-child(3n){margin-right: 0px;}
.news-info-img{width: 100%;float: left;height: 313px;}
.news-info-tbox1{
    width: 100%;
    height: 313px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(0deg,#fff 0,hsla(0,0%,100%,.66) 33%,hsla(0,0%,100%,0));
}
.news-info-text2{
    width: 90%;
    position: absolute;
    margin-left: 5%;
    font-size: 1.25rem;
    bottom: 15px;
    left: 0px;
    text-align: left;
}
.news-info-tbox2{
    width: 100%;
    height: 47px;
    line-height: 47px;
    color: #fff;
    float: left;
    background: #B70A06;
}
.news-info-text{
    width: 94%;
    font-size: 1.25rem;
    float: left;
    text-align: right;
}
.news-info-icon{
    width: 8px;
    height: 15px;
    display: inline-block;
    background: url(../images/arrow-right1.png) no-repeat center center;
    background-size: 100%;
    margin-left: 12px;
    vertical-align: middle;
    margin-top: -5px;
}
.news-info-box:hover:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border:3px solid #9E0905;
    left: -3px;
    top: -3px;
    z-index: 2;
}
.news-info-box:hover .news-info-tbox2{background: #9E0905;}
/**/
.recruitment-wrap{
    width: 100%;
    float: left;
    padding-bottom: 50px;
}
.recruitment-banner{
    width: 100%;
    height:450px;
    background: url(../images/recruitment-bg.jpg) no-repeat center center;
    background-size: 101% 450px;
    float: left;
}
.re-banner-box{
    width: 100%;
    float: left;
    height:450px;
    display: table;
    text-align: center;
}
.re-banner-title{
    width: 100%;
    display: inline-block;
    font-size: 1.75rem;
    color: #fff;
}
.re-select-box{
    width: 31.33%;
    float: left;
    margin-right: 3%;
    margin-top: 35px;
    font-size: 1.125rem;
    text-align: left;
    color: #fff;
}
.re-select-box:nth-child(4n){margin-right: 0px;}
.re-select-box2{
    width:94%;
    float: left;
    height: 50px;
    background: #fff;
    margin-top: 10px;
    padding: 0px 3%;
    position: relative;
}
.re-select-text{
    width: 80%;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    font-size: 1rem;
    color: #333;
    line-height: 1.5625rem;
    margin-top: 12px;
    font-size: 1rem;
}
.re-select-icon{
    float: right;
    margin-top: 20px;
    transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;  /* Firefox 4 */
    -webkit-transition:all 0.5s linear;   /* Safari 和 Chrome */
    -o-transition:all 0.5s linear;

}
.my-animat{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);     /* IE 9 */
    -moz-transform:rotate(180deg);    /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);
}
.re-select-box3{
    width:100%;
    position:absolute;
    top: 50px;
    left: 0px;
    background: #fff;
    padding: 12px 0px;
    display: none;
    z-index: 5;
}
.re-select-box3 ul{
    width: 100%;
    float: left;
}
.re-select-box3 ul li{
    width: 94%;
    float: left;
    line-height: 1.5625rem;
    font-size: 1rem;
    color: #333;
    padding: 5px 3%;
    word-break:break-all;
    cursor: pointer;
}
.re-select-box3 ul li:hover{
    background: #B70A06;
    color: #fff;
}
.re-select-on{
    background: #B70A06;
    color: #fff !important;
}
.re-select-btn{
    width: 230px;
    height: 52px;
    display: inline-block;
    border:1px solid #FFFDFE;
    background: rgba(255,255,255,0.5);
    font-size: 1.25rem;
    color: #fff;
    margin-top: 40px;
}
.recruitment-box{
    width: 39%;
    float: left;
    margin-right: 5%;
    height: 230px;
    position: relative;
    padding: 0px 3%;
    margin-bottom: 50px;
}
.recruitment-box:nth-child(2n){margin-right: 0px;}
.recruitment-box2{
    width: 100%;
    float: left;
    height: 230px;
    display: table;
}
.recruitment-box:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -1px;
    top: -1px;
    border:1px solid #DDDDDF;
}
.recruitment-title{
    width: 100%;
    font-size: 1.25rem;
    color: #B70A06;
    display: inline-block;
    font-weight: 600;
}
.recruitment-box3{
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}
.recruitment-box4{
    width: 48%;
    float: left;
    paddibg:0px 1%;
}
.recruitment-box5{
    width: 48%;
    paddibg:0px 1%;
    float: left;
}
.recruitment-icon1{
    width: 25px;
    height: 25px;
    float: left;
    background: url(../images/recruitment-icon4-4.png) no-repeat center center;
    background-size: center;
}
.recruitment-icon2{
    width:25px;
    height:25px;
    float:left;
    background:url(../images/recruitment-icon1-1.png) no-repeat center center;
    background-size: center;
}
.recruitment-icon3{
    width: 25px;
    height: 25px;
    float: left;
    background: url(../images/recruitment-icon2-2.png) no-repeat center center;
    background-size: center;
}
.recruitment-icon4{
    width: 25px;
    height: 25px;
    float: left;
     background: url(../images/recruitment-icon3-3.png) no-repeat center center;
    background-size: center;
}
.recruitment-text{
    display: block;
    margin-left: 35px;
    font-size: 1rem;
    line-height: 1.5625rem;
}
.recruitment-box:hover{background: #B70A06;color: #fff;}
.recruitment-box:hover .recruitment-title{color: #fff;}
.recruitment-box:hover .recruitment-icon1{
    background: url(../images/recruitment-icon4.png) no-repeat center center;
    background-size: center;
}
.recruitment-box:hover .recruitment-icon2{
    background: url(../images/recruitment-icon1.png) no-repeat center center;
    background-size: center;
}
.recruitment-box:hover .recruitment-icon3{
    background: url(../images/recruitment-icon2.png) no-repeat center center;
    background-size: center;
}
.recruitment-box:hover .recruitment-icon4{
    background: url(../images/recruitment-icon3.png) no-repeat center center;
    background-size: center;
}
@media only screen and (max-width: 1200px) {
    .news-info-img{height:283px;}
    .news-info-tbox1{height:283px;}
}
@media only screen and (max-width: 1100px) {
    .news-info-img{height:253px;}
    .news-info-tbox1{height:253px;}
}
@media only screen and (max-width: 1000px) {
    .recruitment-box{width: 94%;margin-right: 0px;}
}
@media only screen and (max-width: 900px) {
    .news-info-img{height:180px;}
    .news-info-tbox1{height:180px;}
    .recruitment-banner{height: 700px;background-size: 150% 700px;}
    .re-banner-box{height: 700px;}
    .re-select-box{width: 100%;margin-right: 0px;}
}
@media only screen and (max-width: 700px) {
    .news-info-box{width: 48%;}
    .news-info-box:nth-child(2n){margin-right: 0px;}
    .news-info-img{height:232px;}
    .news-info-tbox1{height:232px;}
}
/* 手机等小屏幕手持设备 */
@media only screen and (max-width: 600px) {
    .contact-hr-box{width: 100%;margin-left: 0px;float: left;margin-top: 20px;}
}
/* 手机等小屏幕手持设备 */
@media screen and (min-width: 320px) and (max-width: 480px) {
    .careers-wrap{padding: 40px 0px;}
    .hr-img{width: 100%;}
    .news-info-box{width: 100%;margin-right: 0px !important;}
    .news-info-img{height:300px;}
    .news-info-tbox1{height:300px;}
}


/* 岗位介绍20210901 */
#recr {
    display: flex;
    flex-wrap: wrap;
}

.add-recruitment {
    width: 48%;
    float: initial;
    margin-right: 4%;
    height: auto;
    position: relative;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 50px;
    padding: 40px 20px;
    box-sizing: border-box;
    height: 303px;
    border: 1px solid #DDDDDF;
    transition: all .3s;
    position: relative;
}

.add-recruitment:nth-child(2n) {
    margin-right: 0;
}

.recruitment-box:after {
    display: none;
}

.add-recruitment .table-call {
    display: block;
}

.add-content {
    width: 100%;
    background: #fbfbfb;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    transition: all .6s;
    transform: scale(0);
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-content-box {
    max-height: 500px;
    overflow-y: auto;
    line-height: 1.875;
}

.add-watch {
    cursor: pointer;
    width: 120px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    position: relative;
    z-index: 1;
    margin: 40px auto 0;
    border: 1px solid #DDDDDF;
}

.add-watch::before {
    content: "";
    display: block;
    width: 3px;
    left: 0;
    top: 0;
    transition: all .4s;
    background: #ffffff;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.add-watch:hover {
    color: #B70A06;
}

.add-watch:hover:before {
    width: 100%;
}

.add-content.active {
    transform: scale(1);
}

.add-content-boxs {
    width: 92%;
    padding: 40px 20px;
    box-sizing: border-box;
    background: #ffffff;
    max-width: 800px;
    border-radius: 6px;
    position: relative;
}

.comsule-title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
    color: #333;
}

.pro-frame-close {
    cursor: pointer;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
}

.pro-frame-close img {
    transition: all .3s;
    width: 100%;
}

.pro-frame-close:hover img {
    transform: rotate(180deg);
}

@media only screen and (max-width: 1000px) {
    .add-recruitment {
        width: 100%;
        margin-right: 0;
        height: auto;
        margin-bottom: 30px;
        padding: 30px 20px;
    }

    .recruitment-box3 {
        margin-top: 25px;
    }

    .add-watch {
        margin-top: 30px;
    }
}
