@font-face {
    font-family: 'ss';
    src: url('../font/SourceHanSansSC-Normal.otf');
}

* {
    font-family: 'ss';
}

/*页面总宽度*/
html,
body {
    /* background: none !important; */
    background: #F5F5F5 !important;
}

#wrap {
    background: url('../img/page_bg.jpg') no-repeat center bottom;
    position: relative;
    padding-bottom: 80px;
}

.swiper,
.swiper-wrapper {
    width: 100%;
}

.banner {
    width: calc(100vw - 4px);
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

a {
    color: #365394;
}

.nav {
    height: 120px;
    line-height: 120px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding-left: 100px;
    background: #fff;
}

.nav_logo {
    display: flex;
    align-items: center;
}

.nav_logo img {
    height: 100px;
}

.nav_btn {
    position: fixed;
    top: 26px;
    right: 30px;
    z-index: 5;
    width: 70px;
}

.nav_btn img {
    width: 100%;
}

.nav_list {
    position: fixed;
    display: none;
    z-index: 5;
    top: 20px;
    right: 20px;
    line-height: 90px;
    font-size: 36px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

.nav_list li {}

.nav_list li a {
    display: block;
    height: 90px;
    line-height: 90px;
    background: #467ABE;
    color: #fff;
    ;
    text-align: center;
    padding: 0 20px;
    border-bottom: 2px solid #fff;

}

.nav_list_active {
    color: #467ABE !important;
    background: #F9E986 !important;

}

.page_main {
    margin: 0 auto;
    padding: 70px;
}

.page_text {
    font-size: 36px;
    line-height: 50px;
}

.main_title {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
}

.main_title>img {
    display: block;
    width: 100%;
}

.index_1 {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

.index_1_left,
.index_1_right {
    position: relative;
}

.index_1_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 100px;
}

.index_1_main_a {
    font-size: 48px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}

.index_1_main_b {
    font-size: 36px;
    color: #fff;
    margin-bottom: 60px;
}

.index_1_main_c {
    font-size: 36px;
    color: #fff;
    margin-bottom: 40px;
}

.index_1_main_d {
    font-size: 48px;
    color: #395377;
    display: block;
    font-weight: bold;
    margin: 0 auto;
    background: #fff;
    border-radius: 90px;
    width: 270px;
    line-height: 85px;
    font-size: 36px;
    cursor: pointer;
}

.index_1_main_d:hover {
    background: #395377;
    color: #fff;
}

.index_video {
    cursor: pointer;
    margin-bottom: 36px;
}

.index_2 img {
    width: 100%;
}

.index_2 {
    margin-bottom: 30px;
}

.index_qa {
    margin: 20px 0;
    font-size: 36px;
}

.index_qa_item {
    margin-bottom: 36px;
}

.index_qa_item_wrap {
    position: relative;
    width: 100%;
}

.index_qa_item_wrap img {
    width: 100%;
}

.index_qa_item_left {
    color: #26468C;
    display: flex;
}

.index_qa_item_left .index_qa_item_text {
    position: absolute;
    top: 26px;
    left: 340px;
    width: 50vw;
    font-weight: bold;
    font-size: 36px;
}

.index_qa_item_right {
    display: flex;
    justify-content: right;
}

.index_qa_item_right .index_qa_item_text {
    position: absolute;
    top: 25px;
    left: 75px;
    width: 70vw;
    font-size: 32px;
}

.index_qa_item_left .index_qa_item_text.last {
    position: absolute;
    top: 6px;
    left: 340px;
    width: 50vw;
    font-weight: bold;
    font-size: 36px;
}

.index_qa_item_right .index_qa_item_text.last {
    position: absolute;
    top: 70px;
    left: 75px;
    width: 70vw;
    font-size: 32px;
}


.page_main_rencai {
    margin: 0 auto;
    padding: 70px 0 60px 0px;
    width: 100vw;
}

.page_main_rencai img {
    width: 100%;
}

.job_wrap {
    width: 100%;
    margin-bottom: 30px;
}

.job_type {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 38px;
    text-align: center;
    margin-bottom: 30px;
}

.job_type_item {
    width: 48%;
    height: 100px;
    line-height: 100px;
    box-sizing: border-box;
    cursor: pointer;
    color: #26468c;
    font-weight: bold;
    background: #dee7ff;
    border: 1px solid #26468c;
    border-radius: 5px;
    margin-bottom: 40px;
}

.job_type_item:hover {
    background: #26468c;
    color: #dde7ff;
}

.job_type_item_active {
    background: #26468C;
    color: #dde7ff;
}

.ri {
    width: 100%;
}

.bm {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    font-size: 34px;
}

.bm_item {
    min-width: 160px;
    cursor: pointer;
    text-align: center;
    padding: 0px 15px;
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #d7000f;
    border: 1px solid #d7000f;
    margin-right: 67px;
    margin-bottom: 40px;
}

/* .bm_item:nth-child(4n) {
    margin-right: 0;
} */

.bm_item:hover {
    background: #d7000f;
    color: #fff;
}

.bm_item_active {
    background: #d7000f;
    color: #fff;
}

.intro {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(209, 210, 210, 0.79);
    border-radius: 10px;
    margin-bottom: 60px;
}

.intro p {
    text-indent: 2em;
    text-align: justify;
    font-size: 34px;
    line-height: 55px;
}

.intro p span{
    display: inline-block;
    width: 68px;
}

.job_list {
    width: 100%;
    font-size: 34px;
}

.job_list_item {
    background-color: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(209, 210, 210, 0.79);
    border-radius: 10px;
    margin-bottom: 20px;
}

.job_list_item_head {
    display: flex;
    padding: 20px 30px;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 10px;
    border: solid 1px #d7000f;
}

.job_list_item_head_show .job_list_item_head_icon {
    transform: rotate(90deg)
}

.job_list_item_head_name {
    font-size: 34px;
    font-weight: bold;
}

.job_list_item_head_city {
    font-size: 30px;
    width: 220px;
    margin-right: 20px;
}

.job_list_item_main {
    padding: 30px 30px 40px;
}

.job_list_item_body {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-top: 30px;
}

.job_list_item_body_title {
    position: relative;
    margin-bottom: 20px;
}

.job_list_item_body_title span {
    /* border-left: 3px solid #DD2431; */
    display: block;
    padding-left: 20px;
    padding-right: 30px;
    width: 150px;
    font-weight: bold;
    font-size: 30px;
}

.job_list_item_body_title span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 36px;
    background: #DD2431;
}

.job_list_item_body_main {
    font-size: 30px;
}

.job_list_item_body_main p {
    margin-bottom: 10px;
}

.job_btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.job_btn a {
    display: block;
    width: 200px;
    height: 65px;
    line-height: 55px;
    border-radius: 50px;
    background: #DD2431;
    font-size: 30px;
    color: #fff;
    background: url('../img/zongbu_icon2.png') no-repeat #DD2431 180px 8px;
    background-size: 40px;
    padding-left: 50px;
}

.zongbu_yaoqiu {
    /* display: flex;
    justify-content: space-between; */
    margin-bottom: 30px;

}

.zongbu_yaoqiu_item {
    position: relative;
    margin-bottom: 20px;
}

.zongbu_yaoqiu_item img {
    width: 100%;
}

.zongbu_yaoqiu_item_body {
    position: absolute;
    top: 180px;
    left: 90px;
    font-size: 36px;
}

.zongbu_yaoqiu_item_body1 {
    width: 290px;
    height: 70px;
    line-height: 70px;
    font-size: 52px;
    font-weight: bold;
    background: #fff;
    text-align: center;
    border-radius: 60px;
    margin-bottom: 30px;
    padding: 5px;
}

.zongbu_liucheng {
    margin-bottom: 120px;
}

.zongbu_liucheng img {
    width: 100%;
    display: block;
}

.page_text_fenzhi {
    text-align: left;
    text-indent: 2em;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 30px;
}

.page_text_fenzhi p {
    margin-bottom: 20px;
}

.fenzhi_type {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 36px;
    margin-bottom: 50px;
}


.fenzhi_type_item {
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    background: #DEE7FF;
    color: #26468C;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    width: 100%;
    font-size: 36px;
    margin-bottom: 20px;
}

.fenzhi_type_active {
    background: #26468C;
    color: #DEE7FF;
}

.job_list_item_city_main {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: start;
    font-size: 36px;
}

.job_list_item_city_main span {
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 5px;
    margin-right: 20px;
    color: #DD2431;
    background: #fff;
    border: 1px solid #DD2431;
    width: calc(33% - 25px);
    margin-bottom: 10px;
}

.job_list_item_city_main .job_list_item_city_main_active {
    color: #fff;
    background: #DD2431;
}

.fenzhi_job_send {
    margin-top: 20px;
    border: 2px solid #DD2431;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-weight: bold;
    font-size: 36px;
    border-radius: 30px;
    margin-bottom: 40px;
}

.fenzhi_yaoqiu {
    margin-bottom: 40px;
}

.fenzhi_liucheng img,
.fenzhi_yaoqiu img {
    display: block;
    width: 100%;
}

/*版权*/
.copyright {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #005286;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

/*回到顶部*/
#goToTop {
    position: fixed;
    right: 20px;
    z-index: 9000;
    bottom: 30px;
}

#goToTop a {
    background: none repeat scroll 0 0 #ddd;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    -webkit-border-radius: 50px;
    color: #FF9966;
    font-size: 36px;
    text-decoration: none;
    text-shadow: 0 1px 0 #999;
    -webkit-text-shadow: 0 1px 0 #999;
}

#goToTop a {
    padding: 10px;
    display: inline-block;
    letter-spacing: 10px;
    text-align: center;
}

#goToTop a:hover {
    background: none repeat scroll 0 0 #999;
}