

/* 分类 */
.classify{
	padding:30px 0;
	border-bottom:1px solid #ddd;
}
.classify .list li{
	float:left;
	height:40px;
	line-height:40px;
}
.classify .list li:before{
	content:'';
	display:inline-block;
	width:1px;
	height:14px;
	background:#999;
	margin:0 20px;
	position:relative;
	top:2px;
}
.classify .list li:first-child:before{
	display:none;
}
.classify .list li.on a{
	color:#15a1dc;
}
.classify .list li a{
	font-size:15px;
}
.classify .list li a:hover{
	color:#15a1dc;
}
.classify .search{
	position:relative;
	margin-top:2px;
}
.classify .search .key{
	border-radius:40px;
}
.classify .search .send{
	position:absolute;
	right:1px;
	top:1px;
	background:none;
	outline:none;
	height:32px;
	width:45px;
	border:none;
	background:#fff;
	border-radius:0 40px 40px 0;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	background:#fff;
}
.classify .search .send:hover{
	background:#15a1dc;
	color:#fff;
}

/* 图片轮播 */
.imgs{
	padding:50px 0;
}
.imgs .topText{
	text-align:center;
	font-size:16px;
	margin-bottom:40px;
}
.imgs .swiper-area{
	position:relative;
}
.imgs .imgs-swiper{
	overflow:hidden;
	position:relative;
}
.imgs .swiper-area{
	position:relative;
}
.imgs .imgs-swiper .item .imgbox{
	overflow:hidden;
}
.imgs .imgs-swiper .item .imgbox img{
	max-width:100%;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.imgs .imgs-swiper .item h3{
	font-weight:500;
	font-size:22px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.imgs .imgs-swiper .item .desc{
	color:#999;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden
}
.imgs .arrow-left{
	position:absolute;
	top:50%;
	left:-45px;
	font-size:36px;
	color:#b6b6b6;
	cursor:pointer;
	margin-top:-26px;
}
.imgs .arrow-left:hover{
	color:#666;
}
.imgs .arrow-right{
	position:absolute;
	top:50%;
	right:-45px;
	font-size:36px;
	color:#b6b6b6;
	cursor:pointer;
	margin-top:-26px;
}
.imgs .arrow-right:hover{
	color:#666;
}
.imgs .more{
	padding-top:0.25rem;
	text-align:center;
}
.imgs .more a{
	display:inline-block;
	height:45px;
	line-height:45px;
	padding:0 35px;
	border:1px solid #333;
	color:#333;
}
.imgs .more a:hover{
	background:#f4a534;
	color:#fff;
	border:1px solid #f4a534;
}

.titleImg{
	margin-bottom:50px;
}
.titleImg img{
	display:block;
	max-width:100%;
	margin:0 auto;
}


/* 职位列表 */
.job-list{
	padding:50px 0;
}
.job-list .item{
	border-radius:5px;
}
.job-list .item:nth-child(odd){
	background:#f5f6f8;
}
.job-list .item .top{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	padding:30px;
}
.job-list .item .top .title h3{
	margin-top:0px;
}
.job-list .item .top .title h3:before{
	content:'';
	display:inline-block;
	width:3px;
	height:18px;
	background:#333;
	margin-right:8px;
}
.job-list .item .top .title .num{
	color:#666;
	padding-left:11px;
}
.job-list .item .top .date{
	display:flex;
	align-items:center;
}
.job-list .item .top .date p{
	height:18px;
	line-height:18px;
	font-size:18px;
	margin:0px;
	color:#999;
}
.job-list .item .top .date span{
	margin-right:5px;
}
.job-list .item .arrow{
	display:flex;
	align-items:center;
	cursor:pointer;
	-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.job-list .item .content{
	padding:30px 0;
	border-top:1px solid #ccc;
	margin:0 30px;
	display:none;
}
.job-list .item .content .main{
	line-height:32px;
	font-size:16px;
}
.job-list .item .reg{
	text-align:right;
}
.job-list .item .reg span{
	display:inline-block;
	border:2px solid #15a1dc;
	padding:10px 30px;
	color:#fff;
	border-radius:5px;
	color:#15a1dc;
	margin:30px 0 0 0;
	cursor:pointer;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.job-list .item .reg span:hover{
	background:#15a1dc;
	color:#fff;
}

.job-list .item.on .arrow{
	-ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
	color:#15a1dc;
}

@media screen and (max-width:768px){

	
	.classify .list li{width:33.333%;text-align:center;position:relative;}
	.classify .list li:before{margin:0px;position:absolute;left:0px;top:12px;background:#999;}
	.classify .list li[noborder]:before{display:none;}
	.classify .search{margin-top:5px;}
	
	.imgs{padding:30px 0;}
	
	.titleImg{margin-bottom: 0px;}
	
	.job-list{padding:30px 0;}
	.job-list .item .top{padding:15px 15px;}
	.job-list .item .top .title h3{font-size:16px;}
	.job-list .item .top .title h3:before{height: 14px;}
	.job-list .item .top .title .num{font-size:14px;}
	.job-list .item .top .date p{font-size:14px;}
	.job-list .item .top .date span{font-size:14px;}
	.job-list .item .content{margin: 0 15px;}
	
}








