#main{
    position: relative;
    
    margin: auto;
}
.top{
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 30px;
    overflow: hidden;
}
.top img{
    width: 100%;
}
section {
    position: relative;
   

}


.job_1 {
    width: 100%;
    position: relative;
   
}

.job_1 .title_text {
    position: absolute;
    width: calc(50% - 20px);
    right: 0;
    top: 80px;
    padding-left: 20px;
    background: url(../image/jiao_left.svg) left center no-repeat;
    background-size: 8px auto;
    line-height: 50px
}

.job_1 .title_text .xian {
    position: relative
}

.job_1 .title_text p {
    height: 50px;
    font-size: 14px;
    color: #000000;
    opacity: 0
}

.job_1 .title_text p.animates {
    opacity: 1
}

.job_1 .title_text p.animates span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate(100px, -100px);
    transform: translate(100px, -100px);
    animation: textDown .6s .1s linear forwards
}

.job_1 .add_text .xian:after,.job_1 .title_text .xian:after {
    display: block;
    height: 4px;
    top: 50px;
    content: ''
}

@keyframes textDown {
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes textDown {
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.job_1 .title_text .xian:after {
    position: absolute;
    width: 0;
    background: #ff0000;
    right: 0
}

.job_1 .title_text.animates .xian:after {
    -webkit-animation: jobxian .6s linear forwards
}

@keyframes jobxian {
    100% {
        width: calc(100% + 20px)
    }
}

@-webkit-keyframes jobxian {
    100% {
        width: calc(100% + 20px)
    }
}

.add_text {
    position: absolute;
    width: calc(50% - 20px);
    left: 0;
    bottom: 40px;
    padding-right: 20px;
    background: url(../image/address_icon.svg) right center no-repeat;
    background-size: 12px auto;
    line-height: 50px;
    text-align: right
}

.job_1 .add_text .xian {
    position: relative
}

.job_1 .add_text .xian:after {
    position: absolute;
    width: 0;
    background: #ff0000;
    left: 0
}

.job_1 .add_text.animates .xian:after {
    animation: jobxian .6s linear forwards
}

.job_1 .add_text p {
    height: 50px;
    font-size: 14px;
    color: #000000;
    opacity: 0
}

.job_1 .add_text p.animates {
    opacity: 1
}

.job_1 .add_text p.animates span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate(-120px, -100px);
    transform: translate(-120px, -100px);
    animation: textDown .8s 1s linear forwards;
    -webkit-animation: textDown .8s 1s linear forwards
}

.job_1 .text {
    position: absolute;
    width: 500px;
    height: 306px;
    bottom: 130px;
    left: calc(50% - 720px);
    background: url(../image/dian.png) left top no-repeat, url(../image/dian.png) bottom right no-repeat
}

.job_1 .text .li h3 {
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    font-family: mDIN
}

.job_1 .text .li p {
    font-size: 16px;
    color: #ff0000;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: .5px
}

.job_1 .text .li p a {
    color: #ff0000;
    display: block;
    font-family: arial
}

.job_1 .text .li p img {
    float: right;
    margin-top: 10px;
    width: 24px
}

.job_1 .text .li:nth-child(1) {
    margin: 30px 0 0 56px
}

.job_1 .text .xian {
    width: 104px;
    height: 4px;
    background: #e0e2f0;
    margin: 50px auto
}

.job_1 .text .li:last-of-type {
    float: right;
    margin-right: 56px
}

.job_2 {
   
}

.job_2 .job_list ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.job_2 .job_list ul .li {
    width: 3.2rem;
    height: 280px;
    background: rgb(255 255 255/.8);
    float: left;
    margin: 0 24px 24px 0;
    padding: 35px 40px;
    cursor: pointer;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0.04rem 0.05rem;
}

.job_2 .job_list ul .li:nth-child(3n) {
   
}

.job_2 .job_list ul .li .title {
    position: relative;
    padding-bottom: 15px
}

.job_2 .job_list ul .li .title:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 4px;
    background: #fa4b4b;
    transition-duration: .5s;
    bottom: 0;
    left: 0
}

.job_2 .job_list ul .li:hover .title:before {
    width: 100%
}

.job_2 .job_list ul .li .title h3 {
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    height: 30px;
    overflow: hidden
}

.job_2 .job_list ul .li .title .renshu {
    padding-left: 24px;
    font-size: 12px;
    color: #fa4b4b;
    background: url(../image/icon_renyuan.png) left center no-repeat;
    background-size: 24px auto;
    line-height: 30px;
    height: 30px;
    overflow: hidden
}

.job_2 .job_list ul .li .text {
    margin-top: 25px;
    height: 90px;
    overflow: hidden
}

.job_2 .job_list ul .li .text p {
    font-size: 14px;
    color: #000000;
    line-height: 30px
}

.job_2 .job_list ul .li .more {
    float: right;
    margin-top: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 0
}

.job_2 .job_list .more i {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    overflow: hidden;
    background: #fa4b4b;
    transition: all .3s
}

.job_2 .job_list .more i.circle2 {
    width: 8px;
    height: 8px;
    margin: 0 6px
}

.job_2 .job_list ul .li:hover i.circle1 {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px)
}

.job_2 .job_list ul .li:hover i.circle3 {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

#recruit-top{
    display: none;
}



#jobOpenbox,#jobOpenbox .info,#text_1 li {
    overflow: hidden
}

#text_1 li .xh,.job_2 .content ul li h3 {
    font-family: mDIN
}

#recruit-top .job_1 {
    padding: 3vw 0 0 0;
    background: none;
    height: auto;

}

#recruit-top .job_1 .title {
    position: relative
}

#recruit-top .job_1 .title:after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%;
    height: .6vw;
    background: #324cff
}

#recruit-top .job_1 .title_1:after {
    right: 0
}

#recruit-top .job_1 .title_2:after {
    left: 0
}

#recruit-top .job_1 .title_1 {
    margin-left: 4.2vw
}

#recruit-top .job_1 .title_2 {
    margin-right: 4.2vw;
    text-align: right
}

#recruit-top .job_1 .title p {
    font-size: 3.2vw;
    color: #313a69;
    height: 11.2vw;
    line-height: 11.2vw
}

#recruit-top .job_1 .title_1 p {
    padding-left: 2vw;
    background: url(../image/jiao-sj.png) center left no-repeat;
    background-size: 2.2vw
}

#recruit-top .job_1 .title_2 p {
    padding-right: 4.2vw;
    background: url(../image/icon-map.png) center right no-repeat;
    background-size: 2.4vw
}

#recruit-top .job_1 .img {
    
}

#recruit-top .job_2 {
    padding: 8vw 4vw
}

#recruit-top .job_2 .content {
    background: url(../image/dian.png) top left no-repeat,url(../image/dian.png) bottom left no-repeat;
    background-size: 4.8vw;
    padding: 6vw 0
}

#recruit-top .job_2 .content ul li h3 {
    font-size: 6.4vw;
    color: #717899
}

#recruit-top .job_2 .content ul li p,.job_2 .content ul li p a {
    font-size: 4.2vw;
    color: #324cff
}

#recruit-top .job_2 .content ul li img {
    width: 4.2vw;
    display: inline-block;
    margin-left: 2vw;
    animation-duration: 1s
}

#recruit-top .job_2 .content .xian {
    width: 100%;
    height: .6vw;
    background: #e0e2f0;
    margin: 4vw 0
}


.kanbujian{
    display: none;
}
@media (max-width:1707px) {
    .kanbujian{
        display: block;
    }
}


@media (max-width:1100px){
    .top>.job_1{
        display: none;
    }
    .top>#recruit-top{
        display: block;
    }
    .job_2 .job_list ul .li{
        margin: 20px;
    }
    .renshu {
        text-align: left;
    }
    .job_2 .job_list ul .li .text p{
        text-align: left;
    }
    .kanbujian{
        display: none;
    }
}

