html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "microsoft yahei";
}

body {
	background: #f0eefe;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

em {
	font-style: normal;
}

a:hover,
a:focus {
	/*color: #393939;*/
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	*zoom: 1
}

.pc-display {
	display: flex !important;
}

.phone-display {
	display: none !important;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0
}

.clearfix:after {
	clear: both
}

.clear {
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}

.hid {
	display: none;
}

img {
	border: none;
	display: inline-block;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

a {
	text-decoration: none;
}

.content {
	width: 1278px;
	margin: 0 auto;
}

.header {
	width: 100%;
	height: 97px;
	border-bottom: solid 1px #d9d7fc;
	background-image: linear-gradient(0deg, #dedcfd, #eddffd);
}

.header-content {
	display: flex;
	align-items: flex-start;
}

.header-content .logo {
	margin-top: 10px;
}

.header-right {
	flex: 1;
	display: flex;
	align-items: center;
	margin-left: 8%;
	height: 97px;
	justify-content: space-between;
}

.header-right a {
	color: #1f1f1f;
	font-weight: bold;
	font-size: 18px;
}

.nav ul {
	display: flex;
	align-items: center;
}

.nav li {
	padding: 0 36px;
    position: relative;
    height: 97px;
    line-height: 97px;
}
.nav .active .nav1{color: #ab23cd;}
.nav-my a:first-child {
	border-right: solid 1px #adadad;
	padding-right: 16px;
	margin-right: 12px;
}

.search {
	background: #fff;
	display: flex;
	align-items: center;
	width: 78%;
	margin: 40px auto;
}

.search input {
	border: solid 1px #ab60e2;
	flex: 1;
	padding: 18px;
	font-size: 15px;
}

.search .search-button {
	width: 55px;
	height: 55px;
	background-image: linear-gradient(326deg, #d626c4, #7f78f9);
	display: flex;
	align-items: center;
	justify-content: center;
}

.ad {
	display: flex;
	align-items: self-start;
	justify-content: space-between;
}

.nav-left {
	background: #fff;
	padding: 22px 22px 0;
	width: 260px;
    position: relative;
    min-height: 551px;
}
.menu-sub{
	display: none;
    position: absolute;
    top: 0;
    left: 265px;
    padding: 22px 16px 10px 24px;
    margin-top: 0;
    width: 741px;
    height: 540px;
    overflow: overlay;
    overflow: auto;
    z-index: 111111111111111;
    background: #fff;
    box-shadow: 0 10px 40px 0 rgba(153, 153, 153, .2);
    border-radius: 0;
}
.menu-article  {
    background: linear-gradient(321deg, #d626c4, #7f78f9);
    width: fit-content;
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 6px;
    line-height: 22px;
    height: auto;
    margin-bottom: 4px;
}
.menu-sub h4 {
    float: left;
    padding-top: 15px;
    margin: 0;
    padding-left: 0;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    margin-right: 15px;
    font-weight: bold;
}
.menu-sub .text {
    margin-left: 124px;
    border-bottom: solid 1px #f0f3fa;
    padding: 15px 0;
}
.menu-sub .text a {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 6px;
    margin-top: 6px;
    color: #222;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
}


#wrap ::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 0
}

#wrap ::-webkit-scrollbar {
    width: 4px
}

#wrap ::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #d1d4db;
    -webkit-border-radius: 5px;
}

#wrap ::-webkit-scrollbar-thumb:hover {
    height: 50px;
    background-color: #bfc1c9;
    -webkit-border-radius: 5px
}

#wrap .dorpdown-city::-webkit-scrollbar-track-piece {
    background: #f8f9fa
}

.nav-left-item {
	font-size: 13px;
	padding-bottom: 22px;
}

.nav-left-item-top {
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.nav-left-item-top img {
	width: 13px;
	height: 13px;
	margin-left: 1px;
}

.nav-left-item-bottom {
	margin-top: 10px;
}

.nav-left-item-bottom a {
	padding-right: 8px;
	color: #78797b;
}

.banner {
	flex: 1;
	padding-left: 10px;
	display: flex;
	align-items: flex-start;
}

.banner-left{
    width: 732px;
    margin-right: 9px;
}

.banner-swiper {
	display: flex;
	align-items: center;
	position: relative;
}
.banner-right .swiper-slide {
      width: 100%;
      height: 100%;
      opacity: 0.4;
    }

    .banner-right .swiper-slide-thumb-active {
      opacity: 1;
    }
.banner-swiper .swiper-pagination{
    margin-bottom: 17px;
}
.banner-bottom {
	display: flex;
	justify-content: space-between;
	padding-top: 16px;
	display: none;
}

.banner-right {
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: space-between;
	height: 573px;
}
.banner-right .swiper-wrapper{
    width:100%;
	display: flex;
	flex-direction: column;
}
.banner-right .swiper-wrapper .swiper-slide{width:100%!important;    height: 186px!important;  }
.bgbox {
    height: 573px!important;
    background-size: cover;
}
.banner .swiperTop-pagination {
	bottom: 18px !important;
}
.mySwiperTop .bgbox {
    height: 400px!important;
    background-size: cover;
}
.home-banner-top .home-focus-layout {
    height: 400px!important;
}
.toppag {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 4px;
	border-radius: 20px;
	background-color: #fff;
}

.toppagactive {
	background-color: #ab23cd;
}

.banner-bottom-nav {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.banner-bottom-nav-content {
	background-image: linear-gradient(90deg, rgb(0 137 68 / 79%), rgb(0 95 97 / 83%));
	width: 1271px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px 0;
}

.banner-bottom-nav-content a {
	color: #fff;
	flex: 1;
	line-height: 38px;
	font-size: 17px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.home-focus-layout{width: 100%; height:573px; position: relative; z-index: 1; }
/* 满屏背静切换焦点图 */
.home-focus-layout .bd ul{width: 100%; height: 573px; position: relative; z-index: 1; }
.home-focus-layout .bd li{width: 100%; height: 100%; position: absolute; z-index: 1; top: 0; left: 0; }
.home-focus-layout .bd li a{display: block; width:776px; height:270px; text-indent:-9999px; margin-left: -388px; position: absolute; z-index: 2; left: 50%; }
.home-focus-layout .hd{
    font-size: 0;
    text-align: center;
    display: block;
    list-style: none;
    width: 100%;
    height: 6px;
    padding: 7px 0;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 92%;
    z-index: 9;
}
.home-focus-layout .hd li{background:#fff;width:12px;height:12px;vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *display:inline; list-style:none;border-radius: 50%; margin-left:4px;overflow: hidden; cursor: pointer; *zoom:1;}
.home-focus-layout .hd .on{background: #ab23cd; }
.banner-right img{
    height: 186px;
    padding-bottom: 8px;
    width: 100%;
}

.navbtnlist {
	word-break: keep-all;
	white-space: nowrap;
	display: none;
	z-index: 999;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: 7px 0 10px 18px;
	color: #000;
	background-color: #fff;
	line-height: 33px;
	font-size: 15px;
	border-radius: 0 0 5px 5px;
	box-shadow:0 2px 8px 0 rgb(0 0 0 / 18%);
    top: 83%;
    min-width: 80px;
}
.navbtnlist-item{
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
}
.navbtnlist a {
	color: #000;
	float: left;
    font-size: 15px;
    font-weight: normal;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.navbtnlist a img{
    margin-left: 4px;
    width: 14px;
    padding-right: 16px;
}
.navbtnlist a:hover {
	color: #ab23cd;
}

.navbtn:hover .navbtnlist {
	display: block;
}

.navbtnlist .navbtntriangle {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 10px solid #fff;
	z-index: 999;
}
.navbtnlist-z1{
	display: none;
    position: absolute;
    left: 97%;
    background: #fff;
    padding: 8px 0 10px 18px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 18%);
    top: 0;
    border-top: solid 3px #ab60e2;padding-right: 16px;
}
.navbtnlist-z2{
	display: none;
    position: absolute;
    left: 96%;
    background: #fff;
    padding: 8px 18px 10px 18px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 18%);
    top: -3px;
    border-top: solid 3px #ab60e2;
}
.navbtnlist-z1-item{
    position: relative;
    width: 100%;
    float: left;
}
.navbtnlist-z1-item img{padding-right: 6px!important;}
/* 轮播图结束 */
.job h1 {
	color: #1f1f1f;
	width: 100%;
	text-align: center;
	font-size: 36px;
	padding: 33px 0;
    letter-spacing: 2px;
}

.job-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid 1px #d4d3df;
	font-size: 14px;
	color: #606060;
}

.job-title-left {
	display: flex;
	align-items: center;
	font-size: 20px;
}

.job-title-right {
	display: flex;
	align-items: center;
}

.job-title-right img {
	margin-right: 6px;
}

.job-title-item {
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 45px;
	justify-content: space-between;
}

.job-title-item a {
	color: #606060;
	font-weight: bold;
}

.job-title-left .active a {
	color: #ab23cd;
}

.job-title-left .active span {
	width: 30px;
	height: 5px;
	background: #c61dc9;
	border-radius: 11px;
	margin-bottom: -3px;
}

.job-content {
	margin-top: 25px;
}

.job-content {
	display: flex;
	flex-wrap: wrap;
}

.job-content-item {
	background: #fff;
	margin-bottom: 22px;
	flex: 0 0 32.2%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.job-content .job-content-item:nth-child(3n) {
	margin-right: 0;
}

.job-content-bottom {
	background: #f2e2f6;
	border-radius: 0 0 11px 11px;
	display: flex;
	align-items: center;
	padding: 12px;
	font-size: 13px;
	justify-content: space-between;
}

.job-content-bottom-left {
	display: flex;
	align-items: center;
	color: #000;
}

.job-content-bottom-left img {
    margin-right: 6px;
    width: 24px;
    height: 24px;
    border-radius: 2px;
}

.job-content-item-top {
	padding: 14px 18px;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
}

.job-content-item-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #222;
}

.job-content-item-label {
	font-size: 12px;
	padding-top: 12px;
}

.job-content-item-price {
	color: #ed1100;
}

.job-content-item-label span {
	background: #f8f8f8;
	color: #666;
	font-size: 12px;
	padding: 3px 6px;
	border-radius: 4px;
	margin-right: 8px;
}

.job-content-bottom-right {
	color: #666;
}

.phonebox {
	display: none;
}

.phonenav {
	display: none;
}
.more{
    width: 184px;
    text-align: center;
    background: linear-gradient(321deg, #d626c4, #7f78f9);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 30px auto;
}
.more a{
    color: #fff;
    letter-spacing: 1px;
}
.more a:hover{color: #fff;}
.company-content{
    height: 44px;
    padding: 16px 20px;
    background: linear-gradient(90deg, #f9e4ff 0, #eee1f1 100%);
    display: flex;
    align-items: center;
    border-radius: 16px 16px 0 0;
}
.company-content img{
    height: 44px;
    width: 44px;
    border-radius: 4px;
}
.company-content-right{
    margin-left: 16px;
    color: #666;
}
.company-content-title{
    color: #222;
}
.company-content-item-label{
    font-size: 14px;
    color: #555555;
}
.company-content-item-label span{
    border-right: solid 1px #d7d7d7;
    padding-right: 6px;
    margin-right: 8px;
}
.company-content-item-label span:last-child {
    border-right:none;font-size: 13px;
}
 .company-content-item-flex{
    display: flex;
    align-items: center;
}
.city-content-item-flex{
    display: flex;
    align-items: center;
}
.job-more{
    margin: 0 auto;
    width: 122px;
    height: 30px;
    line-height: 30px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #b438d5;
    font-size: 14px;
    font-weight: 400;
    color: #b438d5;
    margin-bottom: 18px;
    margin-top: 9px;
}
.person-content-item-top{
    display: flex;
    flex-direction: column;
    font-size: 15px;
    align-items: center;
}
.person-content-item-top img{
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin-bottom: 9px;
    border: solid 1px #e7e7e7;
}
.person-content .job-content-item-label {
    font-size: 12px;
    padding-top: 12px;
    justify-content: center;
    display: flex;
}
.person-content .person-label{
    text-align: center;
    font-size: 13px;
    color: #666;
    margin-top: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.person-content .job-content-item-top {
    padding: 20px 12px;
}
.person-content {
    flex:0 0 18.7%;
}
/* 招聘信息 */
.screen {
    background: #fff;
    border-radius: 12px;
    margin-top: 20px;
}
.screen-top{
    padding: 20px 20px 0;
    font-size: 14px;
}
.screen-top-content ul{
    display: flex;
    align-items: center;
    padding: 14px 0;
    flex-wrap: wrap;
}
.screen-top-title{
    color: #ab23cd;
    font-size: 19px;
    font-weight: bold;
    position: relative;
    width: 77px;
    height: 36px;
}
.screen-top-title:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 2px;
    background: linear-gradient(90deg, #ab23cd, #ab23cd);
    border-radius: 2px;
}
.screen-top-content ul li {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    cursor: pointer;
    margin: 0 18px 10px;
}
.screen-top-content ul li a{
    color: #333;
}
.screen-top-content-bottom{
    background: #f8f8f8;
    padding: 0 8px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.screen-top-content-bottom .active{color: #ab23cd;}
.screen-top-content-bottom .active a{color: #ab23cd;}
.screen-top-other-left .default-active{
    background: #f2e1ff;
    color: #ab23cd;
}
.screen-top-other-left .active ul.leixing{
	display: block;
}
.nav-down1{display: none;}
.screen-top-other-left .active .nav-down{display: none;}
.screen-top-other-left .active .nav-down1{display: block;}
/* .default-active .nav-down{display: none;}
.default-active .nav-down2{display: block;} */
.screen-top-content-bottom ul{
    display: flex;
    align-items: center;
    padding: 12px 0;
    flex-wrap: wrap;
}
.screen-top-content-bottom ul li {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    cursor: pointer;
    margin: 0 10px 0;
}
.screen-top-content-bottom ul li a{
    color: #333;
}
.screen-top-other{
    display: flex;
    align-items: center;
    padding: 0 22px 22px;
    justify-content: space-between;
}
.screen-top-other-left{
    display: flex;
    align-items: center;
}
.screen-top-item {
    display: inline-block;
    position: relative;
    background: #f8f8f8;
    border-radius: 4px;
    margin-right: 20px;
    padding: 7px 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.screen-top-item img{
    width: 9px;
    margin-left: 4px;
}
.screen-top-other-right {
    font-size: 14px;
    color: #999;
}
.screen-top-item ul.leixing{
	display: none;
    z-index: 999;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 13px;
    background-color: #fff;
    line-height: 33px;
    font-size: 14px;
    top: 100%;
    width: 72px;
    border-radius: 8px;
    border: solid 1px #ededed;
    color: #333;
}
.job-list {
    width: 100%;
    margin-top: 23px;
    display: flex;
    flex-wrap: wrap;
}
.job-list .job-content-item {
    background: #fff;
    margin-bottom:18px;
    flex: 0 0 18.8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 18px;
}
.job-list .job-content-item:nth-child(5n) {
    margin-right: 0;
}
.job-list .job-list-right{width: 40%;}
.company-list .job-list-right{width: 100%;}
.job-list .job-content-item-label {
    font-size: 12px;
    padding-top: 12px;
    display: flex;
    align-items: center;
}
.job-list .job-content-item-price {
    color: #ed1100;
    font-size: 16px;
    margin-right: 12px;
}
.job-content-item-top-left{
    width: 50%;
}
.job-list .job-content-item-top {
    padding: 0 19px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.job-list-right{
    height: 55px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    border-radius: 16px 16px 0 0;
}
.job-list-right .company-content-title{
    color: #222;
    margin-bottom: 10px;
    max-height: 46px;
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-right: 11px;
    margin-top: 16px;
}
.job-list-right img{
    height: 55px;
    width: 55px;
    border: solid 1px #e7e7e7;
    border-radius: 4px;
}
.job-list-content{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.job-list-right-ad{
    width: 20%;
    display: flex;
    flex-direction: column;
    margin-top: 22px;
}
.job-list-right-ad img{
	width: 100%;
    margin-bottom: 16px;
    border-radius: 12px;
}
.job-list-right-ad a:last-child img{
    margin-bottom: 0;
}
.job-list-page{
	display: flex;
	align-items: center;
    width: 100%;
    justify-content: center;
}
/* 公司列表 */
.company-list{
    width: 100%;
    margin-top: 23px;
}
.company-list-content{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.company-list-content .job-content-item {
    background: #fff;
    margin-right: 18px;
    margin-bottom: 18px;
    flex: 0 0 18.8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.company-list-content .job-content-item:nth-child(5n) {
	margin-right: 0;
}
.company-list-content .job-list-right {
    height: 55px;
    padding: 16px 0 20px 0;
    display: flex;
    align-items: center;
    border-radius: 16px 16px 0 0;
}
.company-list-content .company-content-title{
    color: #222;
    margin-bottom: 10px;
    max-height: 46px;
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-right: 11px;
}
.company-content-item-lei{
    font-weight: bold;
    padding-top: 1px;
    padding-bottom: 12px;
    color: #555555;
}
.company-content-item-about{
    font-weight: 300;
    color: #121010;
    height: 58px;
    overflow: hidden;
    margin-right: 7px;
    margin-bottom: 13px;
}
.job-content-bottom-right- span:first-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.company-content-item-flex img{
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    margin: 0 !important;
    margin-right: 8px !important;
}
.city-content-item-flex img{
    width: 18px !important;
    height: 18px !important;
    border-radius: inherit !important;
    margin: 0 !important;
    margin-right: 5px !important;
}
.city-content-item-gs{
    font-weight: 700;
    font-size: 14px !important;
    line-height: 1.5em;
    background-color: rgb(138 186 211 / 50%);
    font-style: italic;
    padding: 3px 11px 3px 6px;
    margin-bottom: 4px;
    border-radius: 1px;
    width: max-content;
}
/* 人才 */
.personnel-list{flex-direction:column;flex-wrap: initial;}
.personnel-list .job-content-item-top {
    padding: 19px!important;
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.job-content-item-top-left {
    width: 89%;
    display: flex;
    flex-direction: column;
    margin: 4px 0 13px;
}
.personnel-list-top{
    display: flex;
    align-items: flex-start;
    padding-bottom: 9px;
}
.personnel-list-top img {
    width: 85px;
    height: 85px;
    border-radius: 100%;
    border: solid 1px #e7e7e7;
}
.personnel-list-top .job-content-item-title {
    margin-left: 14px;
    flex-direction: column;
    align-items: flex-start;
}
 .personnel-list-top .job-content-item-b{
    font-size: 13px;
    color: #666;
    margin-top: 11px;
    line-height: 22px;
}
.job-content-title{
    display: flex;
    align-items: center;
}
.job-content-title p {
    float: left;
    width: auto;
    line-height: 30px;
    font-size: 13pt;
    color: #172342;
    font-weight: bold;
}
.job-content-title div {
    float: left;
    width: auto;
    font-style: normal;
    margin-left: 11px;
    color: #172342;
    font-size: 15px;
}
.job-content-title em {
    font-style: normal;
    color: #eee;
    margin: 0px 5px;
}
/* 新闻列表 */
.news-list{
    margin-top: 18px;
    width: 100%;
}
.news-nav{
    padding: 18px;
}
.news-nav {
    display: flex;
    align-items: center;
}
.news-nav ul{
    display: flex;
    align-items: center;
}
.news-nav li a{
    font-size: 15px;
    border-right: 1px solid #e1e1e1;
    padding-right: 10px;
    margin-right: 10px;
	color: #333;
}
.news-nav .active a{color: #ab23cd;font-weight: bold;}
.news-nav li:last-child a{
    border-right:none;
    padding-right: 0;
    margin-right: 0;
}
.news-list-item{
    display: flex;
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 18px;
}
.news-list-item img{
	width: 240px;
	height: 145px;
	border-radius: 8px;
}
.news-right{
	flex: 1;
    margin-left: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-right-title{
    color: #414a60;
    font-size: 17px;
    margin-bottom: 10px;
}
.news-right-about{
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #666;
}
.news-right-time{
    color: #999999;
    font-size: 13px;
}
/* 招聘详情 */
.list-content-top{
    background: #752e87;
    color: #fff;
}
.list-content-top .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
}
.list-content-left{
    flex: 1;
}
.list-content-left-bottom{
    display: flex;
    align-items: center;
    padding: 14px 0;
}
.list-content-left-bottom h1{
    font-size: 27px;
}
.list-content-price{
    font-size: 26px;
    margin-left: 15px;
    color: #fb27ff;
}
.list-content-left p{
    font-size: 14px;
}
.list-content-left-label{font-size: 14px;
    display: flex;
    align-items: center;}
.list-content-left-label span{
    display: flex;
    align-items: center;
    margin-right: 16px;
}
.list-content-left-label span img{
    width: 18px;
    margin-right: 3px;
}
.list-content-left-button-item{
    width: 132px;
    border-radius: 8px;
    line-height: 43px;
    height: 45px;
    transition: all .2s linear;
    box-sizing: border-box;
    background: linear-gradient(321deg, #d626c4, #7f78f9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-top: 22px;
}
.list-content-left-button-item img{
    width: 19px;
    margin-right: 6px;
}
.list-content-right span {
    height: 28px;
    line-height: 28px;
    background: rgb(255 255 255 / 15%);
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    padding: 5px 11px;
    border: none;
    margin-right: 8px;
    margin-bottom: 8px;
}
.list-content-box {
    background: #fff;
    border-radius: 12px;
    padding: 20px 21px 0;
    margin: 16px auto;
    width: 1241px;
    display: flex;
    flex-direction: column;
}
.swiper-button-next, .swiper-button-prev {
    color: #d626c4!important;
}
.list-content-box h1{
    font-size: 18px;
    font-weight: 600;
    color: #222;
}
.list-content-box-label {
    padding: 8px 0 3px;
}
.list-content-box-label span{
    margin-top: 8px;
    margin-right: 8px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    float: left;
    padding: 4px 12px;
    white-space: nowrap;
    background: #f8f8f8;
    border-radius: 4px;
}
.list-content-box-text{
    margin-bottom: 12px;
    line-height: 28px;
    color: #333;
    font-size: 15px;
    text-align: justify;
    letter-spacing: 0;
    margin-top: 10px;
}
.list-content-box-text img{
    max-width: 100%;
    height: auto;
}
.list-content .job-list-right {
    height: 55px;
    padding: 8px 20px 31px 0;
    display: flex;
    align-items: center;
    border-radius: 0;
    border-top: solid 1px #ebebeb;
    padding-top: 22px;
    margin-top: 6px;
}
.business-detail{
    background: #f8f8f8;
    border-radius: 12px;
    padding: 20px 20px 0;
    margin: 17px 0;
    font-size: 14px;
}
.business-detail li {
    float: left;
	width: 420px;
    padding-right: 5px;
    margin-top: 0;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.business-detail li span {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-bottom: 8px;
}
.job-list-left{
    flex: 1;
    display: flex;
    align-items: center;
}
.job-list-right .list-content-left-button-item {
    width: 132px;
    border-radius: 8px;
    line-height: 43px;
    height: 45px;
    transition: all .2s linear;
    box-sizing: border-box;
    background: linear-gradient(321deg, #d626c4, #7f78f9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-top: 0;
    font-size: 14px;
    color: #fff;
}
/* 新闻详情 */
.loginBox{
    width: 47%;
    margin: 0 auto;
    min-height: 400px;
    background: #fff;
    margin-top: 60px;
    border-radius: 13px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    display: flex;
    overflow: hidden;
    margin-bottom: 40px;
}

.login_left{
    background: linear-gradient(to bottom, #d7d4fe , #f8f8f8);
    width: 35%;
}
.login_left_img{
    width: 45%;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
}

.login_left_img img{
    width: 100%;
    height: auto;
    display: block;
}

.login_introduce{
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    line-height: 24px;
}

.login_introduce_p1{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #5a46cd;
}

.login_introduce_p2{
    width: 100%;
    font-size: 13px;
    color: #8184e6;
}

.login_right{
    flex: 1;
}

.login_right_title{
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
}
.login_right_form{
    width: 90%;
    margin: 0 auto;
    background: #5d00ad;
    color: #fff;
    height: 250px;
}
.login_right_agreement{
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 13px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #666;
    justify-content: center;
}
.login_right_agreement a{
    color: #695ada;
}
.login_right_agreement a:hover{
    text-decoration: underline;
}

/*新闻详情*/
.detail-box {
    width: 69%;
    margin: 36px auto;
    background: #fff;
    padding: 28px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}
.newsdetail-title{
    padding-bottom: 20px;
    font-size: 28px;
    color: #343434;
    font-weight: bold;
    line-height: 33px;
}
.newsdetail-toptext{
    border-bottom: 1px solid #eee;
    padding-bottom: 18px;
    margin-bottom: 18px;
    color: #9d9d9d;
    display: flex;
    align-items: center;
}
.newsdetail-toptext span{margin-right: 15px;font-size: 14px}
.newsdetail-text {
    font-size: 16px;
    line-height: 27px;
}
.newsdetail-toptext-icon img{
    margin-right:8px;
    border-radius: 100px;
}
.newsdetail-prevnext{
    display: flex;
    align-items: flex-start;
    width: 100%;
    float: left;
    margin: 15px 0 5px;
    padding-top: 21px;
    color: #969b97;
}
.newsdetail-prevnext-list{
    flex: 1;
}
.newsdetail-share{
    position: fixed;
    right: 2%;
    top: 32%;
    background: #f6f6f6;
    display: flex;
    flex-direction: column;
    padding: 18px;
    border-radius: 5px;
    color: #666;
    align-items: center;
    font-size: 15px;
    z-index: 1111111;
}
.newsdetail-share a{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #666;
}
.newsdetail-share img{
    padding-bottom: 10px;
}
.newsdetail-prevnext .newsdetail-prevnext-list:first-child	{    border-right: 1px solid #eee;    margin-right: 30px;}
.newsdetail-prevnext-list{
    font-size: 14px;
}
.newsdetail-prevnext-list p{
    padding-bottom: 10px;
}
.newsdetail-prevnext-list a{
    color: #000;
}
/* 公司详情 */
.list-content-company{
    display: flex;
    align-items: center;
}
.list-content-company-img{
    width: 70px;
    height: 70px;
    border-radius: 12px;
    margin-right: 14px;
    margin-top: 18px;
}
.list-content-right b{
    font-size: 41px;
    margin-right: 2px;
}
.company-nav ul{
    background: #fff;
    padding: 16px 22px;
    margin-top: 17px;
    border-radius: 12px;
    display: flex;
    align-items: center;
}
.company-nav ul li:last-child{
    margin-left: 32px;
}
.company-content-pic{margin: 12px 0;display: flex;flex-wrap: wrap;}
.company-content-pic-item{
    width: 214px;
    height: 120px;
    border-radius: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    background: #dfdfdf;
    justify-content: center;
    overflow: hidden;
}
.company-content-pic img {
    width: auto;
    height: 100%;
}
.company-content-pic img:nth-child(6){margin-right: 0;}
.company-nav .active{
    color: #ab23cd;font-weight: bold;
    position: relative
}
.company-nav .active:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -14px;
    z-index: 1;
    width: 30px;
    height: 3px;
    background: #ab23cd;
    border-radius: 11px;
}
.listcontent-box{
    width: 1278px;
    margin-top: 23px;
}
.listcontent-box .job-content-item {
    margin-right: 0;
}
.listcontent-box .job-content-item-top {
    padding: 16px 19px!important;
}
.listcontent-box .job-content-item-top .job-content-item-top-left {
    margin: 0;    width: 100%;
}
.listcontent-box .job-content-item-label {
    display: flex;
    align-items: center;
}
.listcontent-box .job-content-item-label {
    font-size: 15px;
}
.listcontent-box .job-content-item-price-right{
    margin-left: 5px;
}
.screen-top-content{
    display: flex;
    align-items: center;
}
.screen-top-content span{
    font-size: 15px;
    color: #222;
    margin-right: 10px;
}
.screen-top-content .active a{color: #ab23cd;}
/* 人才详情 */
.personnel-content{
    color: #000;
}
.personnel-content .list-content-top{
    background: #FFF;
    color: #000;
}
.personnel-content .list-content-left-bottom {
    display: flex;
    align-items: self-start;
    padding: 14px 0 0;
    flex-direction: column;
}
.personnel-content .list-content-left-bottom h1 {
    font-size: 22px;
}
.personnel-content .list-content-company-img {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    margin-right: 14px;
    margin-top: 18px;
}
.personnel-content .job-content-title div {
    float: left;
    width: auto;
    font-style: normal;
    margin-left: 0;
    font-size: 15px;
    padding: 12px 0;
}
.personnel-content .business-detail li {
    width: 326px;
}
.personnel-content .list-content-left-button-item {
    width: 193px;
    border-radius: 8px;
    line-height: 43px;
    height: 45px;
    transition: all .2s linear;
    box-sizing: border-box;
    background: linear-gradient(321deg, #d626c4, #7f78f9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-top: 22px;
    font-weight: bold;
	color: #FFF;
}
/* 人才详情 */
.timeAxisBox{
    width: 100%;
    border-bottom: #f2f2f2 solid 1px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.timeAxis_title{
    width: 100%;
    display: flex;
    align-items: center;
}
.timeAxis_icon{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.timeAxis_icon img{
    width: 20px;
    height: 20px;
    display: block;
}

.timeAxis_title h1{
    color: #666;
}

.timeAxis_cont{
    width: 100%;
    margin-top: 20px;
}

.timeAxis_list{
    width: 100%;
    display: flex;
    margin-bottom: 8px;
}

.timeAxis_list_time{
    width: 120px;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 30px;
    color: #999;
}

.timeAxis_list_img{
    width: 50px;
    background: url("../img/dian_img.jpg") no-repeat top center;
    margin-left: 5px;
    flex-shrink: 0;
}

.timeAxis_list_cont_top{
    font-size: 14px;
    line-height: 14px;
    margin: 8px 0;
    display: flex;
    padding-bottom: 5px;
}

.timeAxis_list_cont_top span{
    color: #ab23cd;
    border-right: #dbdbdb solid 1px;
    padding: 0 10px;
    display: block;

}

.timeAxis_list_cont_top span:last-child{
    border: none;
}

.timeAxis_list_cont_center{
    font-size: 14px;
    line-height: 14px;
    margin: 8px 0;
    display: flex;
}

.timeAxis_list_cont_center span{
    color: #999;
    border-right: #dbdbdb solid 1px;
    padding: 0 10px;
    display: block;

}

.timeAxis_list_cont_center span:last-child{
    border: none;
}

.timeAxis_list_cont_bottom{
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px;
    margin-top: -2px;
    color: #999;
}
.timeAxis_list_cont_bottom span{
    font-weight: bold;
    color: #888;
}
.hyleixing {
    padding: 8px 0 14px 14px !important;
    width: 167px !important;
    left: 100% !important;
}
.hyleixing .screen-top-item1 {
    position: relative;
    padding-right: 15px;
}
.hyleixing .screen-top-item1 .hover{color: #ab23cd}
.leixing a{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.search-item .hover{
	color: #ab23cd
}
.screen-top-item1{
    position: relative;
}
.screen-top-item1 ul{
    display: flex;
    flex-direction: column;
}
.menu-sub1{
    display: none;
    position: absolute;
    top: -2px;
    left: 162px;
    padding: 15px 16px 10px 20px;
    margin-top: 0;
    width: 425px;
    height: 255px;
    overflow: overlay;
    overflow: auto;
    z-index: 111111111111111;
    background: #fff;
    box-shadow: 0 10px 40px 0 rgba(153, 153, 153, .2);
    border-radius: 0;
    border-radius: 8px;
    border: solid 1px #ededed;
}
.menu-sub1 h4 {
    float: left;
    width: 95px;
    padding-top: 12px;
    margin: 0;
    padding-left: 0;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    line-height: 18px;
}
.menu-sub1 .text {
    margin-left: 101px;
    border-bottom: solid 1px #f0f3fa;
    padding: 9px 0;
    line-height: 24px;
}
.menu-article1 {
    font-size: 15px;
    font-weight: 500;
    color: #12141a;
    line-height: 22px;
    padding-left: 0;
    margin-bottom: 4px;
}
.menu-sub1 .text a {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 6px;
    margin-top: 6px;
    color: #222;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    width: auto;
    flex-direction: row;
    display: inline;
}
.kong{
    font-size: 14px;
    background: #fff;
    padding: 55px 12px;
    border-radius: 12px;
    text-align: center;
    color: #45474d;
    line-height: 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
/* 尾 */
.foot {
	background: #21252e;
	width: 100%;
	float: left;
	color: #727a8b;
    margin-top: 21px;
}
.footTop {
	display: flex;
	align-items: center;
	border-bottom: solid 1px #32363f;
	width: 73%;
	margin: 0 auto;
}

.footLogo {
	padding-left: 0;
    width: 50%;
}

.footewm {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 34px 0;
    flex: 1;
}

.footitem {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 94px;
	font-size: 12px;
	margin-left: 5%;
}

.footitemimg {
	padding-top: 4px;
}

.foottext {
	display: flex;
	align-items: center;
	width: 73%;
	margin: 0 auto;
}

.foottextLeft{
    border-right: solid 1px #32363f;
    height: 100%;
    line-height: 27px;
    font-size: 15px;
    padding: 52px 0 79px 0;
    width: 40%;
}

.foottextRight {
	display: flex;
	align-items: self-start;
	flex: 1;
}

.foottextRight ul {
    padding: 31px 0 19px 0;
    border-right: solid 1px #32363f;
    flex: 1;
    overflow: hidden;
}

.foottextLeftTel {
	color: #fff;
	font-size: 25px;
	padding: 7px 0;
	font-weight: bold;
}

.foottextLeftTel span {
	font-size: 15px;
	font-weight: normal;
}

.foottextRight ul:last-child {
	border-right: none
}

.foottextRight ul li a {
	color: #727a8b;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.foottextRight ul li {
	padding-left: 15%;
	line-height: 27px;
}

.foottextRight ul .footnavtitle {
	border-left: solid 2px #d626c4;
	padding-left: 15%;
	margin-bottom: 10px;
	height: 21px;
	line-height: 21px;
}

.foottextRight ul .footnavtitle a {
	color: #fff;
	font-size: 15px;
}

.footbottom {
	background: #1a1f27;
}

.footbottom .footbottombox {
	width: 73%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 17px 0;
    font-size: 14px;
}

.footbottom .footbottombox a {
	color: #727a8b;
}

.footbottomRight a {
	padding-left: 22px;
}
.job-list-content1 .company-content-right {
    height: auto;
}
/*sl添加登录之后的样式*/
.sl_navStyle{
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.sl_touxingStyle{
	width: 47px;
	height: 47px;
	margin-right: 10px;
	border-radius: 100px;
	overflow: hidden;
}
.sl_touxingStyle img{
	width: 47px;
	height: 47px;
	display: block;
}
.sl_nicknameStyle{
	font-size: 15px;
	display: flex;
	align-items: center;
}
.displayContent{
	position: absolute;
	top: 65px;
	background-image: linear-gradient(326deg, #d626c4, #7f78f9);
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	border-radius: 10px;
	z-index: 999;
}
.displayCont{
	width: 100%;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
	font-size: 15px;
}

.displayCont_my{
	width: 100%;
	height: 40px;
	background: #ab23cd;
	text-align: center;
	line-height: 40px;
	border-radius: 7px;
	color: #fff;
	margin-bottom: 10px;
}

.displayCont_out{
	width: 100%;
	height: 40px;
	background: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 7px;
	box-sizing: border-box;
	color: #ab23cd;
	border: #ab23cd solid 1px;
}

/*sl缴费记录样式开始*/
.sl_jfSousuo{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 99% !important;
}

.sl_jfSousuo .sl_danhao{
	font-size: 13px;
	font-weight: bold;
	margin-right: 10px;
	flex-shrink: 0;
}

.sl_jfSousuo .sl_input{
	margin-right: 11px !important;
}

.sl_jfSousuo .sl_button{
	margin-left: 5px
}

.sl_jfBiaotouStyle{
	width: 98%;
	margin: 0 auto;
	display: flex;
	color: #999;
	background: #f8f8f8;
	height: 20px;
	padding: 8px 0;
	font-size: 13px;
	font-weight: bold;
}

.sl_jfBiaoContentStyle{
	width: 98%;
	margin: 0 auto;
	display: flex;
	color: #000;
	height: 60px;
	align-items: center;
	font-size: 13px;
	border-bottom: #E6E6E6 solid 1px;
}

.sl_jfdh{
	width: 27.5%;
	text-align: center;
}
.sl_jfcjsj{
	width: 27.5%;
	text-align: center;
}
.sl_jfje{
	width: 15%;
	text-align: center;
}
.sl_jfzt{
	width: 15%;
	text-align: center;
}
.sl_jfcz{
	width: 15%;
	text-align: center;
}

/*sl缴费记录样式结束*/

/*sl企业介绍列表样式开始*/
.sl_qyjsBiaotouStyle{
	width: 98%;
	margin: 0 auto;
	display: flex;
	color: #999;
	background: #f8f8f8;
	height: 20px;
	padding: 8px 0;
	font-size: 13px;
	font-weight: bold;
}

.sl_qyjsBiaoContStyle{
	width: 98%;
	margin: 0 auto;
	display: flex;
	color: #999;
	align-items: center;
	padding: 10px 0;
	font-size: 13px;
	border-bottom: #E6E6E6 solid 1px;
}

.sl_qyjsGsmc{
	width: 70%;
	box-sizing: border-box;
	padding-left: 10%;
}
.sl_qyjsZcsj{
	width: 15%;
	text-align: center;
}
.sl_qyjsCz{
	width: 15%;
	text-align: center;
}

.sl_qyjsGsmcFlex{
	display: flex;
	align-items: center;
	padding-left: 3% !important;
}
.sl_qyjsGsmcFlex img{
	display: block !important;
}
.sl_qyjsGsmcName{
	margin-left: 10px;
}
/*sl企业介绍列表样式结束*/
.sl_btBox1 .sl_btBox_right div:first-child{ line-height: 34px;}

.job-list .job-content-item-top {
    padding: 0;
}
.job-list .company-list-content .job-list-right{padding: 0;}
.job-list .job-list-right {
    height: auto;
    padding: 0 0 20px 0;
    display: flex;
    align-items: self-start;
    border-radius: 0;
    flex-direction: column;
}
.job-list .job-list-right img {
    height: 187px;
    width: 100%;
    border: none;
    border-radius: 0;
    margin-bottom: 16px;
}
.company-content-right {
    height: 232px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 16px;
}
.job-list-left  .company-content-right {
    height: auto;
}
.job-list-content1 .job-list-right img {
    width: 100%;
}
.job-list-content1 .job-list-right {
    padding: 0;
    width: 100%;
}
.job-list-content1 .job-content-item-top {
    padding: 0;
}
.job-list-content1 .company-content-right {
    margin-bottom: 0;
}
.home-banner-top{
    width: 100%;    
    padding-left: 0;
}
.home-banner-top .banner-left {
    width: 100%;
    margin-right: 0;
}
@media(max-width:767px) {


	.phonebox {
		display: block;
	}

	.phonenav {
		display: block;
	}

	.header-content {
		justify-content: space-between;
	}

	.phonebox {
		position: relative;
		float: right;
		margin: 35px 22px 0;
	}

	.header .navopen {
		color: #5d00ad;
		border: 1px solid #5d00ad;
		border-radius: 5px;
		padding: 1px;
	}

	.header .phonebox .bi-list {
		display: block;
	}

	.header .phonebox.active .bi-list {
		display: none;
	}

	.header .phonebox .bi-x {
		display: none;
	}

	.header .phonebox.active .bi-x {
		display: block;
	}

	.header .phonenav {
		display: none;
		z-index: 999999;
		position: absolute;
		top: 98px;
		right: 0;
		left: 0;
		height: 100vh;
		padding: 0 20px;
		line-height: 50px;
		background-color: #f0edff;
		font-size: 15px;
	}

	.header .phonenav .navbtn {
		border-top: 1px solid #e0c9eb;
	}

	.header .phonenav .navbtn:first-child {
		border-top: none;
	}

	.header .phonenav .navbtn .phonemore svg {
		width: 1em;
		height: 1em;
		margin-top: 8px;
		font-size: 16px;
		transition: .3s;
	}

	.header .phonenav .navbtn a {
		color: #000;
	}

	.header .phonenav .navbtn .phonemore.active svg {
		transform: rotate(90deg);
	}

	.header .phonenav .navbtn .navsonlist {
		overflow: hidden;
		line-height: 0px;
		opacity: 0;
		padding-left: 10px;
		font-size: 13px;
		transition: .3s;
        display: flex;
        flex-direction: column;
	}

	.header .phonenav .navbtn.active .navsonlist {
		line-height: 35px;
		opacity: 1;
	}

	.header .phonenav.active {
		display: block;
	}
	.body-active{height: 100vh;overflow: hidden;}
	.swiper-pagination {
		display: block;
	}

	.header-content .logo {
		margin-top: 10px;
		margin-left: 16px;
	}

	.content {
		width: 100%;
		margin: 0 auto;
	}

	.header-right {
		display: none;
	}

	.search {
		width: 91%;
		margin: 19px auto;
	}

	.search input {
		padding: 13px;
        height: 17px;
        line-height: 17px;
	}

	.search .search-button {
		width: 45px;
		height: 45px;
	}

	.nav-left {
		display: none;
	}

	.banner {
		padding-left: 0;
		width: 100%;
		flex-direction: column;
	}

	.banner-left {
		width: 100%;
		margin-right: 0;
	}

	.banner-swiper img {
		width: 100%;
	}

	.banner-bottom {
		display: flex;
		justify-content: space-between;
		padding-top: 7px;
		width: 100%;
		display: none;
	}

	.banner-bottom a {
		width: 49%;
	}

	.banner-bottom a img {
		width: 100%;
	}

	.banner-right {
		height: auto;
		flex-direction: row;
		padding-top: 6px;
		display: none !important;
	}

	.banner-right a {
		width: 32%;
	}

	.banner-right a img {
		width: 100%;
        height: auto;
	}
	.home-focus-layout {
		height: 280px;
	}
	.home-focus-layout .bd ul {
	    height: 280px;
	}
	.home-focus-layout .hd  {
        top: 243px;
        width: 100%;
        margin-left: 0;
        position: absolute;
        left: 0;
    }
	.job-content {
		margin-top: 20px;
	}

	.job h1{
        color: #1f1f1f;
        width: 100%;
        font-size: 24px;
        padding: 26px 0;
        text-align: center;
        padding-left: 0;
    }
	.job-title {
	    margin-top: 14px;
	}

	.job-title-right {
		display: none;
	}

	.job-title-left {
		width: 100%;
		font-size: 19px;
	}

	.job-title-item {
		width: 49%;
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 39px;
		justify-content: space-between;
	}

	.job-title-left .active span {
		width: 25px;
		height: 4px;
		background: #c61dc9;
		border-radius: 11px;
		margin-bottom: -3px;
	}

	.job-content {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.job-content-item {
		flex: 1 !important;
		margin-left: 18px;
		margin-bottom: 18px;
		margin-right: 18px !important;
	}
	.company-nav ul {
		background: #fff;
		padding: 16px 22px;
		border-radius: 12px;
		display: flex;
		align-items: center;
		width: 81%;
		margin: 17px auto 0;
	}
	.job-content .job-content-item:nth-child(3n) {
		margin-right: 20px;
	}
	.company-content-title {
        color: #222;
        margin-bottom: 7px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-all;
        height: 15px;
    }
	.job-content .person-content:last-child {
		margin-right: 22px;
	}
	/* 招聘信息 */
	.screen-top {
	    padding: 20px 20px 0;
	}
	.screen-top-other {
	    flex-direction: column;
		padding: 0 12px 22px;
        align-items: flex-start;
	}
	.screen-top-other-left{
	    display: flex;
	    flex-wrap: wrap;
        justify-content: space-around;
	}
	.screen-top-item{
        display: inline-block;
        position: relative;
        background: #f8f8f8;
        border-radius: 4px;
        margin-right: 7px;
        padding: 7px 9px;
        font-size: 13px;
        margin-bottom: 12px;
    }
	.screen-top-other-right {
	    font-size: 14px;
	    color: #999;
	    width: 100%;
	    text-align: center;
	}
	.screen-top-other-left .active .nav-down1 {
	    display: inline;
	}
	.screen-top-item img {
	    width: 7px;
	    margin-left: 4px;
	    margin-bottom: 2px;
	}
	.screen-top-other-left .screen-top-item:nth-child(4n) {
		margin-right: 0;
	}
	.job-list-content {
	    display: flex;
	    align-items: flex-start;
	    flex-direction: column;
	}
	.job-list {
	    width: 100%;
	    margin-top: 23px;
	    flex-direction: column;
	}
	.job-list .job-content-item-top {
	    flex-direction: column;
        padding: 15px 19px;
	}
	.job-list .job-list-right {
        padding: 0;
	}
	.job-list-right .company-content-title {
	    color: #222;
	    padding-bottom: 15px;
	    height: 9px;
	}
	.job-list-right-ad {
	    display: flex;
	    flex-direction: column;
	    margin-top: 22px;
	    width: 92%;
	    margin-left: 4%;
	}
	.listcontent-box {
    margin-top: 23px!important;
}
	.screen{
	    width: 92%;
        margin: 20px auto 0;
	}
	.menu-sub1 {
	    top: -2px;
	    left: 138px;
	    width: 184px;
	    height: 253px;
	}
	/* 新闻 */
	.news-list {
	    width: 93%;
	    margin: 18px auto;
	}
	.news-list-item {
	    flex-direction: column;
	}
	.news-list-item img {
	    width: 100%;
	    height: 216px;
	    border-radius: 8px;
	}
	.news-right {
	    flex: 1;
	    margin-left: 0;
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	    margin-top: 11px;
	}
	.news-right-about {
	    font-size: 14px;
	    line-height: 24px;
	    height: 48px;
	    color: #666;
	    overflow: hidden;
	    margin-bottom: 10px;
	}
	.news-nav {
	    display: flex;
	    align-items: center;
	    padding: 8px 16px;
        margin-top: 5%;
	}
	.news-nav ul {
	    display: flex;
	    align-items: center;
	    flex-wrap: wrap;
	}
	.news-nav ul li{margin: 6px 0;}
	.news-nav li a {
		font-size: 14px;
	    padding-right: 8px;
	    margin-right: 8px;
	}
	.detail-box {
	    width: 81%;
	    margin: 24px auto 4px;
	    background: #fff;
	    padding: 18px;
	    border-radius: 12px;
	    display: flex;
	    flex-direction: column;
	}
	.newsdetail-title {
	    padding-bottom: 17px;
	    font-size: 24px;
	    color: #343434;
	    font-weight: bold;
	    line-height: 33px;
	}
	/* 招聘详情 */
	.list-content-top .content {
	    flex-direction: column;
	}
	.list-content-left {
	    flex: 1;
	    width: 88%;
	}
	.list-content-right{
	    width: 87%;
	    margin-top: 25px;
	}
	.list-content-box {
	    width: 82%;
	}
	.business-detail li {
	    width: 100%;
		margin-bottom: 19px;
	}
	.business-detail {
	    padding: 17px;
	}
	.job-list-right .list-content-left-button-item{display: none;}
	/* 新闻详情 */
    .loginBox{
        width: 90%;
    }
    .login_left{
        display: none;
    }
	.newsdetail-toptext {
	    border-bottom: 1px solid #eee;
	    padding-bottom: 14px;
	    margin-bottom: 14px;
	    color: #9d9d9d;
	    display: flex;
	    align-items: center;
        justify-content: space-between;
	}
	.newsdetail-toptext span {
	    margin-right: 0;
	    font-size: 13px;
	}
	 .newsdetail-toptext span:nth-child(2) {
	        display: none;
	    }
		.newsdetail-toptext-icon img {
		    margin-right: 4px;
		    width: 28px;
		}
		.newsdetail-toptext-icon{
		    float: left;
		    width: 32%;
		}
	/* 公司 */
	.list-content-company-img {
	    width: 84px;
	    height: 84px;
	    border-radius: 8px;
	    margin-right: 14px;
	    margin-top: 18px;
	}
	.company-content-pic-item{
	    width: 48%;
	    height: 97px;
	}
	.company-content-pic-item:nth-child(2n){margin-right: 0;}
	.company-content-pic-item:nth-child(6){margin-right: auto;}
	.personnel-content .list-content-company-bottom{
	    flex: 1;
	}
	.personnel-content .list-content-left-label{
	    flex-direction: column;
	    line-height: 23px;
	    align-items: self-start;
	}
	.personnel-content .list-content-right {
	        width: 87%;
	        margin-top: 0;
	    }
		.personnel-content .list-content-left-bottom {
		    flex-direction: row;
		}
		.personnel-content .job-content-title div {
		    float: left;
		    width: auto;
		    font-style: normal;
		    margin-left: 0;
		    font-size: 15px;
		    padding: 7px 0 11px 7px;
		}
		.kong {
		    padding: 34px 12px;
		}
	/* 结尾 */
	.footTop {
			display: flex;
			align-items: self-start;
			border-bottom: solid 1px #32363f;
			width: 90%;
			margin: 26px auto;
			flex-direction: column;
		}

		.footLogo {
			justify-content: center;
			display: flex;
			width: 100%;
		}

		.footewm  {
			display: flex;
			align-items: center;
			justify-content: center;
			padding: 15px 0;
			width: 100%;
		}

		.footitem {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: space-between;
			height: 94px;
			font-size: 12px;
			margin-right: 3%;
			margin-left: 0;
			flex: 1;
		}

		.foottextRight {
			display: none;
		}

		.foottext {
			display: flex;
			align-items: center;
			width: 89%;
			margin: 0 auto;
		}

		.foottextLeft {
			border-right: none;
			height: 100%;
			line-height: 27px;
			font-size: 15px;
			padding: 0 0 34px 0;
			width: 100%;
		}

		.footbottom .footbottombox {
			font-size: 13px;
			width: 90%;
			margin: 0 auto;
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 17px 0;
			font-size: 14px;
		}

		.footbottomLeft {
			text-align: center;
		}

		.footbottomRight {
			display: none;
		}

	/*sl缴费记录样式开始*/
	.sl_jfBiaotouStyle,.sl_jfBiaoContentStyle{
		font-size: 10px !important;
	}

	.sl_jfdh{
		width: 20%;
		text-align: center;
		white-space: normal;
		overflow-wrap: break-word;
	}
	.sl_jfcjsj{
		width: 20%;
		text-align: center;
	}
	.sl_jfje{
		width: 15%;
		text-align: center;
	}
	.sl_jfzt{
		width: 15%;
		text-align: center;
	}
	.sl_jfcz{
		width: 30%;
		text-align: center;
	}
	.sl_jfcz p{
		font-size: 10px !important;
	}
	/*sl缴费记录样式结束*/

	/*sl企业介绍列表样式开始*/
	.sl_qyjsGsmc{
		width: 60%;
		box-sizing: border-box;
		padding-left: 10%;
	}
	.sl_qyjsZcsj{
		width: 25%;
		text-align: center;
	}
	.sl_qyjsCz{
		width: 15%;
		text-align: center;
	}

	/*sl企业介绍列表样式结束*/
	.job-list .company-list-content {
        flex-direction: column;
    }
    .job-list .company-list-content .job-list-right {
        padding: 0;
        height: auto;
        align-items: self-start;
    }
     .job-list .job-content-item-top {
        flex-direction: column;
        padding: 0;
    }    
    .job-list-content1 .job-content-item-top {
        padding: 0 !important;
    }
    .navbtnlist a {font-size:14px}
    .home-banner .home-focus-layout .bd ul {
        height: 205px;
    }
   .home-banner .home-focus-layout{
        height: 106px;
    }
   .home-banner-top .home-focus-layout{
        height: 106px!important;
    }
    .home-banner .home-focus-layout .hd {
        top: 169px;
    }
    .bgbox {
        height: 106px  !important;
    }
    .mySwiperTop .bgbox{
        height: 106px  !important;
    }
    .banner-swiper .swiper-pagination {
        margin-bottom: 0;
    }
    .bgbox1 {
        height: 280px !important;
    }
    .job-list-content1 .job-list-right img {
        height: 339px;
    }
    
.job-list .job-list-right img {
    height: 242px;
}
.company-content-right {
    height: 211px;
}

    .job-content .person-content:last-child {
        margin-right: 17px !important;
    }
}
.swiper-slide{background-size: 100% 100% !important}
.personnel-list .job-content-item-top{
    padding-bottom: 0 !important;
}
.personnel-list .job-content-item {
    border-radius: 11px!important;    margin-right: 0;
}
.job-list-right-flex {
    position: relative;
    width: 100%;
}
.job-list-right b{
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    line-height: 1.12em;
    text-transform: uppercase;
    font-style: italic;
    background: #ff2b2b;
    border-radius: 2px;
    padding: 4px 12px;
    position: absolute;
    vertical-align: super;
    bottom: 8px;
    left: 40%;
}