body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp {
    margin: 0;
    padding: 0
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

div {
    box-sizing: border-box;
}

img {
    width: 100%;
}

input,
textarea,
button,
select,
a {
    outline: 0 none;
    border: none;
    box-sizing: border-box;
}

input::placeholder {
    color: #aaa;
}



.jobs {
    width: 100%;
}

.banner {
    position: relative;
}

.banner #logo,
.banner #slogan {
    position: absolute;
}

.banner #logo {
    top: 38px;
    left: 47px;
    width: 213px;
    height: 73px;
}

.banner #slogan {
    top: 205px;
    left: 110px;
    width: 743px;
    height: 335px;
}

.content {
    width: 100%;
    margin: 10px auto 0;
}

.content .action {
    width: 600px;
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
    margin:60px auto 20px;
}

.action .choose-type {
    /* display: flex; */
    height: inherit;
    margin-top: 20px;
}

.year,
.education,
.search {
    border: 3px solid #711524;
    height: inherit;
    display: flex;
    align-items: center;
}

.choose-type .year {
    width: 260px;
    height: 46px;
    position: relative;
    margin-right: 40px;
}

.choose-type .education {
    width: 260px;
    position: relative;
}

.choose-type .year input,
.choose-type .education input {
    margin: 14px 0 14px 32px;
    font-size: 16px;
}

.year .separator,
.education .separator {
    position: absolute;
    left: 240px;
}

.year .separator,
.education .separator {
    display: inline-block;
    content: '';
    width: 2px;
    height: 26px;
    background: #E2E2E2;
}

.year .spread,
.education .spread {
    position: absolute;
    right: 30px;
}

.spread img {
    width: 17px;
    height: 13px;
}

.action .search {
    width: 360px;
    height: 46px;
    border-radius: 30px;
    float: left;
}

.search input {
    margin: 14px 0 14px 31px;
    font-size: 18px;
    background: transparent;
    width: 95%;
    font-family: "Helvetica Neue";
    color: #666;
}

.search {}

.search span img {
    width: 21px;
    height: 21px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.company {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 36px 0 46px 0;
}

.company .company-item {
    width: 186px;
    height: 80px;
    line-height: 80px;
    background: linear-gradient(90deg, #01ABC2, #4DB849);
    border-radius: 10px;
    text-align: center;
}

.company .company-item.active {
    background: #711524;
}

.job-list {
		margin:0 auto;
    width: 1086px;
}

.job-list .header {
    display: flex;
    justify-content: space-between;
    padding: 24px 68px 25px 33px;
    background-color: rgb(7, 121, 192);
    height: 69px;
    background: #148CC1;
    border-radius: 29px 29px 0px 0px;
    color: #fff;
    font-weight: bold;
    align-items: center;
    position: relative;
    font-size: 20px;
}

.header-title.position {
    position: absolute;
    left: 560px;
}

.job-list .list {
    width: 100%;
}
.list li:nth-child(1) .list_bom{
	display:block ;
}
.job-list .list .list-item {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 48px 0 34px;
    height: 70px;
    width: 100%;
    line-height: 50px;
    position: relative;
    font-size: 20px;
    border: 1px solid #DAE5EB;
    margin-top: 6px;
}

.list-item .job-location {
    position: absolute;
    left: 581px;
}


/* .list .list-item:nth-child(even) {
  background-color: rgb(7, 121, 192);
  color: #fff;
}

.list .list-item:nth-child(odd) {
  margin: 4px 0 6px 0;
  background: #FFFFFF;
  border: 1px solid #DAE5EB;
} */

.list button {
    width: 100px;
    border-radius: 100px;
    height: 30px;
    cursor: pointer;
}


/* .list  .list-item:nth-child(even)  button{
  background-color: #fff;
  color:rgb(7, 121, 192)
}

.list .list-item:nth-child(odd)  button{
  background-color: rgb(7, 121, 192);
  color: #fff;
} */

.select {
    position: relative;
    display: block;
    width: 360px;
    height: 60px;
    float: left;
    line-height: 60px;
    /* border: 2px solid #0594E; */
    /* vertical-align: middle; */
    text-align: left;
    user-select: none;
    -webkit-touch-callout: none;
    border-radius: 30px;
}

.select .placeholder {
    position: relative;
    display: block;
    z-index: 1;
    line-height: 18px;
    color: #666;
    font-size: 18px;
    padding: 0 10px;
    border-radius: 20px;
    line-height: 46px;
    cursor: pointer;
}

.select .placeholder:hover {
    background: #34383c;
}

.xlicon {
    position: absolute;
    right: 16px;
    /* z-index: 10; */
    font-size: 24px !important;
    top: -10px;
    color: #711524;
}

.select.is-open .xlicon {
    transform: rotate(180deg);
}

.select.is-open ul {
    display: block;
}

.select.select--white .placeholder {
    color: #666;
}

.select.select--white .placeholder:hover {
    background: none;
}

.select ul {
    border: 3px solid #711524;
    display: none;
    position: absolute;
    overflow: auto;
    max-height: 300px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    top: 100%;
    left: -2px;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    z-index: 100;
}

.select ul li {
    font-size: 17px;
    display: block;
    text-align: left;
    padding: 0 10px;
    color: #333;
    cursor: pointer;
    height: 5vh;
    line-height: 5vh;
}

.select ul li:hover {
    background: rgb(7, 121, 192);
    color: #fff;
}

@font-face {
  font-family: 'iconfont';  /* Project id 2822331 */
  src: url('//at.alicdn.com/t/font_2822331_pltpegyal6.woff2?t=1631946387487') format('woff2'),
       url('//at.alicdn.com/t/font_2822331_pltpegyal6.woff?t=1631946387487') format('woff'),
       url('//at.alicdn.com/t/font_2822331_pltpegyal6.ttf?t=1631946387487') format('truetype');
}


.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.footer {
    height: 84px;
    line-height: 84px;
    background: #0052A3;
    text-align: center;
    color: #fff;
}

.submit-btn a {
    display: block;
    width: 112px;
    height: 32px;
    border-radius: 16px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    background-color: #279BD4;
    color: #fff;
    text-decoration: none;
}


/* .list .list-item:nth-child(odd) a{
		background-color: rgb(7, 121, 192);
    color: #fff;
}
.list .list-item:nth-child(even) a{
    background-color: #fff;
    color: rgb(7, 121, 192);
} */

.list .list-item:hover {
    background-color: #279BD4;
    color: #fff;
}

.list .list-item:hover a {
    background-color: #fff;
    color: rgb(7, 121, 192);
}

#page {
    margin: 20px auto;
    color: #666;
    display: block;
    text-align: center;
}

#page li {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    cursor: pointer;
    color: #711524;
    font-size: 16px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #711524;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.xl-nextPage,
.xl-prevPage {
    width: 88px;
    color: #711524;
    height: 28px;
    background: #E2F7F1;
}

#page li.xl-disabled {
    opacity: .5;
    cursor: no-drop;
}

#page li.xl-disabled:hover {
    background-color: #f9f9f9 !important;
    border: 1px solid #dce0e0 !important;
    color: #666 !important;
}

#page li.xl-active {
    background-color: #711524;
    border-color: #711524;
    color: #FFF
}

#page li:hover {
    background-color: #711524 !important;
    border-color: #711524;
    color: #FFF
}

#page li.xl-jumpText {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    opacity: 1;
}

#page li.xl-jumpText:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
}

#page li.xl-jumpButton {
    padding: 0 5px;
}

#xlJumpNum {
    width: 35px;
    margin: 0 3px;
}

.company-item p {
    font-size: 16px;
    color: #fff;
    line-height: 80px;
    cursor: pointer;
}

.company-item .lin2 {
    line-height: 24px;
    margin-top: 14px;
}

.jobtiti {
    width: 1210px;
    height: 108px;
    background: url(../image/tit.png) no-repeat;
    margin-bottom: 45px;
}

.jobtiti p {
    text-align: center;
    line-height: 100px;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    font-family: Source Han Sans SC;
}

.job_main {
    width: 100%;
    min-height: 800px;
    background: url(../image/main-bg.png) no-repeat;
}

.search_btn {
    width: 100px;
    height: 60px;
    /* background: #711524; */
    border-radius: 8px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.searchbox {
    width: 245px;
    display: flex;
    justify-content: space-between;
}

.ms {
    width: 100%;
    margin-bottom: 16px;
}

.ms p {
    width: 100%;
    color: #666;
    font-size: 16px;
    line-height: 40px;
    font-family: Source Han Sans SC;
}

.list_bom {
    padding: 30px 40px;
    background-color: #fff;
}

.list li {
    width: 100%;
    /* height: 68px; */
    background: linear-gradient(90deg, #711524, #BD2E26);
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.list_top {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    margin-left: 41px;
    line-height: 68px;
    display: flex;
}

.list_bom {
    display: none;
    cursor: default;
}

.listicon {
    color: #fff;
    right: 40px;
    top: 2px;
}

.sel .listicon {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transition: all .2s;
}

.post_btn {
    width: 112px;
    height: 32px;
		line-height:32px;
		text-align:center;
    background: #FFFFFF;
    border-radius: 16px;
		position:absolute;
		right:100px;
		top:18px;
}

.post_btn a {
font-size: 16px;
font-family: Source Han Sans SC;
font-weight: 400;
color: #711524;
}

.list_bom p {
    font-size: 16px;
    font-family: Source Han Sans SC;
    /* font-weight: bold; */
    color: #666;
    line-height: 32px;
}

.dt {
    width: 100%;
    margin-top: -260px;
}

.shenqing_d {
    width: 112px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 16px;
    position: absolute;
    left: 800px;
    margin-top: 20px;
}

.shenqing_l {
    height: 15px;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 800;
    color: #711524;
    line-height: 30px;
    text-align: center;
}

.fenlei_1 {
    width: 73px;
    height: 18px;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #711524;
    line-height: 30px;
}

.fenlei_2 {
    width: 90px;
    height: 18px;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
}

.second_1 {
    background-color: #FFFFFF;
}

.second_2 {
    width: 128px;
    height: 42px;
    background: #711524;
    border-radius: 21px;
}

.choose-type .choose {
    padding-top: 50px;
}

.choose .choose-item {
    text-align: center;
    line-height: 25px;
    border-radius: 28px;
    float: left;
    color: #711524;
		cursor: pointer;
		padding:2px;
}

.choose-item.active {
    border:2px solid #711524;
    color: #fff;
}
.choose-item.active p{
  background: #711524;
  color: #fff;
}
.choose-item p {
		width: 138px;
		height: 46px;
		border-radius: 25px;
    font-size: 18px;
    font-weight: 800;
    font-family: Source Han Sans SC;
    font-weight: bold;
    line-height: 46px;
		border:2px solid #711524;
}

.gangwei {
    width: 100%;
    height:1400px;
    background: transparent;
    margin: 0 auto 0;
    position: relative;
		/* overflow:hidden; */
		padding-top:15px;
}

.title_e {
    width: 100%;
		text-align:center;
    height: 38px;
    font-size: 48px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #711524;
    line-height: 36px;
    opacity: 0.2;
    margin: 0 auto;
    text-overflow: ellipsis;
    visibility: inherit;
}

.title_c {
    width: 320px;
    height: 35px;
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #711524;
    line-height: 36px;
    margin: 0 auto;
    position: relative;
    top: -20px;
		text-align:center;
}
.title_c img{
	position:absolute;
	width: 50px;
}
.imgl{
	left:0;
}
.imgr{
	right:0;
}
.title_c::after {
    content: "";
    width: 72px;
    height: 2px;
    background-color: #6B1422;
    position: absolute;
    bottom: -34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.typecss,.choose{
	width:560px;
	margin:0 auto ;
	display: flex;
	justify-content:space-between
}
.choose{
	padding:10px 0 30px;
}
body{
	width:100%;
	height:1400px;
	background: url(../image/main.png);
}
.gangwei{
	background:rgba(255,255,255,0.8);
	padding:50px 0;
	width:1200px;
}