﻿@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, p, a,img, s,strong,b, u, i, dl, dt, dd, ol, ul, li, form, label, table, tbody, thead, tr, th, td, canvas, section, time, video {margin: 0;padding: 0;}
ul, ol, li{list-style-type:none;vertical-align:0}
i{font-style: normal;}
a{text-decoration: none;}
html,body,.index {width: 100%;position: relative;left: 0;right: 0;top: 0;margin: 0 auto;min-width: 1200px;/* max-width: 1920px; */height: auto;box-sizing: border-box;font-family:'Microsoft YaHei';}
/* @font-face{font-family:'FZRUI';src:url('./css/FZLTZHUNHJW.TTF');} */
.navBg {height: 80px;width: 100%;z-index: 99;position: relative;background-color: #fff;box-sizing: content-box;top: 0;}
.navBox {width: 1100px;/* height: 100px; */padding: 14px 15px 0;margin: 0 auto;box-sizing: border-box;}
.navBox .logo {float: left;width: 210px;display: block;}
.navBox .nav {width: 580px;float: right;display: flex;justify-content: space-between;}
.nav > li > a {color: #ea5a17;display: block;padding-bottom: 16px;text-align: center;line-height: 30px;/* height: 32px; */font-size: 26px;font-weight: bold;}
.nav > li > a span{font-size: 8px;font-weight: normal;line-height: 10px;display: block;margin-top: 5px;letter-spacing: -0.1px;}
.nav > li {font-size: 20px;text-align: center;letter-spacing: 2px;color: #fff;}
.nav > li > a:hover,.nav > li.on > a{
    border-bottom: 5px solid #ea5a17;
}
.img_center{margin: 0 auto;display: block;}
.hover_top:hover{transform: translateY(-5px);}
.hover_max:hover{transform: scale(1.05);}
.hover_a:hover{text-decoration: underline;}
.banner {width: 100%;}
.banner img{width: 100%;display: block;}
.footer {width: 100%;line-height: 35px;text-align: center;font-size: 12px;color: #777777;position: absolute;bottom: 5px;/* background-color: #0079e6; */}
.footer a {color: #777777;}
.content_box{padding-bottom: 210px;background-color: #fff;background-size: 100%;position: relative;background: url(./images/job_bg.jpg)no-repeat top;background-size: 100%;}
.title_box{display: block;text-align: center;padding: 85px 0 70px;}
.job_cont_box::after{display: block;content: "";clear: both;}
.job_cont_box{
    width: 1135px;
    margin: 0 auto;
}
.job_cont_box .job_cont_left{
    width: 335px;
    display: block;
    /* height: 800px; */
    /* overflow: auto; */
    float: left;
}
.job_cont_box .job_cont_left>div{
    margin-bottom: 10px;
    line-height: 60px;
}
.job_cont_box .job_cont_left>div>div:first-child{
    border-radius: 12px;
    color: #fff;
    background: linear-gradient( 90deg, #eb5117, #ebbb17 );
    font-size: 20px;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
    user-select: none;
}
.job_cont_box .job_cont_left>div>div:first-child span{}
.job_cont_box .job_cont_left>div>div:first-child i{
    /* height: 25px; */
    width: 25px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: all 0.5s;
}
.job_cont_box .job_cont_left>div>div:first-child i img{display: block;}
.job_cont_box .job_cont_left>div>div:last-child{
    display: none;
}
.job_cont_box .job_cont_left>div>div:last-child p{
    margin-top: 10px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient( 180deg, #eb5117, #c12d00);
    font-size: 20px;
    padding-left: 20px;
    cursor: pointer;
    user-select: none;
    line-height: 48px;
}
.job_cont_box .job_cont_right{
    width: 715px;
    float: right;
}
.job_cont_box .job_cont_right>p{
    font-size: 18px;
    text-indent: 2em;
    line-height: 35px;
    margin-bottom: 35px;
}
.job_cont_box .job_cont_right .job_box{
    margin-top: 160px;
}
.job_cont_box .job_cont_right .job_box li{
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    height: 185px;
    margin-bottom: 55px;
    display: none;
    padding: 30px 50px;
    transition: all 0.5s;
    box-sizing: border-box;
    box-shadow: 0 0 15px 1px #c5c5c5;
}
.job_cont_box .job_cont_right .job_box li div{
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px dashed #404040;
}
.job_cont_box .job_cont_right .job_box li div span{
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #ea5a17;
    line-height: 35px;
    display: inline-block;
    width: 460px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.job_cont_box .job_cont_right .job_box li div b{
    font-weight:inherit;
    display: inline-block;
    height: 35px;
    width: 135px;
    letter-spacing: 2px;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient( 
270deg
, #fb8b25, #fcd929);
}
.job_cont_box .job_cont_right .job_box li p{
    margin-top: 30px;
}
.job_cont_box .job_cont_right .job_box li p img{vertical-align: middle;}
.job_cont_box .job_cont_right .job_box li p span{
    color: #909091;
    margin-left: 15px;
    position: relative;
    font-size: 16px;
    top: 3px;
}
.job_cont_box .job_cont_right .job_box li:hover{transform: translateY(-5px);}
.job_cont_box .job_cont_left>div>div:first-child i.on{transform: translateY(-50%) rotate(0deg);}
.window_box{width: 100%;height: 100%;position: fixed;top: 0;display: none;z-index: 99;background-color: rgb(0 0 0 / 45%);}
.window_contant1 {position: absolute;width: 1000px;min-height: 400px;top: 55%;left: 50%;padding: 55px 45px;box-sizing: border-box;border-radius: 10px;transform: translate(-50%, -50%);background-color: #fff;overflow: hidden;box-shadow: 0px 0px 10px #616161;display: none;}
.show1 {display: block !important;animation: Show1 0.5s ease-out 0s 1 normal;animation-fill-mode: forwards;}
@keyframes Show1 {0% {    opacity: 0;    top: 55%;}
    100% {    opacity: 1;    top: 50%;}
}
.window_contant1 .window_contant_1{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #c8c8c8;
    padding-bottom: 15px;
}
.window_contant1 .window_contant_1 p{
    line-height: 50px;
    color: #555555;
    font-size: 22px;
    font-weight: bold;
}
.window_contant1 .window_contant_1 a{
    line-height: 50px;
    padding: 0 28px;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    background-color: #eb5b02;
}
.window_contant1 .window_contant_2{
    margin-top: 25px;
}
.window_contant1 .window_contant_2 img{}
.window_contant1 .window_contant_2 span{
    font-size: 16px;
    color: #909091;
    margin-bottom: 10px;
    position: relative;
    top: -10px;
    margin-left: 10px;
}
.window_contant1 .window_contant_2 span i{}
.window_contant1 .window_contant_3{
    font-size: 16px;
    color: #909091;
    margin-top: 8px;
}
.num{font-style:normal; }
.p_on{font-weight: bold;}
.m-title {
    width: 100%;
    margin: 0 auto;
    padding-top: 90px;
    text-align: center;
}
.m-title>img {
    text-align: center;
}
.m-item {
    width: 100%;
}
.m-item .s-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}
.wrap .m-text {
    text-indent: 2em;
    color: #000000;
    font-size: 20px;
    line-height: 40px;
    margin-top: 45px;
}
.wrap .m-title2 {
    position: relative;
}
.c-bg {
    position: absolute;
    top: 3230px;
    left: 0;
    /* background: no-repeat; */
}
.bottom_box {
    width: 100%;
    height: 56px;
    background-image: linear-gradient(to right, #e4a600, #e16600);
}
.bg_b {
    position: absolute;
    bottom: 62px;
    right: 33px;
}
.page1_ img{display: block;margin: 0 auto;}