.container{
	padding-bottom: 30px;
}
.bannerImg {
	width: 100%;
}

.bannerImg img {
	width: 100%;
	height: auto;
}
.training{
	text-align: center;
	padding: 56px 0 50px;
}
.occupation{
	width: 1200px;
	margin: 36px auto;
}
.occupation::after{
	content: "";
	clear: both;
	display: block;
}
.occupation_left{
	width: 605px;
	float: left;
	position: relative;
	height: 336px;
}
.o_left_content{
	width: 100%;
	height: 176px;
	line-height: 44px;
	font-size: 24px;
	color: #333333;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	overflow: hidden;
}
.occupation_right{
	width: 570px;
	height: 336px;
	float: right;
}
.cont-more {
    display: block;
    width: 100%;
    height: auto;
    text-align: right;
    color: #007AFF;
    position: absolute;
    left: 0px;
    bottom: 50px;
    cursor: pointer;
    padding-right: 10px;
}
.occupationSwiper{
	width: 570px;
	height: 336px;
	overflow: hidden;
	position: relative;
}
.occupationSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
/* 工种 */
.work{
	text-align: center;
	position: relative;
}
.workSwiper{
	width: 1200px;
	height: 390px;
	margin: 36px auto 0;
	overflow: hidden;
}
.jobs-img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.jobs-img img {
    width: 100%;
    height: 330px;
	display: block;
}
.jobs-img .jobs-describe {
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: -101%;
	background-image: url(../images/jobsTextBack.png);
    transition: 0.3s all;
}
.json-name {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #000000;
    text-align: center;
}
.jobs:hover .jobs-img .jobs-describe {
    top: 0px;
    transition: 0.3s all;
}
.jobs-img .jobs-describe p {
    width: 100%;
    height: 136PX;
    line-height: 34px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0px 15px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto auto;
    overflow: hidden;
}
.swiper-button-next-work{
	background-image: url(../images/job_right.png);
	width: 45px;
	height: 54px;
	right: 100px;
	background-size: 100% 100%;
}
.swiper-button-prev-work{
	background-image: url(../images/job_left.png);
	width: 45px;
	height: 54px;
	left: 100px;
	background-size: 100% 100%;
}
/* 培训掠影 */
.snapshot{
	padding-top: 56px;
	text-align: center;
	position: relative;
}
.snapshot_con{
	width: 1200px;
	margin: 36px auto;
	overflow: hidden;
}
.snapshotSwiper .swiper-slide img{
	height: 212px;
	width: 100%;
}
.swiper-pagination-snapshot{
	bottom: -30px !important;
}