body,
html {
    background: #222222;
}

@font-face {
    font-family: 'Source Han Serif';
    src: url('../font/SourceHanSerifCN-Light-5.otf');

}


.header {
    width: 100%;
    height: 140px;
    background: rgba(0, 0, 0, 0);
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 70px;
    box-sizing: border-box;
    z-index: 10;
}

.header .menu {
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    margin-left: 30px;

}

.header .menu:hover {
    transform: scale(1.3);
}

.header .search {
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.header .search:hover {
    transform: scale(1.3);
}

.header .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header .logo .title {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
    font-family: 'Source Han Serif';
}

.header .right {
    display: flex;
    align-items: center;
}

.menu_box {
    width: 50%;
    height: 100vh;
    background: #000;
    position: fixed;
    top: 0;
    right: -50%;
    z-index: 11;
    font-size: 16px;
    transition: all 0.5s linear;
}

.on {
    right: 0 !important;
}

.none {
    right: -50% !important;
}

.menu_box .title {
    font-size: 24px;
    margin-top: 20%;
    text-align: center;

}

.menu_box>.top {
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    align-items: center;
}

.menu_box>.top .close {
    cursor: pointer;
    font-size: 20px;

}

.menu_box>.top .close_box {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;

}

.menu_box>.top .index_box {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-left: 30px;
    cursor: pointer;
}

.menu_box>.top img {
    width: 22px;
    height: 20px;
    margin-right: 10px;
}


.menu_box>ul {
    margin-top: 170px;
    padding-left: 160px !important;
    box-sizing: border-box;
}

.menu_box>ul>li {
    height: 12vh;
    cursor: pointer;

}

.menu_box>ul>li a {
    color: #e1a957;
    font-size: 20px;
}

.menu_box>ul>li .menulist {
    margin-top: 20px;
    width:400px;
}

.menu_box>ul>li .menulist a {
    display: inline-block;
    color: #666;
    font-size: 16px;
    margin-right: 50px;
    width: 78px;
    line-height: 26px;
}

.recruit {
    width: 100%;
    padding: 0 180px 100px 260px;
    box-sizing: border-box;
    margin-top: 26px;
    height: 900px;
}

.recruit .recruit_box {
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    padding-bottom: 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;

}

.recruit .recruit_box .right {
    padding-top: 150px;
    padding-right: 90px;
    box-sizing: border-box;
    display: flex;
    position: relative;
}

.recruit .recruit_box .right .title {
    writing-mode: vertical-rl;
    color: #e1a957;
    font-size: 60px;
}

.recruit .recruit_box .right .content {
    display: flex;
    align-items: flex-start;
    margin-right: 60px;
}

.recruit .recruit_box .right .content p {
    writing-mode: vertical-rl;
    color: #989898;
    font-size: 16px;
    display: inline-block;
    text-align: left;
    line-height: 2.6vw;
    height: 520px;

}

.recruit .recruit_box .right .detail a {
    font-size: 16px;
    color: #e1a957;
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 0;
    left: 0;
}

.recruit .recruit_box .left .recruit_swiper {
    height: 100%;
    position: relative;
    left: -80px;
}

.recruit_box .swiper-pagination {
    right: 47% !important;
    top: 72px !important;
    display: flex;
    flex-direction: column;
    transform: none !important;
}

.recruit_box .swiper-pagination-bullet {
    background: #fff;
    width: 2px;
    height: 114px;
    margin: 8px 0 !important;
    transition: all 0.4s;
    opacity: .5;
    border-radius: 0;
}

.recruit_box .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e1a957;
}

.recruit .recruit_box .left {
    padding-top: 80px;
    box-sizing: border-box;
    position: relative;
    width: 60%;
    height: 100%;
}

.recruit .recruit_box .left .img_box {
    width: 42vw;
    height: 100%;
    overflow: hidden;
    position: relative;

}

.recruit .recruit_box .left .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recruit .recruit_box .left .icon {
    position: absolute;
    bottom: -72px;
    left: 40px;
}

@media screen and (max-width:1600px) {
    .recruit .recruit_box .right .title {
        font-size: 36px;
    }

    .recruit .recruit_box .right .content p {
        font-size: 14px;
    }

}

.info_table {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #ffffff;
    padding: 0 180px 100px 260px;
    box-sizing: border-box;
    margin-top: 114px;
}

.info_table .box {
    width: 100%;
    background-color: #2a2a2a;
}

.info_table .title>span {
    display: inline-block;
    width: 22%;
    line-height: 80px;
}

.info_table .title>span:first-child {
    width: 30%;
    padding-left: 70px;
    box-sizing: border-box;
}
.info_table ul {
    width: 100%;
    background: #222222;
}

.info_table ul li {
    width: 100%;
    transition: all 0.3s;
    border-bottom: 1px solid #393939;
}

.info_table ul li .bar {
    width: 100%;
    font-size: 18px;
    color: #999999;
    box-sizing: border-box;
    transition: all 0.3s;
    position: relative;

}

.info_table ul li .bar>span {
    display: inline-block;
    width: 22%;
    line-height: 80px;
}

.info_table ul li .bar>span:first-child {
    width: 30%;
    padding-left: 70px;
    box-sizing: border-box;
}

.info_table ul li .bar img {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.info_table ul li .bar:hover {
    background-color: #2a2a2a;
}

.info_table ul li .barcon {
    width: 100%;
    padding: 30px 70px;
    color: #999;
    font-size: 16px;
    box-sizing: border-box;
    display: none;
    transition: all 0.3s;
}

.info_table ul .select .bar {
    background-color: #222222;
}

.info_table ul .select .bar img {
    content: url('../images/noSelect.png');
}

.info_table ul .select .barcon {
    display: block;
}

.info_table ul li:last-child {
    margin-bottom: 0;
}


.footer {
    width: 100%;
    height: 480px;
    background: url("../images/footer_bg.png");
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    box-sizing: border-box;
    position: relative;
}

.footer .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer .top div {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.footer .top div a {
    color: #fff;
}

.footer .top>div:nth-child(2) {
    margin-top: 20px;
}

.footer .top>div:nth-child(3) {
    margin-bottom: 30px;
}

.footer .bottom {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .bottom .item {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    margin: 0 50px;
}

.footer .bottom .item span {
    font-size: 30px;
    color: #e1a957;
}

.footer .bottom .item div {
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: 10px;
}

.footer .bottom .item a {
    display: inline-block;
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: 10px;
}

.footer .bottom .item a {
    cursor: pointer;
}

.footer .bottom .line {
    width: 1px;
    height: 30px;
    background: rgba(250, 250, 250, 0.3);
}

.footer .top .code_box {
    display: flex;
    align-items: center;
    justify-content: center;

}

.footer .top .code_box>div {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin: auto 10px;
}

.footer .top .code_box>div:hover .code_item {
    opacity: 1;

}

.footer .top .code_box>div .code_item {
    opacity: 0;
    position: absolute;
    top: -150px;
    width:132px;
    height:132px;
}
.footer .top .code_box>div .code_item img{
    width:100%;
    height:100%;
    object-fit: cover;
}
@media screen and (max-width:1000px) {
    .footer .bottom{
        white-space: nowrap;
    }
    .footer .bottom .item{
        font-size: 10px;
    }
    .footer .bottom .item span{
        font-size: 14px;
    }
    .recruit{
        padding: 0 80px 50px 80px;
        height:600px;
        margin-left:6%;
    }
    .info_table{
        padding: 0 80px 50px 80px;
    }
    .recruit .recruit_box .left .img_box{
        width:46vw;
    }
    .recruit .recruit_box{
        width:95%;
    }
    .recruit .recruit_box .right{
        padding-top:100px;
    }
    .recruit .recruit_box .right .content p{
        height:100%;
    }
    .recruit .recruit_box .right .content{
        margin-right:20px;
    }
    .menu_box>ul {
    padding-left: 60px !important;
    box-sizing: border-box;
}
.menu_box>ul>li .menulist a {
        color: #fff;
    }

    .menu_box>ul>li {
        height: 8vh;
    }
}