﻿.heade_top{background: rgba(0,0,0, .5); /*background: #fff;*/border-bottom:  1px #d9d9d9 solid}
/*.nav_menu .menu li a{color: #333}*/
.nav_menu .menu li a{color: #fff}
.h_top_menu a{border-left: 1px #d9d9d9 solid; color: #fff}
/*.h_top_menu a{border-left: 1px #d9d9d9 solid; color: #333}*/
/*html, body{overflow-x: hidden}*/
.banner{position: relative;height: 100vh}
.banner .banner-pic{
    width: 100%;
    /*height: 100%;*/
}
.banner .banner-text-pic{position: absolute;left: 5%;top: 32%;max-height: 30%;transform: translateY(-50%);-ms-transform: translateY(-50%);}
.why-join{
    width: 100%;
    padding: 100px;
    background: #fff;
}
.color-text{color: #ea6519}
.content-wrap{width: 100%;position: relative}
.content-left{width: 40%}
.content-left .fl-pic{max-width: 100%}
.content-right{
    width: 55%;
    line-height: 2;
    position: absolute;
    height: 100%;
    right: 0;
}
#develop .year-text .circle .back-pic{
    background: url('../image/bg-year.png') no-repeat center;
    width: 100%;
    height: 100%;
    position: absolute;
    animation: rotateInit linear 6s infinite;
}
@keyframes rotateInit {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

/*position: absolute;right: 100px;top: 50%;transform: translateY(-50%)*/
.content-right .fr-pic-wrap .join-text, .content-right .jion-pic2-wrap{display: inline-block;width: 50%}
.content-right .fr-pic-wrap .join-text, .content-right .jion-pic2{display: inline-block}
.join-title{
    font-size: 40px;
    color: #333;
    line-height: 1.3;
    font-weight: normal;
    margin-top: 140px;
}
.content-right .fr-pic-wrap .join-text{
    width: 40%;
    font-size: 17px;
}
.content-right .fr-pic-wrap{
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.content-right .fr-pic-wrap .fr-pic-bottom{
    /*width: 350px;*/
    width: 40%;
    position: relative;
    margin-top: 85px;
    float: left;
}
.content-right .fr-pic-wrap .fr-pic-bottom .derection{
    width: 170px;
    height: 170px;
    position: absolute;
    right: -85px;
    top: -85px;
    transform: translate(50%, -50%);
    animation: rotateInit linear 6s infinite;
}
.content-right .fr-pic-wrap .fr-pic-bottom .join-pic3{
    width: 100%;
}

@keyframes rotateInit {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}


.jobs{border-top: 1px solid #e5e5e5;padding-bottom: 100px}
.jobs .table-header, .jobs .table-content{
    width: 100%;
    height: 130px;
    background: #f1f1f1;
    color: #333;
    font-size: 30px;
    line-height: 130px;
    /*border-bottom: 1px solid #e5e5e5;*/
    position: relative;
}
.jobs .table-header{padding: 0 100px;}
.jobs .table-content{background: #fff}
.jobs .table-header .item, .jobs .table-content .item{
    width: 24%;
}
.jobs .table-content .icon-wrap{
    position: absolute;
    top: 0;
    right: 100px;
    color: #ea6519;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transition: transform .3ms ease-in-out;
    -ms-transition: transform .3ms ease-in-out;
}
.jobs .table-content .icon-active{
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.jobs .table-content .icon-wrap .iconfont{
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
}
.jobs .table-content-wrap{
    height: auto;
    padding: 0 100px;
    border-bottom: 1px solid #e5e5e5;
    transition: height 500ms ease-in-out;
}
.jobs .table-content-wrap .requirements{
    height: 0;
    overflow: hidden;
}

.jobs .table-content-wrap .requirements .job-requirements{
    width: 24%;
    color: #ea6519;
    font-size: 24px;
    font-weight: 400;
}
.jobs .table-content-wrap .requirements .req-item{
    padding: 26px 0;
}
.jobs .table-content-wrap .requirements .requirements-content{
    font-size: 17px;
    color: #666;
    line-height: 2;
}


@media all and (max-width: 1600px) {

}

@media all and (max-width: 1440px) {
   /* .content-right .fr-pic-wrap .join-text{
        width: 50%;
        float: none;
    }*/
    .why-join{padding: 60px}
    /*.content-right .fr-pic-wrap .join-text, .content-right .jion-pic2-wrap{
        display: block;
        float: none;
        width: 70%;
        margin: 0 auto;
        margin-bottom: 20px;
    }*/
}
@media all and (max-width: 1366px) {

}

@media all and (max-width: 1280px) {
    .content-right .fr-pic-wrap .fr-pic-bottom{
        float: left;
    }
    .join-title{font-size: 30px}
    .jobs .table-content .icon-wrap{right: 0}
    .jobs .table-header, .jobs .table-content {
        height: 100px;
        font-size: 26px;
        line-height: 100px;
    }
    .jobs .table-content-wrap, .jobs .table-header{padding: 0 80px}
}

@media all and (max-width: 1024px) {
    .content-left{
        width: 100%;
    }
    .content-right{position: unset}
    .join-title{
        margin-top: 30px;
        text-align: center;
    }
    .content-right .fr-pic-wrap{
        position: unset;
        transform: none;
        float: left;
        margin-top: 30px;
    }
    .content-right{
        float: left;
        width: 100%;
    }
    .content-left .fl-pic{
        margin: 0 auto;
    }
    .content-right .fr-pic-wrap .fr-pic-bottom{
        float: left;
        float: none;
        margin: 0 auto;
        margin-top: 85px;
    }
    .jobs .table-content .icon-wrap{right: -20px}
}

@media all and (max-width: 980px) {

    .nav_menu{
        background: #fff;
        color: #333;
    }
    .bar{background: #333}
    .jobs .table-content .icon-wrap{right: 0}
    .jobs .table-content-wrap, .jobs .table-header{
        padding: 0 50px;
        font-size: 24px;
    }

    .jobs .table-content .icon-wrap .iconfont, .jobs .table-content{font-size: 24px}
}

@media all and (max-width: 769px) {

    /*.banner{margin-top: 66px}*/
    .banner{height: 40vh}
    .why-join{padding: 60px 15px}
    .content-right .fr-pic-wrap .join-text, .content-right .jion-pic2-wrap{width: 100%}
    .content-right .fr-pic-wrap .fr-pic-bottom .derection{
        width: 90px;
        height: 90px;
    }
    .jobs .table-content-wrap, .jobs .table-header{
        padding: 0 15px;
        font-size: 15px;
    }
    .jobs .table-header, .jobs .table-content{
        height: 50px;
        line-height: 50px;
    }
    .jobs .table-content .icon-wrap .iconfont, .jobs .table-content{
        font-size: 15px;
    }
    .jobs .table-content .icon-wrap{
        right: -10px;
    }
    .jobs .table-content-wrap .requirements .job-requirements{
        width: 100%;
        font-size: 16px;
    }
    .content-right .fr-pic-wrap .fr-pic-bottom{
        width: 60%;
    }
    .jobs .table-content-wrap .requirements .requirements-content{
        font-size: 14px;
    }
    .jobs .table-content-wrap .requirements .req-item{
        padding: 15px 0;
    }
    .jobs{padding-bottom: 50px}
}

@media all and (max-width: 530px) {
    .jobs .table-content .icon-wrap{
        /*display: none;*/
    }
}
