@charset "utf-8";
.index_main{
	 width: 1190px;
	 margin: 0 auto;
}
.index_layout{
	margin-top: 20px;
	padding: 20px 0px 24px;
	position: relative;
	/* height: 500px; */
}
.index_layout .title{
	text-align: left;
	margin-bottom: 15px;
	font-size: 22px;
	color: #14152C;
	line-height: 22px;
	padding-left: 12px;
	position: relative;
}
.index_layout .title:before{
	content:"";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	left: 0;
	background:  #4D7EFF ;
	top: 50%;
	transform: translateY(-50%);
}
.index_layout .title span {
	color: #899098;
	font-size: 16px;
	position: relative;
	top: 4px;
}


.index_listBox{
	 width: 1190px;
	 height: 325px;
	 margin: 46px auto 0;
	 overflow: hidden;
}
.index_listNav{
	width: 370px;
	height: 325px;
	box-sizing: border-box;
	padding: 20px 0;
	background-color: #fff;
	position: relative;
	z-index: 61;
	border-radius: 12px;
	margin-right: 13px;
}
.indexBanner{
	width: 545px;
	margin: 0;
	margin-right: 3px;
	overflow: hidden;
	border-radius: 12px 0 0 12px;
}
.index_smallBanner{
	 width: 257px;
}
.index_smallBanner a{
	display: block;
	width: 255px;
	height: 106px;
	overflow: hidden;
}
.index_smallBanner a:first-child{
	border-radius: 0 12px 0 0;
}
.index_smallBanner a:last-child{
	border-radius: 0 0 12px 0;
}
.index_smallBanner a img{
	width: 255px;
	height: 106px;
}
.index_smallBanner a.center{
	margin: 3px 0;
}

.index_smallBanner a {
	margin-bottom: 3px;
}

.index_smallBanner a:last-of-type {
	margin-bottom: 0;
}
/*left_listNav*/
.menu_main{
	height: 35px;
	line-height: 35px;
	padding: 0 23px;
	margin: 1px 0;
	position: relative;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menu_main .navTit{
	font-size: 15px;
	margin-right: 20px;
	color: #14152C;
}

.menu_main a{
	margin-right: 20px !important;
	font-size: 13px;
	color: #666666;
}
.menu_main .arrow{
	position: absolute;
	width: 7px;
	height: 12px;
	margin-top: 12px;
	background: url(../images/icon.png) no-repeat -3px -75px;
	right: 15px;
	top: 0;
}
.menu_box:hover .menu_main{
	box-shadow: 0px 0px 6px #ddd;
}
.menu_box .menu_sub{
	width: 620px;
	height: 325px;
	box-sizing: border-box;
	padding:12px 20px 20px;
	position: absolute;
	left: 376px;
	top: 0;
	background-color: #fff;
	z-index: 10;
	box-shadow: 0px 0px 6px #ddd;
	font-size: 13px;
	line-height: 28px;
	border-radius: 12px;
}
.menu_box .menu_sub a{
	margin-right: 20px;
	white-space: nowrap;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	width: 29%;
}
.menu_box .menu_sub a:hover{
	text-decoration: underline;
}
.menu_box:hover .menu_sub{
	display: block;
}
.menu_box:hover .menu_main:after {
    content: '';
    float: right;
    top: 0;
    bottom: 0;
    right: -1px;
    width: 7px;
    background: #fff;
    z-index: 102;
    height: 33px;
}
.menu_sub .subTit{
	font-weight: bold;
	font-size: 15px;
	line-height: 40px;
}
.menu_subBox{
	height: 280px;
	overflow-y: auto;
}
.menu_subBox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
}
.menu_subBox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    background: #c1c1c1;
}
.menu_subBox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    background: #f1f1f1;
}
.menu_sub_list dt{
	padding-top: 12px;
	font-weight: bold;
	font-size: 15px;
	line-height: 40px;
}
.menu_sub_list dd{
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 10px;
	padding-top: 10px;
}


/*banenr*/
#owl-demo{
	position:relative;
	width:545px;
	height: 325px;
}
#owl-demo .item{
	position:relative;
	display:block;
}
#owl-demo img{
	display:block;
	width:545px;
	height: 325px;
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-pagination{
	position:absolute;
	left:0;
	bottom:14px;
	width:100%;
	height:10px;
	text-align:center;
}
.owl-page{
	display:inline-block;
	width:10px;
	height:10px;
	margin-right:10px;
	border-radius:6px;
	background:rgba(255, 255, 255, 0.6)!important;
	filter:Alpha(opacity=60);
	background-color:#fff;
	cursor: pointer;
}
.owl-pagination .active{
	width:30px;
	border-radius: 6px;
    -webkit-transition: width .5s;
    transition: width .5s;
	background:rgba(255, 255, 255, 1.0)!important;
	filter:Alpha(opacity=100);
}
.owl-buttons{display:block;}
.owl-buttons div{
	position:absolute;
	top:50%;
	width:25px;
	height:46px;
	margin-top:-40px;
	text-indent:-9999px;
	cursor: pointer;
}
/*.owl-prev{
	left:0;
	background: url(../images/left.png) no-repeat left top;
}
.owl-next{
	right:0;
	background: url(../images/right.png) no-repeat left top;
}
.owl-prev:hover{
	background: url(../images/left.png) no-repeat left -46px;
}
.owl-next:hover{
	background: url(../images/right.png) no-repeat left -46px;
}*/

.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{
	float: left;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
/*banner*/



.recruitment_list{
	width: 365px;
	height: 86px;
	border: 1px solid #e0e0e0;
	margin: 0 8px 20px;
	border-radius: 5px;
}
.recruitment_list:hover{
	box-shadow: 0px 0px 6px #ddd;
}
.recruitment_list .com_tit{
	padding:0 15px;
	height: 28px;
	line-height: 28px;
	background-color: #f9f9f9;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.recruitment_list .com_tit a{
	color: #999;
}
.recruitment_list .com_tit a:hover{
	color:  #4D7EFF  ;
}
.recruitment_list .rec_text{
	height: 58px;
	padding: 0 15px;
}
.recruitment_list .rec_text a{
	display: block;
}
.recruitment_list .zhiwei{
	width: 180px;
	line-height:58px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.recruitment_list .daiyu{
	float: right;
	margin-top: 20px;
	color:  #4D7EFF  ;
	margin-left: 20px;
}
.recruitment_list .daiyu strong{
	font-size: 16px;
	color: #f86600;
	margin-left: 5px;
}
.recruitment_list .daiyu i{
	font-size: 16px;
	font-weight: bold;
	color: #f86600;
	font-style: normal;
	position: relative;
	top: -10px;
}



.latestJobs_list{
	box-sizing: border-box;
	width: 366px;
	height: 143px;
	border: 0.5px solid #EFEFEF;
	margin: 0 8px 20px;
	border-radius: 8px;
	position: relative;
}
.aLinkBox {
	padding: 20px 16px;
	height: 90px;
	box-sizing: border-box;
}
.latestJobs_list:hover{
	box-shadow: 0px 0px 6px #ddd;
}
.latestJobs_list .aLinkBox:hover .zhiwei{
	color: #4D7EFF ;
}
.latestJobs_list .zhiwei{
	width: 170px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	color: #222;
}
.latestJobs_list .daiyu{
	font-size: 18px;
	color: #f86600;
	margin-left: 20px;
}
.latestJobs_list .yaoqiu{
	color: #999;
	line-height: 32px;
	margin-top: 9px;
}
.latestJobs_list .yaoqiu span{
	display:inline-block;
	height: 18px;
	background: #F8F8F8;
	border-radius: 2px;
	line-height: 18px;
	padding: 0 10px;
	margin-right: 8px;
	color: #666666;
}
.latestJobs_list .num{
	color: #999;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 1px 5px;
	margin: 7px 0;
}
.latestJobs_list .comNameBox{
	border-top: 1px dashed #c9c9c9;
	line-height: 52px;
	height: 52px;
	padding: 0;
	background: rgb(227 233 255 / 20%);
}
.latestJobs_list .comNameBox:hover .comName {
	color:#4D7EFF;
}
.latestJobs_list .comNameBox a{
	cursor: pointer;
	padding: 0 16px;
}
.latestJobs_list .comLogo{
	float: left;
	width: 30px;
	height: 30px;
	border: 1px solid #e3e3e3;
	margin-right: 10px;
	display: flex;
	align-items: center;
	margin-left: 16px;
	margin-top: 10px;
}
.latestJobs_list .comLogo img{
	width: 30px;
	max-height: 30px;
	line-height: 30px;
}
.latestJobs_list .comType{
	color: #666666;
	margin-left: 12px;
	padding-right: 10px;
	line-height: 12px;
	height: 12px;
	margin-top: 19px;
	border-right: 1px solid #666666;
}
.latestJobs_list .comType:last-child {
	border:0;
}
.latestJobs_list .time{
	color: #999;
	position: absolute;
	right: 15px;
	line-height: 12px;
	top: 59px;
}
.latestJobs_list .comName{
	display: inline-block;
	max-width: 120px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
	color: #666666;
}

.news_list{
	box-sizing: border-box;
	padding: 0 15px;
	width: 366px;
	height: 100px;
	border: 1px solid #e0e0e0;
	margin: 0 8px 20px;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.news_list img {
	width: 132px;
	height: 72px;
	border-radius: 8px;
	flex-shrink: 0;
	margin-right: 14px;
}
.news_list .news_list_right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 72px;
}
.news_list:hover{
	box-shadow: 0px 0px 6px #ddd;
}
.news_list .date{
	width: 70px;
	height: 40px;
	line-height: 20px;
	box-sizing: border-box;
	padding-right: 15px;
	border-right: 1px solid #e0e0e0;
	margin-top: 17px;
	margin-right: 20px;
}
.news_list .day{
	font-size: 18px;
	font-weight: bold;
}
.news_list .year{
	color: #999;
}
.news_list .newsTit{
	font-size: 15px;
	line-height: 26px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news_list .newsText{
	color: #999;
	line-height: 26px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 12px;
}

.news_list .newsDate {
	font-size: 12px;
	color: #999;
}


.moreBox{
	text-align: center;
	position: absolute;
	bottom: 40px;
	width: 100%;
}
.moreBox a{
	display: inline-block;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 10px;
	width: 185px;
	color:  #4D7EFF ;
	height: 42px;
	background: #EAF0FF;
}
.moreBox a:hover{
	color: #fff;
	background-color:  #4D7EFF ;
}

.addResume_tipsDiv{
	width: 100%;
	height: 38px;
	background-color: #fff0df;
	border-top: 1px solid #ffd08e;
	border-bottom: 1px solid #ffd08e;
}
.addResume_tips{
	width: 1190px;
	margin: 0 auto;
	line-height: 38px;
	color: #827c77;
	font-size: 12px;
	text-align: center;
}
.addResume_tips .tit{
	font-size: 15px;
	color: #ff7200;
	font-weight: bold;
	margin-right: 10px;
}
.addResume_tips a{
	display: inline-block;
	width: 70px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	background-color: #ff7200;
	border-radius: 3px;
	margin-left: 110px;
}
.latestJobs_tab {
	line-height: 52px;
	font-size: 18px;
	margin-bottom: 10px;
	padding: 0 19px;
}
.latestJobs_tab a{
	float: left;
	text-align: center;
	margin: 0 19px;
	font-size: 14px;
	color: #14152C;
}
.latestJobs_tab a:hover {
	color:  #4D7EFF ;
}
.latestJobs_tab .latestJobs_active{
	font-weight: 600;
	color:  #4D7EFF ;
	position: relative;
}
.latestJobs_tab .latestJobs_active:before{
	content:"";
	font-weight: 600;
	background-color:  #4D7EFF;
	position: absolute;
	width: 80%;
	height: 3px;
	bottom: 9px;
	border-radius: 3px;
	left: 50%;
	transform: translateX(-50%);
}
.louding_img {
	position: absolute;
	width: 100%;
	top: 0;
	height: 560px;
	background-color: rgba(255,255,255,0.4);
	left: 0;
	line-height: 560px;
	z-index: 9;
	text-align: center;
	color: #999;
	font-size: 34px;
	display: none;
}
.latestJobs_box,.news_box  {
	    background-color: #fff;
	    padding: 24px 20px 59px;
	    border-radius: 12px;
			display: flex;
			flex-wrap: wrap;
}
.indexmain_body {
	background:  url(../images/indexmain_bg.jpg) no-repeat top  center;
	background-color: #F4F9FF;
}
.padsml {
	padding-bottom: 10px;
}
.menu_box {
	padding-right: 20px;
	width: 370px;
}
.menu_main::before {
	content:"";
	border: 6px solid #C8C9CD;
	width: 0;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
	border-right: 6px solid #fff;
	background-color: red;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}