@charset "UTF-8";
@import url(./public.css);
@import url(./header.css);
@import url(./footer.css);
@import url(./nav.css);
.main{
    width: 100%;
    overflow-x: hidden;
}
.mainTop{
    width: 100%;
    position: relative;
}
.mainTop-img{
    width: 100%;
    z-index: 0;
}
.mainTop1::after{
    content: "";
    width: 1234px;
    height: 1px;
    background: #ffffff47;
    position: absolute;
    top: 89px;
    left: 78px;
    z-index: 9;
}
.mainTop3{
    z-index: 1;
    position: absolute;
    top: 168px;
    left: 5%;
}
.mainTop3-p01{
    font-size: 27px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.mainTop3-heng{
    width: 70px;
    height: 3px;
    background: #FFFFFF;
    margin: 30px 0;
}
.mainTop3-p02{
    font-size: 46px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

/* 中部 */
/* 加入我们的“N个理由” */
.add{
    width: 100%;
    padding: 20px 160px;
    display: flex;
    flex-direction: column;
}
.addTop{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 44px;
}
.addTop p:nth-child(1){
    font-size:40px;
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    color: #000000;
}
.addTop p:nth-child(2){
    font-size: 27px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #8C8C8C;
    margin-top: 15px;
}
.add-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.add-left{
    width:38.5%;
    height: 640px;
    position: relative;
    overflow: hidden;
    
}
.add-left img:hover,.add-rightTop img:hover,.add-right_bot01 img:hover{
    transform: scale(1.1);
}
.add-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.4rem 0 0 0.4rem;
    transition: transform 1.2s;
}
.add-text{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    position:absolute;
    bottom: 1.2rem;
    left: 2.3rem;
}
.add-right{
    width: 60%;
    height: 640px;
    display: flex;
    flex-direction: column;
}
.add-rightTop{
    width:100%;
    height: 50%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.add-rightTop img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0.4rem 0 0;
    transition: transform 1.2s;
}
.add-right_bot{
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.add-right_bot01{
    width:48.8%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.add-right_bot01 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 0.4rem 0;
    transition: transform 1.2s;
}
.add-right_bot01:nth-child(1) img{
    border-radius: 0;
}


/* 招聘信息 */
.zp_mesg{
    width: 100%;
    padding: 40px 160px;
    display: flex;
    flex-direction: column;
}
.mesg_tab{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.mesg_tab_list{
    width: 100%;
    margin-bottom: 26px;
}
.mesg_tab_list ul{
    display: flex;
    align-items: center;
}
.mesg_tab_list ul li{
    font-size: 18px;
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    color: #191919;
    padding: 10px 14px;
}
.mesg_tab_list ul li:hover{
    cursor: pointer;
}
.mesg_current{
    color: #fff !important;
    opacity: 1 !important;
    background: #3c4e96 !important;
    border-radius: 9px;

}
.mesg_tab_con{
    display: flex;
    flex-direction: column;
}
.mesg_item{
    display: none;
}
.zp_mesg_item{
    width: 100%;
    height: 90px;
    background: #F8F8F8;
    display: flex;
    align-items: center;
    line-height: 90px;
    padding-left: 50px;
}
.zp_mesg_item_text{
    font-size: 18px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #191919;
    width: 20%;
    display: inline-block;
}
.zp_mesg_item01{
    width: 100%;
    height: 90px;
    background: #fff;
    display: flex;
    align-items: center;
    line-height: 90px;
    padding-left: 50px;
}
.zp_mesg_item01:hover{
    background-color: #8c8c8c54;
}
.zp_mesg_item_text01{
    font-size: 18px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #191919;
    opacity: 0.6;
    width: 20%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zp_mesg_item:hover, .zp_mesg_item01:hover{
    cursor: pointer;
}

/* 招聘流程 */
.zp_lc{
    height: 100%;
    width: 100%;
    padding: 40px 160px; 
}
.zp_lc_top:hover,.supplier-item:hover{
    cursor: pointer;
}
.zp_lc_top{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.zp_lc_top h3{
    font: 16px "Montserrat Light";
    margin-bottom:12px;
    color: #3b3c3f;
}
.zp_lc_top h4{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #202020;
}
.zp_lc_inner{
    width:55%;
    display: flex;
    flex-direction: column;
}
.zp_lc_inner strong{
    font-size: 17px !important;
    color: #333 !important;
    font-weight: 600 !important;
    margin-bottom: 10px;
}
.zp_lc_inner p{
    font-size: 14px;
    line-height: 2;
    letter-spacing: .6px;
    color: #888;
}
.zp_lclist{
    width:100%;
    visibility: visible;
    animation-name: fadeInUp;
    display: flex;
    margin: 0 auto;
    margin-top: 24px;
    justify-content: space-between;
}
.supplier-item{
    width: 20%;
    background-color: #F7F7F7;
    position: relative;
    margin: 0 28px;
    padding-top: 38px;
    text-align: center;
}
.supplier-item::after{
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/arrow-right.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: -44px;
}
.supplier-item:last-child::after{
    content: "";
    width:0;
    height: 0;
    background:0;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: -44px;
}
.supplier-item i{
    display: block;
    width: 3.75vw;
    height: 3.75vw;
    margin-right: auto;
    margin-left: auto;
}
.supplier-item__num{
    position: relative;
}
.supplier-item__num>span{
    font-family: "Montserrat Bold";
    font-size:87px;
    opacity: .05;
    color: #1F368F;
}
.supplier-item__txt{
    font-size: 22px;
    line-height: 1.65;
    position: absolute;
    top:34%;
    right: 0;
    left: 0;
}

/* 公司环境 */
.com_hj{
    width: 100%;
    margin: 50px 0;
}
@media (max-width: 1740px){
    .com_hj_box {
        width: 90%;
    }
}
.com_hj_box{
    width:90%;
    margin-right: auto;
    margin-left: auto;
}
.hj_box_top{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.paragraph_dec{
    display: inline-block;
    position: relative;
}
.paragraph_dec p{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.8;
    color: #202020;
}
.paragraph_dec p span {
    color: #1F368F;
}
.paragraph_dec:before {
    position: absolute;
    top: -57px;
    left: -108px;
    content: '“';
}
.paragraph_dec:after {
    right: -112px;
    bottom: -81px;
    content: '”';
    position: absolute;
}
.paragraph_dec:before, .paragraph_dec:after {
    font: 80px "Montserrat Bold";
    display: block;
    opacity: .1;
    color: #1F368F;
}
.hj_box_list{
    width: 100%;
    margin: 64px 0 30px 0;
}
.hj_box_list ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.sfadeInUp{
    width:32%;
    display: inline-block;
    vertical-align: top;
}
.sfadeInUp a{
    display: flex;
    flex-direction: column;
}
.sfadeInUp a figure {
    overflow: hidden;
    position: relative;
}
.hj_box_img{
    overflow: hidden;
    height: 239px;
}
.lazy{
    -moz-transition: -moz-transform 1.2s;
    -o-transition: -o-transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    width: 100%;
}
.hj_box_img:hover{
    cursor: pointer;
}
.hj_text{
    width: 100%;
    height: 200px;
    padding: 24px 22px 22px 24px;
    display: flex;
    border: 1px solid #bfb1b130;
    flex-direction: column;
}
.hj_text time{
    font-size: 14px;
    display: block;
    margin-bottom:11px;
    color: #1F368F;
}
.hj_text .article-title{
    transition: color .4s;
    font-size: 22px;
    color: #202020;
    line-height:2;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.paragraph{
    display: inline;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .6px;
    color: #888;
}
.paragraph p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hj_more{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.link-btn{
    display:flex;
    align-items: center;
}
.link-round{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #1F368F;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link-round img{
    width: 33px;
    height: 33px;
}
.link-btn p {
    color: #1F368F;
    margin-left: 10px;
    font-size: 16px;
}
.sfadeInUp a:hover .lazy{
    transform: scale(1.1);
}
.sfadeInUp a:hover .hj_text .article-title{
    color: #1F368F;
}