.imgbox {
    width: 1920px;
    height: 1080px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

div {
    display: block;
    margin: 0px;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, pre, a, big, cite, code, del, em, img, q, s, samp, small, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tr, th, td, canvas, footer, header, menu, nav, section, summary, time, mark, audio, video, p {
    border: none;
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    font-size: 100%;
    line-height: 24px;
    font-family: 'PF_Regular', sans-serif;
    outline: none;
    color: #323232;
    min-width: 1280px;
    -webkit-text-size-adjust: none;
    letter-spacing: 1px;
    max-width: 1920px;
    margin: 0 auto;
}

#wrapper {
    width: 100%;
    background: #fff;
    position: relative;
}

#wrapper .noBorder {
    border: none;
}

#wrapper .m-cont {
    height: 100%;
}

#wrapper .column-top {
    display: block;
    text-align: center;
    font-size: 2.5em;
    height: 40px;
    line-height: 40px;
    margin-bottom: 60px;
    color: #323232;
    letter-spacing: 20px;
    text-indent: 20px;
}

.r-main {
    width: 100%;
}

.r-main .r-type {
    padding: 0;
    position: relative;
    margin: 0 auto;
    /*width: 830px;*/
}

.r-main .r-type h1 {
    font-size: 34px;
    letter-spacing: 20px;
    line-height: 80px;
    text-align: center;
    font-weight: normal;
    font-family: "Microsoft YaHei";
}

.r-main .r-type p {
    font-family: "Microsoft YaHei";
    font-size: 16px;
}

.r-main .i-type {
    height: 198px;
    position: relative;
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

/*.r-main .i-type .img {*/
/*position: absolute;*/
/*float: left;*/
/*}*/

.r-main .i-type .text {
    width: 55%;
    text-align: left;
    margin-left: 50px;
}

.r-main .i-type p {
    font-family: "Microsoft YaHei";
    font-size: 13px;
    color: #666666;
}

.r-main .r-level {
    width: 100%;
    height: 350px;
}

.r-main .r-level-home {
    width: 100%;
    height: 1080px;
}

.r-main .r-level-bg {
    width: 100%;
    height: 570px;
}

.r-main .r-level-news {
    width: 100%;
    height: auto;
    margin-top: 55px;
}

.r-main .r-level-news .r-type {
    width: 830px;
    position: relative;
    margin: 0 auto;
    height: auto;
}

.r-main .r-level-news .img-box {
    width: 67%;
    /*height: 370px;*/
    position: absolute;
    margin-top: 171px;
    margin-left: 16.5%;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.img-box .img-box-item {
    width: 31.2%;
}

.img-box .img-box-item img {
    width: 100%;
}

.r-main .r-level-news .img-box {
    font-family: "Microsoft YaHei";
    font-size: 15px;
    position: relative;
    margin: 35px auto 0 auto;
}

.r-main .r-level-news .img-box p {
    margin-top: 25px;
}

.news-button {
    width: 100%;
    margin-top: 40px;
    position: relative;
    text-align: center;
}

.news-button button {
    background: #FFFFFF;
    border: 1px solid #999999;
    font-size: 16px;
    color: #999999;
    width: 140px;
    height: 30px;
    outline: 0;
    cursor: pointer;
}

.join-img {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.join-img a {
    height: 30px;
    width: 180px;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    left: 50%;
    top: 60%;
    transform: translate(-90px);
    -webkit-transform: translate(-90px); /*兼容-webkit-引擎浏览器*/
    -moz-transform: translate(-90px); /*兼容-moz-引擎浏览器*/
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.join-img img {
    width: 100%;
    vertical-align: middle;
}

.lay-model {
    border-bottom: 1px solid #e9e9e9;
    padding-top: 60px;
    padding-bottom: 80px;
}

.lay-model .jobs-list {
    width: 1024px;
    margin: 0 auto;
    border: 1px solid #eaeaea;
    background: #FEFEFE;
}

.lay-model .jobs-list dl {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}

.lay-model .jobs-list dl.active dt {
    background: #F5F5F5;
    border-bottom: 1px solid #eaeaea;
}

.lay-model .jobs-list dt {
    display: block;
    height: 60px;
    width: 100%;
    line-height: 60px;
    font-size: 1.125em;
    color: #87000F;
    letter-spacing: 2px;
    cursor: pointer;
}

.lay-model .jobs-list dt p {
    display: block;
    text-align: center;
    color: #404040;
}

.lay-model .jobs-list dd .infor {
    line-height: 28px;
    margin: 20px auto;
}

.lay-model .jobs-list dd {
    display: none;
    padding: 40px;
    line-height: 28px;
    font-size: 14px;
}

.wrap {
    margin: 0 auto;
    max-width: 1200px;
    width: 85%;
}

.rela {
    box-sizing: border-box;
    padding-top: 80px;
    position: relative;
    text-align: center
}

ul::after, dl::after, .wrap::after, .wrap-box::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

ol, ul, dl {
    list-style: none;
}

dl {
    display: block;
    margin: 0 auto;
}

dt {
    display: block;
}

p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: "Microsoft YaHei";
}

h1, h2, h3, h4, h5, h6, button, input, select, textarea {
    font-size: 100%;
    font-weight: normal;
}

h1 {
    font-family: "Microsoft YaHei";
}
